Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created July 7, 2009 17:42
Show Gist options
  • Select an option

  • Save rtyler/142234 to your computer and use it in GitHub Desktop.

Select an option

Save rtyler/142234 to your computer and use it in GitHub Desktop.
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