Re: metaclass error

2005-03-17 Thread Michele Simionato
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/

Re: metaclass error

2005-03-17 Thread asteele
doh, that was the problem. :} thanks for the help! aaron -- http://mail.python.org/mailman/listinfo/python-list

metaclass error

2005-03-17 Thread Aaron Steele
hi, i have a very simple package organized as follows: !-! bgp/ __init__.py managers/ __init__.py ManagerInterface.py TestManager.py !-! and here's ManagerInterface.py and TestMana

Re: metaclass error

2005-03-17 Thread F. Petitjean
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

metaclass error

2005-03-17 Thread asteele
dear readers, i have a very simple package organized as follows: !-! bgp/ __init__.py managers/ __init__.py ManagerInterface.py TestManager.py !-! and here's ManagerInterfa