On 11/21/11, Darren Govoni <[email protected]> wrote: > Hi Richard, > Thanks for the tips. I will try to run the unit tests, but the build > process failed so I suspect its incomplete install.
You can run a compiled Python from the compilation directory, before installation. This is the point at which you would want to know the tests pass, before installing. > Is there a general "unsupported" process for mapping or combining > existing working python libs to the stackless install? You could install over the top. You could download the Windows zip archive which gets extracted over the Windows normal Python installation, line ending convert the lib files, and then copy them over the top of your installation. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
