Sorry to keep you guys in the dark on this issue! I'm not sure what solved it exactly, but somehow we did it. I think it may have had something to do with the environment, our studio's python pipeline can be kind of weird like that sometimes.
On Fri, Apr 15, 2011 at 11:45 AM, Deke Kincaid <[email protected]> wrote: > oh yea,woops. > > Jordan - how is your NUKE_PATH set? It sounds like your shell isn't > seeing it. Where is your menu.py located at? > > -deke > > On Thu, Apr 14, 2011 at 15:49, Frank Rueter <[email protected]> wrote: >> isn't Jordan just saying he is starting the Nuke UI from the terminal (not >> running command line)?! >> >> >> On Apr 15, 2011, at 10:32 AM, Deke Kincaid wrote: >> >>> yes, only init.py is read from nuke in the shell. Both init and >>> menu.py are read when the gui starts. >>> >>> -deke >>> >>> On Thu, Apr 14, 2011 at 15:21, Howard Jones <[email protected]> wrote: >>>> anything set in menu.py that should be in init.py? >>>> >>>> >>>> >>>> ________________________________ >>>> From: Jordan Olson <[email protected]> >>>> To: Nuke Python discussion <[email protected]> >>>> Sent: Thu, 14 April, 2011 23:10:27 >>>> Subject: [Nuke-python] environment troubleshooting? >>>> >>>> Hi fellow Nuke TDs! >>>> I'm working on some studio pipeline scripts and I have a bizarre >>>> issue. It may or may not be nuke related, hopefully you can point me >>>> in the right direction! >>>> >>>> I've got some test code, something like this: >>>> >>>> import pipeline >>>> pipeline.execute("project_name") >>>> >>>> If I copy and paste that into a session of nuke I've run via-task bar >>>> or desktop shortcut, it works. >>>> However if I run the same nuke.exe via command line (just a straight >>>> Nuke6.1.exe with NO arguments) and then copy and paste the same code >>>> into the same session, I get an error: >>>> >>>> AttributeError: 'module' object has no attribute 'instances' >>>> >>>> I'm at loss as to how Nuke's environment might differ (running >>>> Nuke6.1.exe from command line vs. double clicking shortcut) or how to >>>> troubleshoot this? >>>> >>>> And yes, I looked at my shortcut properties, it's just a straight path >>>> to the exe without any flags or arguments. >>>> >>>> Cheers, >>>> Jordan >>>> _______________________________________________ >>>> Nuke-python mailing list >>>> [email protected] >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python >>>> >>>> _______________________________________________ >>>> Nuke-python mailing list >>>> [email protected] >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python >>>> >>>> >>> _______________________________________________ >>> Nuke-python mailing list >>> [email protected] >>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python >> >> _______________________________________________ >> Nuke-python mailing list >> [email protected] >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python >> > _______________________________________________ > Nuke-python mailing list > [email protected] > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > _______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
