Hey, i cant get python working on komodo,
every time i try to open the python program i get the following on the picture.
and there's another picture of the settings.
i'd be very thankfull for any advice...
know that i know nothing about programming etc.
am still learning.... gotta start somewhere xD
lol
grtz
muddy
| Attachment | Size |
|---|---|
| picture001.jpg | 163.81 KB |
| picture002.jpg | 85.16 KB |
In Python 3.1 'print' is the name of a function, and requires parentheses.
If you're starting out, you might be better off using Python 2.6
instead of 3.1 -- chances are most of the Python code you run into
on the net won't be 3.1-compliant, and it will throw you off.
In a nutshell, Python 2.* and 3.* are different languages. Neither
is compatible with the other, so it's something you'll need to
take into account as you teach yourself this language. If they
don't say, they're most likely referring to Python 2.*. And unless
you're going to be working with non-English data, I'd stay there for now.
Despite all that, both Python and Komodo are great choices when
you're starting out. Have fun.
- Eric
thanks man,
no wonder...
and your right, the site i was learning from didnt say wich, so i assumed the newest.
guess newest isnt always the best choice.
must be society that got that printed in my head :P
im off
ill probably be back soon for more questions xD