[Buildbot-devel] trial buildbot.test failures on NetBSD

Jeremy C. Reed reed at reedmedia.net
Wed Jul 8 17:08:07 UTC 2009


On Wed, 8 Jul 2009, Dustin J. Mitchell wrote:

> ImportError: No module named twisted

That was me reinstalling twisted while buildbot was still running. Sorry. 
Should I stop and start the buildbot slave again?

My goal was to try upgrading the twisted to newer version to see if that 
solved some of the buildbot and trial test failures.

Now I see #2 test failed same. I can repeat:

$ pkg_info | grep twisted
py25-twisted-8.2.0  Framework for writing networked applications
$ python -c 'import sys; print sys.version; import twisted; print twisted.version'
2.4.4 (#1, Dec  1 2007, 15:56:18) 
[GCC 4.1.2 20061021 prerelease (NetBSD nb3 20061125)]
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: No module named twisted

Now I see what happened ... "python" was a symlink in my own home bin 
directory and in my path. I removed it, since the tools on my system 
should use full python2.4 or python2.5. Not sure yet what to do for 
buildbot. Anywhere to configure this?





More information about the devel mailing list