On Tue, May 10, 2011 at 01:08:46PM -0600, Pгoм???тн?????s 0x01 wrote:
> ValueError: class View is already in the registry (other class is , from the
> module lf.db in /local/lf/db.pyc; attempted new class
Are you sure you don't have two classes named View? If not I suspect
somewhere (may be in PHP-Python bridge) there are sys.path manipulations
and you ended up importing the same module twice as different modules.
Try to print sys.modules.
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|