I have it working now. It turned out I was missing several other dependencies. Thanks very much for your help!
-avi >> There are no known issues, except maybe PyQT. >> >> Recompile Stackless with STACKLESS_OFF defined. If it is easier, you >> can edit Stackless/stackless.h and change: >> >> #define STACKLESS >> >> to: >> >> #define STACKLESS_OFF >> >> Then it should compile to normal Python 2.7, and you can see if System >> imports then. If it does not import, then this is a general >> non-Stackless related problem. If it does import, then I guess we >> have a problem. >> > Ah, crossing efforts. > My network is very flaky, sorry. > > Fortunately we have no problem. pyPdf is a pure python package > with some weird assumption if zlib was not built ;-)
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
