In the modules directory of my application I have mymodule.py When run from the controller: mymodule = local_import ('mymodule', reload = True)
this produces no error, but when I access the functions or classes of the module, myobject = mymodule.MyClass(...) it fails: AttributeError: 'module' object has no attribute 'MyClass' You understand? This worked well until yesterday, after upgrading from the trunk, started the error. Jose