As you can see on the svn, scops.tac is the server.
There is just imports of twisted before the sys.path, and nothing else.

I tested to import in a pythonshell sqlobject to see if it was uninstalled
from system (in python site-packages) and it seems to be ok. So i have only
sqlobject in my package.

I set nothing in my __init__.py, so there is nothing imported by default,
right ?

In the main app (scops.tac), i import scopssql, and scopssql import
sqlobject ... and it seems to be the only import in all the project
actually. (and the error message seems to be in this file which is the first
import). And i don't see where it can be imported first.

I agree with you, the error seems to be a double import because the message
says that the driver already exists.

I am completely stuck without ideas. My code is available via the svn if you
want to review my code.

Thanks a lot

On Tue, Jun 22, 2010 at 12:15 PM, Oleg Broytman <p...@phd.pp.ru> wrote:

> On Tue, Jun 22, 2010 at 12:06:35PM +0200, Julien Syx wrote:
> > I don't know where it can be imported twice.
> > Does the sys.path manipulation auto import modules ?
>
>    By itself - no, but there could be two different imports in different
> parts of the application before and after sys.path change.
>
> Oleg.
> --
>     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
>           Programmers don't die, they just GOSUB without RETURN.
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> sqlobject-discuss mailing list
> sqlobject-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to