Yes, it works.
instead of:
Photo(filename="bla.jpg",keywords="k1,k2")
I now do:
p = Photo(filename="bla.jpg")
p.keywords = "k1,k2"
and that works.
2007/5/13, Oleg Broytmann <[EMAIL PROTECTED]>:
On Sun, May 13, 2007 at 02:53:11PM +0200, TiNo wrote:
> I found out what caused the error though.While debugging I discovered
that
> the the Photo gets passed on as a uninstantiated class. So I have to
create
> the photo first, and then add the keyword!
Does it work now?
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss