I think I fixed it. Please try again. Also check whether reload works
or not.

On 2 Lug, 18:26, Jose <jjac...@gmail.com> wrote:
> 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

Reply via email to