I tried to use Buildbot 0.7.5,  Twisted2.5, Python2.5 on WinXP.
As I run buildbot start <basedir> I got ImportError: No module named twistw.

So I edited 'C:\Python25\Lib\site-packages\buildbot\scripts\startup.py' in
launch():

# this is copied from bin/twistd. twisted-1.3.0 uses twistw, while
        # twisted-2.0.0 uses _twistw.
        if platformType == "win32":
            try:
                from twisted.scripts._twistw import run
            except ImportError:
                from twisted.scripts.twistd import run
                      #changed from '_twistd'
        else:
            from twisted.scripts.twistd import run
        run()


It works.

Another problem is no twistd.pid ..., like other people got.
Any solution please suggest.
Thank you in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to