Im brand new at python and am trying to teach myself through a book.

Im trying to run a very simple command but I keep on getting a syntax error.

If someone could take a look at it and tell me what im doing wrong I would greatly appreciate it. Im sure it something very simple...

So I have a document from Komodo named tinyscrip.py (yes, i know that script is spelt incorrectly- it was intentional). This is the error im getting.

% python -i tinyscrip.py
    File "<stdin>", line 1
    % python -i tinyscrip.py
    ^
SyntaxError: invalid syntax

Recommended Answers

All 4 Replies

python -i tinyscrip.py

I don't use komodo, but apparently you are typing in a python shell a command which should be typed in a terminal.

I did type the lines labled 1-5 in the terminal. I dont know why they came out numbered online.

commented: ??? No connection to posts -3

In principle, if you type exactly python -i tinyscrip.py in a terminal, it should work, provided tinyscrip.py is in the current working directory.

I have a document called tinyscrip.py that I made in komodo and saved to my desktop.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.