Skip to content

pip3 install swampy is giving the python2 version #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
From Ubuntu 14.04:

1. sudo pip3 install swampy
2. python3
>>> import swampy.TurtleWorld

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.4/dist-packages/swampy/TurtleWorld.py", line 8, in <module>
    from Tkinter import TOP, BOTTOM, LEFT, RIGHT, END, LAST, NONE, SUNKEN
ImportError: No module named 'Tkinter'


Package python3-tk is installed, and the documentation at 
http://www.greenteapress.com/thinkpython/swampy/install.html while it doesn't 
mention pip3, hints that it should work with python3

Thank you!

Original issue reported on code.google.com by YokoZar on 20 Aug 2014 at 9:46

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions