Re: [Python-Dev] using pyhon from the MSYS shell

2005-07-06 Thread lode leroy
From: "Martin v. Löwis" <[EMAIL PROTECTED]> I'm personally in favour of supporting "MSYS" as a target system. If you want to do it, I'm willing to review patches, but I'm not willing to do them myself, as I don't use MSYS. If you believe that MSYS is a target system in a way similar to mingw32, a

[Python-Dev] using pyhon from the MSYS shell

2005-06-29 Thread lode leroy
I was trying to compile a python plugin (for gimp) using the MSYS shell and the MINGW compiler. I now have put this in 'sitecustomize' $ cat /c/Python24/lib/site-packages/sitecustomize.py import sys import os import re if os.environ.get("MSYSTEM") == "MINGW32": os.sep='/' os.paths