Re: [Maya-Python] mayapy.exe issue

2015-12-06 Thread Justin Israel
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 impo

Re: [Maya-Python] mayapy.exe issue

2015-12-06 Thread Padraig Ó Cuínn
Still no luck after changing the variables path Padraig On Dec 6, 2015 10:58 PM, "Kurian O.S" wrote: > PysideCode.MyTool.qtshim is not != PysideCode.myTool.qtshim :) > > On Sun, Dec 6, 2015 at 10:46 PM, David Moulder > wrote: > >> You're a folder to deep when setting the python path. Hope that

Re: [Maya-Python] mayapy.exe issue

2015-12-06 Thread Kurian O.S
PysideCode.MyTool.qtshim is not != PysideCode.myTool.qtshim :) On Sun, Dec 6, 2015 at 10:46 PM, David Moulder wrote: > You're a folder to deep when setting the python path. Hope that helps. > > On Mon, 7 Dec 2015 06:40 Padraig Ó Cuínn > wrote: > >> >> >> PysideCode >> myTool >> myT

Re: [Maya-Python] mayapy.exe issue

2015-12-06 Thread David Moulder
You're a folder to deep when setting the python path. Hope that helps. On Mon, 7 Dec 2015 06:40 Padraig Ó Cuínn wrote: > > > PysideCode > myTool > myToolUI > __init__.py > myToolUI.py > MyToolCode > __init__.py > __init__.py > qtsh