[Twisted-Python] any change of the .exe builds on PyPI?
ie: http://pypi.python.org/pypi/Twisted/10.1.0 It's great that they're being done now, but easy_install and friends on Windows still fail to find them unless they're on PyPI :-( Chris
On 15/09/2010 18:12, Chris Withers wrote:
ie: http://pypi.python.org/pypi/Twisted/10.1.0
It's great that they're being done now, but easy_install and friends on Windows still fail to find them unless they're on PyPI :-(
Oh, and I'm afraid the 10.1.0 ones are useless since they're not named correctly, from the package tools point of view :-( We have: Twisted-10.1.0.winxp32-py2.5.exe We need: Twisted-10.1.0.win32.exe (and no, I don't know you create a .exe usign that format for both Py2.5 and Py2.6 :-( ) Ideal would be a binary egg distro, but I know you guys have no love for them :-( Chris
On Sep 15, 2010, at 1:16 PM, Chris Withers wrote:
On 15/09/2010 18:12, Chris Withers wrote:
ie: http://pypi.python.org/pypi/Twisted/10.1.0
It's great that they're being done now, but easy_install and friends on Windows still fail to find them unless they're on PyPI :-(
Oh, and I'm afraid the 10.1.0 ones are useless since they're not named correctly, from the package tools point of view :-(
We have: Twisted-10.1.0.winxp32-py2.5.exe We need: Twisted-10.1.0.win32.exe
(and no, I don't know you create a .exe usign that format for both Py2.5 and Py2.6 :-( )
Ideal would be a binary egg distro, but I know you guys have no love for them :-(
No particular hate for them either: would you like to volunteer to build our binary eggs and maintain them? :)
On Wed, Sep 15, 2010 at 6:16 PM, Chris Withers <chris@simplistix.co.uk> wrote:
On 15/09/2010 18:12, Chris Withers wrote:
ie: http://pypi.python.org/pypi/Twisted/10.1.0
It's great that they're being done now, but easy_install and friends on Windows still fail to find them unless they're on PyPI :-(
Oh, and I'm afraid the 10.1.0 ones are useless since they're not named correctly, from the package tools point of view :-(
We have: Twisted-10.1.0.winxp32-py2.5.exe We need: Twisted-10.1.0.win32.exe
(and no, I don't know you create a .exe usign that format for both Py2.5 and Py2.6 :-( )
Two questions: * Where are these "correct names" documented? * Would you be at all interested in updating our build to generate exes with these names?
Ideal would be a binary egg distro, but I know you guys have no love for them :-(
If you can figure out how to make our Windows buildbots build them together with the .msis and .exes, that would be great. jml
On 16/09/2010 10:28, Jonathan Lange wrote:
Two questions: * Where are these "correct names" documented?
*snivvles* probably in the setuptools source. I would have assumed http://www.python.org/dev/peps/pep-0376, but I can't see anything on it in there...
* Would you be at all interested in updating our build to generate exes with these names?
Probably :-) Where are the docs on how to duplicate your current windows build process?
Ideal would be a binary egg distro, but I know you guys have no love for them :-(
If you can figure out how to make our Windows buildbots build them together with the .msis and .exes, that would be great.
Indeed! Chris
On 11:01 am, chris@simplistix.co.uk wrote:
On 16/09/2010 10:28, Jonathan Lange wrote:
Two questions: * Where are these "correct names" documented?
*snivvles* probably in the setuptools source. I would have assumed http://www.python.org/dev/peps/pep-0376, but I can't see anything on it in there...
* Would you be at all interested in updating our build to generate exes with these names?
Probably :-) Where are the docs on how to duplicate your current windows build process?
If you're serious about helping out, then I will bump up the priority on making our buildbot configuration public. You can already see the build process in action, though. There are two builders responsible for this now, winxp32-py2.5-msi and winxp32-py2.6-msi. Despite the names, they also build the exes. You can find them on this page: http://buildbot.twistedmatrix.com/boxes-all Following the builder name link will take you to a builder page which lists recent builds. Following one of the build links will take you to a build page which lists the steps involved in the build. Following a step link will take you to a page which shows you the command which was run for that step along with its results. Jean-Paul
participants (4)
-
Chris Withers -
exarkun@twistedmatrix.com -
Glyph Lefkowitz -
Jonathan Lange