It's probably the encoding of hello.py ... python has many issues in this area. Try getting an editor that can convert between encoding (notepad++, sublime edit) and convert from ascii to utf-8 b...
Also, you're right about running python.exe, i don't think python3 ends up in python33/ by default...
Show differencesHistory of post edits
#3SuperVGA
Posted 08 January 2013 - 12:27 PM
It's probably the encoding of hello.py ... python has many issues in this area. Try getting an editor that can convert between encoding (notepad++, sublime edit) and convert from ascii to utf-8 b...
#1SuperVGA
Posted 08 January 2013 - 12:24 PM
Did you get a version of pyhon that matches your os integers(architecture usage?)?
Is it a 32 bit version or a 64 bit version you need? That's what it seems it's complaining about...
Is it a 32 bit version or a 64 bit version you need? That's what it seems it's complaining about...