Totte Karlsson writes: > > When I open up a "cygwin-bash" on windows, I just thought that I could use > my already installed "win-32" python.
One of the things Cygwin provides is a standard POSIX interface to the OS. Cygwin Python is built on top of this. If you want to use a Python that interfaces to the Win32 OS then you want to use the Win32 version of Python. To do so you will need to invoke some $PATH trickery and be responsible for proper 'path' translations. Good Luck, this link might help http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&newwindow=1&safe=off&selm=u65e6i753.fsf%40fitlinxx.com&rnum=3 Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/