Re: [Maya-Python] No module named - frustration

2015-04-18 Thread Justin Israel
That is where I think your problem is. If you have made a custom script location, and set that as your maya script path, and placed a python package in there, then it won't work. Maya by default has the default script locations also on the PYTHONPATH. But in your custom Maya script location, I doub

Re: [Maya-Python] No module named - frustration

2015-04-18 Thread Christopher.
MAYA_SCRIPT_PATH = C:\[folder name]\[sub-folder-name]\scripts PYTHONPATH = C:\""\""\pythonscripts\ That is exactly how I have it laid out in my Maya.env file. All script get placed in the scripts folder, all python scripts, get placed in the python folder. In this case NSUV gets placed in the

Re: [Maya-Python] No module named - frustration

2015-04-18 Thread Justin Israel
I just grabbed a copy of that Nightshade plugin and tried it. Worked right away. Are you sure you followed the instructions? I just copied over the contents of the bundled "scripts" directory to my Maya's scripts location. I happened to put it in the shared scripts location, on my mac: $ ls -1 /Us

Re: [Maya-Python] No module named - frustration

2015-04-18 Thread johan Borgström
Maybe a missing __init__.py ? -- 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_maya+unsubscr...@googlegroups.com. To view th

Re: [Maya-Python] Re: Difference PyQt4/PySide in "Tutorial : PyQt4 UI Development for maya by Justin Israel"

2015-04-18 Thread Justin Israel
http://pyqt.sourceforge.net/Docs/PyQt4/new_style_signals_slots.html https://wiki.qt.io/Differences_Between_PySide_and_PyQt This specific case was more of it being a now deprecated function used back when it wasn't deprecated. On Sat, 18 Apr 2015 10:45 PM Jean Noval wrote: > Thanks for the answ

Re: [Maya-Python] No module named - frustration

2015-04-18 Thread Christopher.
On Saturday, April 18, 2015 at 1:17:14 AM UTC-4, Justin Israel wrote: > > Hey Christopher, > > I would be happy to help, but honestly there isn't a lot to go on here. > All I can tell you without seeing some more information, is to check your > PYTHONPATH again, and make sure you don't have a

Re: [Maya-Python] Re: Difference PyQt4/PySide in "Tutorial : PyQt4 UI Development for maya by Justin Israel"

2015-04-18 Thread Jean Noval
Thanks for the answer ! Is there a list with the differences between PyQt4 PySide somewhere on the internet ? I'm still learning PySide so it could be useful for me. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To u