On Sunday, August 7, 2016 at 5:39:23 AM UTC-7, [email protected] wrote:
> i think its probably that circular dependencies thing. I made another module 
> in same folder with a function to print something and it worked fine from my 
> main module. 
> 
> But i can't figure out how there might be a circular dependency because the 
> general module just has a load of individual functions which perform simple 
> tasks (that dont depend on anything else). 
> 
> i will have to go through step by step and try and figure out where i breaks.
> 
> thanks Justin, 
> Sam

you can try something like this to help narrow down the issue

for d in dir(general):
    print d

I'd check spelling first ;)
goodluck!

-- 
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/3ebd522f-5230-4d97-9397-fb8156e1716f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to