[IMAGE-SIG] pyhon troubles

Fredrik Lundh fredrik@pythonware.com
Tue, 24 Feb 1998 17:56:07 +0100


> ImportError: dynamic module does not define init function


Did you build your tkinter module yourself?  It looks like you accidently
named your DLL/PYD tkinter rather than _tkinter...

What happens if you start the interpreter and type:

    import _tkinter
    import Tkinter

Cheers /F
fredrik@pythonware.com
http://www.pythonware.com



_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________