Hi! On Wed, Oct 27, 2004 at 01:03:27AM +0200, Ksenia Marasanova wrote: > >>> from quixote import enable_ptl > >>> enable_ptl() > >>> from sqlobject import * > ImportError: cannot import name connectionForURI You are not the first who experienced this. The only workaround found so far is to import SQLObject before calling enable_ptl(). Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.