When trying to use easy_install to get a win32 buildbot, easy_install reports that it failed to make eggs.
C:\Perforce\Branches\epurins\main\Code\source\Integration\Python>c:\Python25\Scripts\easy_install.exe
buildbot-0.7.7
Processing buildbot-0.7.7
Running setup.py -q bdist_egg --dist-dir C:\Perforce\Branches\epurins\main\Code\source\Integration\Python\buildbot-0.7.7\egg-dist-tmp-_eobh0
zip_safe flag not set; analyzing archive contents...
buildbot.clients.debug: module references __file__
buildbot.scripts.runner: module references __file__
buildbot.status.web.baseweb: module references __file__
buildbot.test.runutils: module references __file__
buildbot.test.test_maildir: module references __file__
buildbot.test.test_mailparse: module references __file__
buildbot.test.test_shell: module references __file__
buildbot.test.test_slavecommand: module references __file__
No eggs found in C:\Perforce\Branches\epurins\main\Code\source\Integration\Python\buildbot-0.7.7\egg-dist-tmp-_eobh0 (setup script problem?)
This is using activestate python
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
Python 2.5.1 (r251:54863, May 1 2007, 17:47:05) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
setup.py install works ok.
Currently, the frontpage makes it seem like easy_install works out of the box, which is not accurate. It would be cool if this were directly added to a win32 wiki section with a workaround, or to get eggs building ok on win32.