Hi all I am attempting to include zlib into my stackless library build for my arm9 system.
Can someone please help me with the proper procedure. What I am currently doing is editing the source tree file, python-2.6.1-stackless/Modules/Setup.dist and remove the commented out line for zlib. Then in my target directory I run configure. I can see by my Makefile that zlib modules are now included, but after I build my library, I find that specific modules are no longer included in my newly created libary, ie. "getcwd" I am following the correct process to include new modules? Thanks _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
