Tkinter 3000 WCK Install Problem

G

garyr

I'm trying to install WCK. I downloaded and installed the Windows
executable for my Python version. It appeared to run OK. I then
downloaded the demo files but find that none run due to error:
ImportError: No module named _tk3draw.
I'm using ActivePython 2.3.5 on Windows XP Home.
What can I do to fix this problem?
 
F

Fredrik Lundh

garyr said:
I'm trying to install WCK. I downloaded and installed the Windows
executable for my Python version. It appeared to run OK. I then
downloaded the demo files but find that none run due to error:
ImportError: No module named _tk3draw.
I'm using ActivePython 2.3.5 on Windows XP Home.
What can I do to fix this problem?

the error means that the interpreter cannot find the _tk3draw.pyd file.

if you use the standard install location, it should be installed under

C:\Python23\lib\site-packages

you could try this:
'C:\\Python23\\lib\\site-packages\\_tk3draw.pyd'

if this also gives you an error, search for _tk3draw.pyd on the disk.

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,610
Members
45,254
Latest member
Top Crypto TwitterChannel

Latest Threads

Top