Created
July 7, 2009 17:42
-
-
Save rtyler/142234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 13:40 < mzz> for python I just used the python.org one, but activestate python should've worked too | |
| 13:40 < rtyler> I'm but merely a caveman lawyer, your modern technologies scare me | |
| 13:41 < mzz> then I navigated the maze that is sourceforge to get the mingw automated installer and ran that, just clicking "next" like a madman | |
| 13:41 < mzz> then I removed the 'posix' check from Cheetah's SetupConfig.py | |
| 13:41 < rtyler> right | |
| 13:41 < rtyler> schweet, this might be easier than I hoped | |
| 13:41 < mzz> added c:\mingw\bin to %PATH%, ran c:\python25\python setup.py build_ext -fi --compiler=mingw32 | |
| 13:42 < mzz> python 2.6 works too, I didn't try any others | |
| 13:42 < mzz> well, 2.5 compiled, 2.6 compiled and ran | |
| 13:42 < mzz> I'm assuming 2.5 would run too, but checking that would involve typing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment