sheila miguez wrote: > On 12/17/06, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Dec 16, 2006, at 6:37 PM, 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. >> Right-click on a .py file, and select 'Choose Program...'. Select >> the ActivePython executable, and check the 'Always open...' box. That >> should associate .py with the ActivePython version. > > Okay, but the #! /usr/bin/env python pulls up the cygwin version, not > the ActivePython version, and I've been starting things from the > command line, not double-clicking
Oh, right, that probably would be the case on my system as well. From the windows command line, start python programs with "python progname.py" instead of "progname.py". -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
