dmnfarrell / tkintertable

A pure Python library for adding tables to a Tkinter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect installation or smth

arpanetus opened this issue · comments

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\Python36-32\lib\site-packages\tkintertable\__init__.py", line 24, in <module>
    from Tables import *
ModuleNotFoundError: No module named 'Tables'

You should use python 2 and it should work.