On 12/17/06, Paul McNett <[EMAIL PROTECTED]> wrote: > 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?
It's already in the path. The problem I had was that the packages required for dabo got put into the ActivePython site-packages and not the cygwin one, then when running, e.g. AppWizard.py from the command line I'd have missing packages. My temporary workaround is to alias python to the right version and explicitly type: python <pythonfile> -- sheila _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
