F. Petitijean:
> ManagerInterface is a module not a class !
Yes, but the error message could be improved (at least for the sake of
people
not knowing the internal working of Python). Do you care to fill a bug
report?
Michele Simionato
--
http://mail.python.org/mailman/listinfo/
doh, that was the problem. :}
thanks for the help!
aaron
--
http://mail.python.org/mailman/listinfo/python-list
Le 17 Mar 2005 12:27:07 -0800, [EMAIL PROTECTED] a écrit :
> dear readers,
>
> i have a very simple package organized as follows:
>
> !-!
> bgp/
> __init__.py
> managers/
> __init__.py
> ManagerInterface.py
> Test