winstonhoseadriggins / swampy

Automatically exported from code.google.com/p/swampy
0 stars 0 forks source link

swampy-2.0 not useable from UbuntuStudio11.4 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. repeating install instruc's
2.
3.

What is the expected output? What do you see instead?

expected: return to prompt

instead:
>>> from TurtleWorld import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named TurtleWorld
>>> 

What version of the product are you using? On what operating system?

UbuntuStudio11.04 (Gnome), Python2.7.1, Swampy-2.0

Please provide any additional information below.

What/how I set PATH has no effect. The dir IS in my path, yet still I can not 
access swampy. I tried (from another post) adding swampy.TurtleWorld import *
with no luck. 

I would appreciate any help... python is a really cool lang. and I want to 
play!!! ;-)

syko
syko4MT@gmx.com

Original issue reported on code.google.com by mt.linux...@gmx.com on 4 Jun 2011 at 7:45