Hi There,<br><br>I am new to stackless.  I am have a project for work that i wanted to experiment with using stackless, and it requires several libraries that are not part of the python core, including:<br><br>numpy<br>scipy<br>

PIL<br>pyPdf<br>matplotlib<br>PythonMagick<br>pythonMySQL<br><br>I am building it on a VM running Ubuntu 12.04 server. I built stackless from the v2.7 source tar.bz2 found on <a href="http://www.stackless.com/wiki/Download">http://www.stackless.com/wiki/Download</a>.  The build was successful, and i was also successful in building/installing numpy, scipy, and PIL, but i have gotten stuck on pyPdf.  I am able to build and install it, but when i import it in stackless python, i get:<br>

<br>ImportError: no module named System<br><br>with a stack trace that goes: from pdf import PdfFileReader, PdfFileWriter --> import filters --> import System<br><br>I dont't know if this error has anything to do with Stackless but i didnt get this installing it in regular python 2.7.  Any help would be greatly appreciated.  Also, are there any known issues with using any of the other libraries i posted above in stackless?<br>

<br>Thanks!!<br>-avi<br><br><br>