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/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to