You're a folder to deep when setting the python path. Hope that helps.
--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/786e3fb5-4e3c-49f5-8ca1-52a4438825ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CABD4PkRqoHwKVKrcWQ34F1Lci%3DZgdui4tphUyD-RS_6W-HDntA%40mail.gmail.com.
Still no luck after changing the variables path
Padraig
You received this message because you are subscribed to a topic in the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/python_inside_maya/c40LWKxBb9k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CANEMyhPAFm4vcM-sNmw6DZm8fe6raq4uFnk%3DeVp1qSH3OetBbQ%40mail.gmail.com.
You have a discrepancy between what you say is your import statement, and what you say you are adding to your PYTHONPATH.
If you are adding up to and including PysideTools to PYTHONPATH, then your import statement should not have include PysideTools in the namespace.
Please confirm you exact import statement and your exact PYTHONPATH
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CALB%2BjCxORTp3%2BpfLi4%2BBpc0r%3DqDTxyx%2BX2QJCnPO5T6EikVUpg%40mail.gmail.com.
What is the "book" namespace now?
And did you actually try:
from PysideCode.qtshim import QtGui, QtCore, Signal
--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/19c79503-7da7-46b0-b662-5018f93b0cbe%40googlegroups.com.
Yeah I tried it and no avail.
Python Code/PysideCode/book/qtshim.py
Padraig
You received this message because you are subscribed to a topic in the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/python_inside_maya/c40LWKxBb9k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1CUdOsb8_V50mBBq90BweaiF8faXfjoRFVL%2Bc8vHZLdw%40mail.gmail.com.
Ok soooo
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