Python Forum
problem in finding modules
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem in finding modules
#2
I don't like this approach from author,making wrapper around(Tkinter,Turtle...ect) to make stuff easier.
The problem is that you would never use this in the real world.
I think it's okay to skip these chapter.

Download swampy-2.1.5.python3.zip
Unpack eg to root folder of Python.
For me it look like this:
import sys
sys.path.append('C:/Python34/swampy-2.1.5')

from TurtleWorld import *
world = TurtleWorld()
bob = Turtle()
print(bob)
wait_for_user()
Reply


Messages In This Thread
problem in finding modules - by katanou - Oct-01-2016, 12:38 PM
RE: problem in finding modules - by snippsat - Oct-01-2016, 01:57 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020