buildout/setuptools - Script generation on Windows breaks?
Hi guys, I'm using buildout, with the bootstrap.py from svn (http://svn.zope.org/zc.buildout/trunk/bootstrap/bootstrap.py?rev=75593&view=auto) It's downloaded setuptools-0.6c6-py2.4.egg. It works fine on OS X, but on Windows, it generates console scripts funny. I have bin\buildout-script.py and bin\buildout-script.py.exe, where I was expecting just bin\buildout.exe. When I run the latter, I get: "Cannot open D:\development\plone3\bin\buildout-script.py-script.py" I'm pretty sure this used to work. Any ideas what's going on?
On Jun 19, 2007, at 9:51 AM, Martin Aspeli wrote:
Hi guys,
I'm using buildout, with the bootstrap.py from svn (http://svn.zope.org/zc.buildout/trunk/bootstrap/bootstrap.py? rev=75593&view=auto)
It's downloaded setuptools-0.6c6-py2.4.egg.
It works fine on OS X, but on Windows, it generates console scripts funny.
I have bin\buildout-script.py and bin\buildout-script.py.exe, where I was expecting just bin\buildout.exe. When I run the latter, I get:
"Cannot open D:\development\plone3\bin\buildout-script.py-script.py"
I'm pretty sure this used to work.
Any ideas what's going on?
I recently screwed up buildout on Windows rather badly. :( I'll try to get this fixed in the next day or 2. Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
Jim Fulton <jim <at> zope.com> writes:
I recently screwed up buildout on Windows rather badly. :(
I'll try to get this fixed in the next day or 2.
Thanks - that would be great! I'm going to be doing some more testing of buildout on Windows, as well as of Zope, ZEO and possibly lxml/Deliverance. The Plone project also has a couple of Summer of Code students using Windows, who would benefit from having a buildout to play with. If you let me know when you're done, I can help you retest. Martin
On Jun 19, 2007, at 11:17 AM, Martin Aspeli wrote:
Jim Fulton <jim <at> zope.com> writes:
I recently screwed up buildout on Windows rather badly. :(
I'll try to get this fixed in the next day or 2.
Thanks - that would be great! I'm going to be doing some more testing of buildout on Windows, as well as of Zope, ZEO and possibly lxml/ Deliverance. The Plone project also has a couple of Summer of Code students using Windows, who would benefit from having a buildout to play with.
If you let me know when you're done, I can help you retest.
I've just made a release that fixes the script-generation bug. There are a few somewhat obscure bugs on Windows that I still need to deal with, but I think the current release should be fine for most applications. Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
Someone pointed out to me that you may need to rerun bootstrap.py on buildouts that had been affected by the script generation bug to get proper buildout scripts. Jim On Jun 20, 2007, at 3:17 PM, Jim Fulton wrote:
On Jun 19, 2007, at 11:17 AM, Martin Aspeli wrote:
Jim Fulton <jim <at> zope.com> writes:
I recently screwed up buildout on Windows rather badly. :(
I'll try to get this fixed in the next day or 2.
Thanks - that would be great! I'm going to be doing some more testing of buildout on Windows, as well as of Zope, ZEO and possibly lxml/ Deliverance. The Plone project also has a couple of Summer of Code students using Windows, who would benefit from having a buildout to play with.
If you let me know when you're done, I can help you retest.
I've just made a release that fixes the script-generation bug.
There are a few somewhat obscure bugs on Windows that I still need to deal with, but I think the current release should be fine for most applications.
Jim
-- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
participants (2)
-
Jim Fulton
-
Martin Aspeli