sheila miguez wrote: > I have ActivePython and a cygwin install of python. When I installed > the packages required by dabo they went into the ActivePython > distribution, but when running python scripts the /usr/bin/env calls > the cygwin install. which is annoying. I've been specifying the other > python directory by hand.
I have cygwin installed, but not ActivePython. I think my system is somehow set up where cygwin uses my normally-installed Python, but anyway I don't have the problems you describe. What about adding c:\python24 to the Windows path? > What could I do to avoid this problem without uninstalling the cygwin > package? (doing that would screw with some dependencies)? > > Speaking of cygwin, should I be on the lookout for any weirdness > caused by the alternate way of specifying path names or is that > handled gracefully by python? (e.g. c:\home vs /cygdrive/c/home) I think that Python handles the pathing smartly. You can use forward slashes on all platforms. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
