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