Well one thing is for sure. You should only be working with python2.6
modules if they are to be imported into Maya. Anything you install for
python2.7 or python 3.3 should be considered usable only from standalone
python scripts. You would end up with binary incompatibilities.

That being said, seems like the tkinter extension module doesn't match the
same arch that your Maya is using?
What is the output from (in a terminal):

otool -L /Applications/Autodesk/maya2013/Maya.app/Contents/
Frameworks/Python.framework/Versions/Current/lib/python2.
6/lib-dynload/_tkinter.so

Its possible that it is only i386, in which case you might have to build
your own 64-bit tkinter, and put its install location in the front of your
PYTHONPATH


On Tue, Jun 18, 2013 at 12:31 PM, Marc Morrisseau <[email protected]>wrote:

>
> Basic TKinter error..HELP PLEASE
>
> Postby marcofgodai ยป Mon Jun 17, 2013 8:52 pm
> Hello,
>
> I'm new to the world of coding, but I want to make basic GUI's for
> Autodesk Maya 2013 (and potentially Motionbuilder 2013). I use maya
> 2012-2014 just fyi in case that helps anyone.
>
> I am running a MacBook Pro, Intel i5, OSX 10.6.8
>
> I recently installed Python 2.7.5 (and 3.3 just as backup). I plan to use
> 2.7.5.
> I downloaded the right python for my machine.
>
> When I open maya, or the python shell and try to import Tkinter, i get the
> following error.
> ---------------------------
>     import Tkinter
>
>     # Error: ImportError:
> dlopen(/Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/lib-dynload/_tkinter.so,
> 2): no suitable image found.  Did find:
>
>  
> /Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/lib-dynload/_tkinter.so:
> mach-o, but wrong architecture #
> ------------------------------------
>
>
> Anyone know what to do? I've been reading about all these additional
> pieces and resetting python paths etc etc, but is there a CLEAR and CONCISE
> answer of how to solve this?
> Any help is great help,
>
> Thanks
> M
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to