Hi, I've been trying to work with some python programs that use Tkinter in them but when python tries to import the Tkinter package I get this error:
<code> import Tkinter File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/Tkinter.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_tkinter.so, 2): Library not loaded: /opt/local/lib/libX11.6.dylib Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_tkinter.so Reason: no suitable image found. Did find: /opt/local/lib/libX11.6.dylib: mach-o, but wrong architecture </code> I can't seem to figure out the problem, some time ago I installed using macports tcl and tk, everything was working then. But now it gives the above error. In between the time Tkinter was last working and now I did upgrade to Snow Leopard. If anyone can help me out here, that would be great. -- View this message in context: http://www.nabble.com/Tkinter-on-OS-X-wont-import-tp25725811p25725811.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss