On Thu, May 08, 2008 at 12:56:09PM +0200, Petr Jake?? wrote:
> on the Win machine still the same error message:
>   File
> "C:\Python25\lib\site-packages\sqlobject-0.10dev_r3187-py2.5.egg\sqlobject\main.py",
> line 369, in addColumn
>     setter = eval('lambda self, val: self._SO_setValue(%s, val, self.%s,
> self.%s)' % (repr(name), '_SO_from_python_%s' % name, % name))
>   File "<string>", line 1
>     lambda self, val: self._SO_setValue('p$defkod', val,
> self._SO_from_python_p$defkod, self._SO_to_python_p$defkod)
> 
> ^
> SyntaxError: invalid syntax

   Then, it seems, there is no way to make this work with fromDatabase.
BTW, SQL-92 doesn't allow '$' in identifiers - it only allows letters,
digits and underscore (though most databases extend the rule and allow '$'
anyway).

> on the Linux machine not a syntax error but:
> kinterbasdb.OperationalError: (-902, 'isc_attach_database: \n  Unable to
> complete network request to host "172.18.0.10".\n  Failed to establish a
> connection.\n  Connection timed out')

   Certainly not a related problem.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to