Re: [Maya-Python] Re: mayapy.exe issue

2015-12-07 Thread Padraig Ó Cuínn
Ok s I managed to get it working in powershell by creating a new user profile and setting the variable on it that way and it executed nicely. Weirdly enough i was never able to work with cmd.exe as it always came back false for set pythonpath %pythonpath%path/to/take/ Padraig On Dec 7, 2015

Re: [Maya-Python] Re: mayapy.exe issue

2015-12-07 Thread Padraig Ó Cuínn
Yeah I tried it and no avail. Python Code/PysideCode/book/qtshim.py Padraig On Dec 7, 2015 12:06 AM, "Justin Israel" wrote: > What is the "book" namespace now? > > And did you actually try: > > from PysideCode.qtshim import QtGui, QtCore, Signal > > On Mon, 7 Dec 2015 8:53 PM Padraig Ó Cuínn >

Re: [Maya-Python] Re: mayapy.exe issue

2015-12-07 Thread Justin Israel
What is the "book" namespace now? And did you actually try: from PysideCode.qtshim import QtGui, QtCore, Signal On Mon, 7 Dec 2015 8:53 PM Padraig Ó Cuínn wrote: > exact PYTHONPATH = C:\Users\OCuinn\Dropbox\Maya Scripts\Python Code > This is the main Root Folder and holds API/Python/ Pyth

[Maya-Python] Re: mayapy.exe issue

2015-12-06 Thread Padraig Ó Cuínn
exact PYTHONPATH = C:\Users\OCuinn\Dropbox\Maya Scripts\Python Code This is the main Root Folder and holds API/Python/ PythonAPI/ and Mel folders aswell as PysideCode In windows Environment variables its the same from PysideCode.book.qtshim import QtGui, QtCore, Signal I did wan