From: Juan M. S. <vic...@gm...> - 2010-04-09 18:56:58
|
On Fri, Apr 9, 2010 at 3:16 PM, Oleg Broytman <ph...@ph...> wrote: > On Thu, Apr 08, 2010 at 07:50:59PM -0300, Juan Manuel Santos wrote: > > if self._connection is not connection: > [skip] > > "No connection has been defined for this thread " > > AttributeError: No connection has been defined for this thread or process > > I think I fixed it. Please try the code from SVN - any branch will do, > 0.11, 0.12 or the trunk. > > Oleg. > -- > Oleg Broytman http://phd.pp.ru/ ph...@ph... > Programmers don't die, they just GOSUB without RETURN. > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > sqlobject-discuss mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss > Thanks! Now it's working well with latest trunk. Only thing is I had to comment the rdbhost import since it can't find the module and I don't know where is such module/package for Jaunty. But everything else seems to work fine. Thanks Oleg, you're a lifesaver :) Cheers Juan Manuel Santos |