Richard, I found some problems, compiling modules for the latest packaged Stackless.
The compiler complains about not finding stackless.h included from Python.h. If you look on Python.h, line 81, it tries to include stackless.h from the "include" directory itself but the Stackless includes are in "include/stackless" dir. The solution is moving all files and directories from "include/stackless" to "include" with this, stackless includes for example core/stackless_impl.h and etc correctly. Carlos -- ------------------------------------------------------------------- Visit Stackless Examples Project http://code.google.com/p/stacklessexamples/ Stackless Python - www.stackless.com ------------------------------------------------------------------- _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
