Author: DavidCzech Date: 2009-01-22 19:45:30 -0500 (Thu, 22 Jan 2009) New Revision: 1501
Added: trunk/pyexample/README Log: Quick Windows Building Guide Added: trunk/pyexample/README =================================================================== --- trunk/pyexample/README (rev 0) +++ trunk/pyexample/README 2009-01-23 00:45:30 UTC (rev 1501) @@ -0,0 +1,16 @@ +This is python extension example + +Windows Building +============================================================================== + +First install mingw from mingw.org, or a package that includes mingw like +Dev-Cpp (http://www.bloodshed.net/devcpp.html). Next update your runtime files +with the newest package of mingw runtime, found at +http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=11598. +Extract it to (Your Mingw Directory)\lib\ + +Next open up a command prompt shell, and navigate to this directory and type in + +python setup.py build --compiler=mingw32 install + +It should compile and install the extension. Make sure python is in your path. \ No newline at end of file _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn