|
Hi, starting with it... I know some php but this is a different world. I wrote my firsts lines of code. I'm in mac os x 10.5.8. I manage to get it to run from the Terminal, that was a few hours for me :-( , but I got it (a Ctrl+D problem...), from the Python Shell runs without any problem. But I can't get it run it by double clicking the file. I believe it's suppose to do so... Can anyone tell me what I'm missing? Thanks Ana pd: forgive any errors in the use of english, it is not my birth language. |
|
Hi, Maybe you could try running your script from IDLE in a DOS prompt. To do that just start a DOS prompt and then type idle.exe or python.exe, then import your script file using the import hook. Good luck and welcome to Python! :-) Cogito Ergo Sum |