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 module name conflicts > (where it is picking up a similarly named files). >
Hi Justin, I've checked everything a dozen times, what you mean by module name conflict, how do I check this ? > > Can you point us at the script, and let us know where you have placed it > on your filesystem, and what your PYTHONPATH looks like, and how you import > it? > One of the scripts, I have an issue with two and I hope I can with whomever > help finally resolve, it was working, I got a nasty malware attack, now it > doesn't work, I've been over this issue elsewhere and I kinda feel > embarrassed because I thought I had this resolved and it doesn't work > again, sorta makes me look like an idiot. I decided well might as well > look like an idiot on the Maya Python group, and face the music. > The first script is NSUV (Nightshade UV Editor), I've kept things clean I > have a sub-folder located within a folder,the Maya.env file points to that > folder which is exclusively the PYTHONPATH folder, the same goes for > SCRIPTS, ICONS etc. I import the script by the following command > import NSUV reload (NSUV) I hope after looking like an idiot that is, with some help, I'll be able to solve this once and for all. > > Justin > > > On Sat, Apr 18, 2015 at 5:14 PM Christopher. <[email protected] > <javascript:>> wrote: > >> I'm at a complete loss; I have downloaded a script and, it's late so I >> won't go into every last step I've tried. What is the problem, I continue >> to get "no module found". I have a maya environment file, all the paths >> are setup correctly, I added a module path hoping it would work, no >> success. Are other scripts working, more or less yes, the odd one gives me >> problems, what that odd one is, is completely random. I hope someone can >> help. >> >> -- >> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/a9e2289a-8c74-48a6-9d2b-a04062370b29%40googlegroups.com >> >> <https://groups.google.com/d/msgid/python_inside_maya/a9e2289a-8c74-48a6-9d2b-a04062370b29%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/c02214ca-0433-417f-a25b-348f7be097bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
