Thanks for the suggestion... it was not the solution but lead me to it. I moved the imports directly inside the function that uses them. This way the import is only performed when the function is called instead of when the module is imported... it fixed my problem
On Wed, Apr 22, 2009 at 3:13 PM, Chris G <[email protected]> wrote: > You could try moving the "*from mayaPy import one" to the bottom of > three.py.* > > On Wed, Apr 22, 2009 at 3:07 PM, Sylvain Berger > <[email protected]>wrote: > >> from mayaPy import one > > > > > > -- They say, "Evil prevails when good men fail to act." What they ought to say is, "Evil prevails." Nicolas Cage as Yuri Orlov in Lord of War. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
