imughal / tkintertable

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

Install / first use problem #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just use the first 2 import statements
2.
3.

What is the expected output? What do you see instead?
Expect:   Goodness
Actual:
Traceback (most recent call last):
  File "C:\Python32\tbvpython\tkintertable_test1.py", line 5, in <module>
    from tkintertable.Tables import TableCanvas
  File "C:\Python32\lib\site-packages\tkintertable-1.1.2-py3.2-win32.egg\tkintertable\Tables.py", line 560
    print 'found in',row,col
                   ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?  1.1.2 
against Python32 on windows XP machine

Please provide any additional information below.
tkinter works with no problem

Original issue reported on code.google.com by Ted.Vojn...@gmail.com on 23 Oct 2013 at 12:45

GoogleCodeExporter commented 9 years ago
According to http://docs.python.org/3.0/whatsnew/3.0.html is reported line 560 
really wrong. It is nowhere stated which versions of python are supported. It'd 
be nice if python 3 would be supported too, because using older python is 
usually not possible in existing projects.

I would like to use your table because of the table – table model approach. 
But we do use python 3.x

Original comment by cim...@seznam.cz on 26 Jan 2014 at 9:11