On Thursday, September 19, 2013 10:09:54 PM UTC-6, Shannon Davis wrote:
> Now I see myself as fairly geeky and I take pride it in. I found just 
> yesterday that Qt has become a part of Maya. I had put Maya on the backburner 
> as something to play with when I get the urge. But there is so much I can do 
> as I have been studying Qt for about 6 months and got fairly good with it. 
> 
> So I have been trying every since yesterday to get Maya 2014 to work with the 
> Qt designer inside of it. The Documentation is dodgy and after installing 
> python 3.3.2, PyQt GPL v4.10.3 for Python v3.3(x64), sip which I had no idea 
> of what to do with or run, set the environment path to my script file in 
> Maya, and tried to run a simple script. I am still stuck with an error on the 
> first line and the 4th line. 
> 
> # Error: 
> line 1: ImportError: file <maya console> line 4: cannot import name uic # 
> 
> I was getting an error for no sip module also, but I commented it out so I 
> could tackle the two above. 
> 
> So what am I not doing? Where would I be going wrong. 
> 
> Is there a clear guide as to what to do to get Maya working with PyQt. 
> 
> I even found out that it is packaged with PySide. So I changed it from PyQt 
> to PySide but I am hearing PyQt is better. Somebody help please so I can get 
> over this first little hump.


&&&&&&&&&&&&&&&&&&&

I knew my geek would prevail, and I found my way over the hump after trying 
just about everything and nobody seeming to have an answer. 

I found this....

www.geoffsamuel.com/Tutorials/Install_Maya_QT.php

Follow the directions on this site. It involves copying out of your python file 
and pasting the files you will need in your Python file that is inside of Maya 
autodesk along with the other files ie PySide and Shiboken that comes with 
maya. PyQt4 and sip.pyd need to be in that same file. 

I know it seems basic, but everybody have to break into something sometimes and 
I hope this keep someone else from wasting 2 days trying to figure it out. 

That link was the solution to my problem and I am going forward with my "happy 
coding".

-- 
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