Twisted on Nexenta/OpenSolaris
Posted on April 09, 2008 by oubiwann


Next up was getting the Twisted and Divmod code installed. This required the following additional package installs:
sudo apt-get install python2.4-zopeinterfaceWith that done, I ran trial twisted, and watched the tests zip by. The end result? Only 1 failure and 2 errors; that's a pretty significant improvement over Twisted in Solaris
sudo apt-get install python2.4-profiler
sudo apt-get install python2.4-pyopenssl
sudo apt-get install python2.4-crypto
- The failure was actually a little bit weird: the test can't find
/dev/tty, however thedevice does exist (and I can open it from the python prompt). The two errorscame from the UDP "multi listen" test, and were are result of the test timingout.
If I can get those two tests sorted out, I'll start testingthe Divmod code. If all goes well, this could very well end up being my newdevelopment platform.
Comments?
This blog doesn't use standard (embedded) comments; however, since
the site is hosted on Github, if there is
something you'd like to share, please do so by
opening a
"comment" ticket!