[Pythonmac-SIG] py2app -- ouch!

2011-01-22 Thread michael ferraro
Hello all and thanks for listening! I have scanned the archive and the web for current practices in packaging an Mac Python app with py2app. I have been successful before (i.e circa python 2.4 and Mac OS X 10.4). I am now working on under 10.6.6 and python 2.6.6.18 as shipped with the OS. I a

Re: [Pythonmac-SIG] My first Python Program

2011-01-22 Thread John Parker
Thanks to all for your help. I was able to successfully run my first program all be it was very simple. I have ordered a Python for Dummies book from Amazon but it hasn't arrived yet. I think that will help initially until I get familiar with this environment. Thank you all for your information

Re: [Pythonmac-SIG] My first Python Program

2011-01-22 Thread Massimo Di Stefano
Hi John, to run a python (.py) file, from the shell type : python /path/to/your/file.py (just drug'n'drop the file inside the terminal shell) to know the directory where your shell is running type the command : > pwd it will show you the path. to go inside the directory type : > cd /path

[Pythonmac-SIG] My first Python Program

2011-01-22 Thread John Parker
Hello All, I'm a complete novice to Python and I just created my first program for an assignment in a Python class that I'm taking at the local community college. The instructor didn't give us a book so, I'm trying to figure out one important item. How to run my program. I know this is so basic