User Profile
Collapse
-
okay, so for some weird reason i did the exact same thing i have been doing and python finally worked! im so happy. thank you so much for all your help, glenton. -
I have OS 10.5.6
yes, I have python
If I type python this comes up:
Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright" , "credits" or "license" for more information.
>>>
when I type Is:
-bash: Is: command not found
when I type dir:...Leave a comment:
-
it still doesn't work. i used my same format and it worked perfectly on another computer, and it used to work on mine, but now it just doesn't work and i keep getting that message.Leave a comment:
-
opening a file from textwrangler
Hi everyone:
So, I'm really new to python and I cannot figure out how to open my file using TextWranger. For example, I have a file called fun.py with this information in it:
import turtle
turtle.forward( 100)
raw_input()
and everytime I call the file in the terminal using ~/Desktop (the file is on my desktop) and then call python fun.py, I get this message:
...
No activity results to display
Show More
Leave a comment: