Hi all, anyone have this problem? I've been a while using pyqt in maya, doing interfaces with more or less success, but in the last days I've seen an strange and annoying behaviour when I reload a module, like this:
import savemanager as sm reload(sm) Maya doesn't reload the module, so the debbuging is imposible and I have to close Maya, open it again, and import the module. This issue is slowing my work a lot, and I don't know what else to do, because I did this reloads before and it used to work. ¿¿?? --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
