imughal / tkintertable

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

requires pmw #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to usage
2. copy and paste imports
3. traceback says no pmw

What is the expected output? What do you see instead?
is it supposed to depend on pmw? I didn't see that in the documentation.

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

Please provide any additional information below.
I used pip install tkintertable

Original issue reported on code.google.com by bwanama...@gmail.com on 27 Jun 2013 at 8:55

GoogleCodeExporter commented 9 years ago
I encountered this same problem, the same response.  I'm also using version 
1.1.2, installed  using easy_install into Portable Python 2.7.5.1.

    from tkintertable.Tables import TableCanvas
  File "c:\users\rich\appdata\local\temp\easy_install-rvyfn6\tkintertable-1.1.2-py2.7-win32.egg.tmp\tkintertable\Tables.py", line 23, in <module>
  File "c:\users\rich\appdata\local\temp\easy_install-rvyfn6\tkintertable-1.1.2-py2.7-win32.egg.tmp\tkintertable\TableModels.py", line 23, in <module>
  File "c:\users\rich\appdata\local\temp\easy_install-rvyfn6\tkintertable-1.1.2-py2.7-win32.egg.tmp\tkintertable\Filtering.py", line 23, in <module>
ImportError: No module named Pmw

Original comment by richknop...@gmail.com on 9 Aug 2013 at 1:32

GoogleCodeExporter commented 9 years ago
you need to install python-pmw

Original comment by deve...@gmail.com on 29 Aug 2013 at 8:27