Re: cannot execute binary file (Python 3.0.1)

2009-03-01 Thread cf29
On Mar 1, 12:52 pm, Ned Deily wrote: > It appears you are trying to run a python script by double-clicking on > it and that Python Launcher.app is the default application associated > with .py files.  The default setting in Python Launcher is to use the > python linked to /use/local/bin/pythonw.  

Re: cannot execute binary file (Python 3.0.1)

2009-03-01 Thread Ned Deily
In article , cf29 wrote: > On Mac OS 10.5.6, I updated Python to version 3.0.1. > When I want to run a py file, I get an error: > xxx:~ xxx$ cd '/Users/xxx/Documents/programmingPractice/' && '/usr/ > local/bin/python' '/Users/xxx/Documents/programmingPractice/ > python_file.py' && echo Exit st

Re: cannot execute binary file (Python 3.0.1)

2009-03-01 Thread cf29
On Mar 1, 11:14 am, Chris Rebert wrote: > Detailing exactly how you upgraded Python would help immensely. > > Cheers, > Chris Thanks for your answer. I installed the package in python-3.0.1-macosx2009-02-14.dmg (downloaded from http://www.python.org/download/releases/3.0.1/) and runed the Update

Re: cannot execute binary file (Python 3.0.1)

2009-03-01 Thread Chris Rebert
On Sun, Mar 1, 2009 at 12:04 AM, cf29 wrote: > Greetings, > On Mac OS 10.5.6, I updated Python to version 3.0.1. > When I want to run a py file, I get an error: > xxx:~ xxx$ cd '/Users/xxx/Documents/programmingPractice/' && '/usr/ > local/bin/python'  '/Users/xxx/Documents/programmingPractice/ > p

cannot execute binary file (Python 3.0.1)

2009-03-01 Thread cf29
Greetings, On Mac OS 10.5.6, I updated Python to version 3.0.1. When I want to run a py file, I get an error: xxx:~ xxx$ cd '/Users/xxx/Documents/programmingPractice/' && '/usr/ local/bin/python' '/Users/xxx/Documents/programmingPractice/ python_file.py' && echo Exit status: $? && exit 1 -bash: /