[Stackless] Compiling modules under Stackless Python
Richard Tew
richard.m.tew at gmail.com
Thu Jul 27 10:25:31 CEST 2006
On 7/26/06, Carlos Eduardo de Paula <cedepaula at yahoo.com.br> wrote:
> I´m currently developingn an application based on pyQt4, the GUI library and using psyco to speed up the execution.
>
> As needed I downloaded Mingw32 to compile some QT modules and thought adding some functionality of stackless into the app.
>
> Some time ago, I asked why psyco didn´t worked on my stackless installation and Christian said I had to compile
> the module under my current python dlls.
>
> I got an explanation about how to compile python modules and did all steps. (guide below)
>
> Then I installed the generated modules into my python tree overwriting the psyco modules i had but i still couldn´t
> run an app with stackless using psyco.
>
> I tryed to compile PyQT too under stackless DLL without success too.
>
> I need to know if the steps i took are correct or if i´m doing anything wrong.
>
> The steps different from the stated above is that I installed the Stackless files.
Hi Carlos,
What exactly is going wrong? Can you go into some detail about "I
still couldn't
run an app with stackless using psyco" and "I tried to compile PyQT too under
stackless DLL without success too." ?
Richard.
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list