Greetings,
I installed python3 on win7,
and I would like to run the turtleDemo.py .
But can't seem to get it going.
Can anyone help?
Thanks...vm
vmars 0 Light Poster
Recommended Answers
Jump to PostI can't find file turtleDemo.py in the Python32 installation. If you have it from older installations you might try to change
import Tkinter
to
import tkinterIn your file manager double click on one of the python source files (have extension .py) in directory
C:\Python32\Lib\turtledemo
for instance
yinyang.pyYou can …
Jump to PostOkay, I downloaded
PortablePython3.2.1.1.exe
from
http://www.portablepython.com/wiki/PortablePython3.2.1.1
and installed it on my C: driveNow you can run the excellent IDE (a Python editor)
PyScripter-Portable
which is located in directory
C:\Portable Python 3.2.1.1From …
Jump to PostNote that Portable Python does not use the Windows Registry, after all it is supposed to be portable.
Jump to PostUnless you want to run Python from a Flashcard and use it between different Windows computers, you are better off to install Python properly with the Windows installer version you get from:
http://python.org/ftp/python/3.2.3/python-3.2.3.msiRename your portable python directory to "C:\PortPython32" and then …
Jump to PostBTW, to run the turtle demo in Python32 you have to run file
__main__.py
in directory C:/Python32/Lib/turtledemo/Why those eggheads renamed the file? Just typical Python fabricated confusion.
All 23 Replies
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
ZZucker 342 Practically a Master Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
vmars 0 Light Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
ZZucker 342 Practically a Master Poster
ZZucker 342 Practically a Master Poster
vmars 0 Light Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
Lardmeister 461 Posting Virtuoso
Lardmeister 461 Posting Virtuoso
vmars 0 Light Poster
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
vmars 0 Light Poster
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.