[Stackless] Stackless Digest, Vol 101, Issue 12
Avi Goldberg
aviindub at gmail.com
Sat Jun 30 17:02:06 CEST 2012
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 ;-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20120630/a5ee6f28/attachment.html>
More information about the Stackless
mailing list