QUOTE(jcooperDDTD @ 03/27/07, 10:49 AM) [snapback]262997[/snapback]
Are there detailed instructions somewhere in the Maya documentation describing how to make Tkinter available from within Maya Python scripts? If I put the directory containing our facility Tkinter.py file in PYTHONPATH I get the following error when I try to do "from Tkinter import *":
# Error: No module named _tkinter
# Traceback (most recent call last):
# File "", line 1, in ?
# File "/job/SYSTEMS/3PS/python/2.4.1/linux_intel//lib/python2.4/lib-tk/Tkinter.py", line 38, in ?
# import _tkinter # If this fails your Python may not be configured for Tk
# ImportError: No module named _tkinter #
I saw a comment in a previous post about init registered site packages, but I don't know what that means.
Thanks!
- John
hi, check this out, i think it's useful, good luck
http://groups.google.com/group/python\_insi...-for-maya?hl=en
Yeah.Y