Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Oleg Broytmann
On Thu, Nov 22, 2007 at 11:36:10PM -0300, ?eandro Sales wrote: Oleg, have you received my latest e-mail? I sent and I got: PERM_FAILURE: SMTP Error (state 16): 552 Message size exceeds maximum permitted But, I think that it was a msg returned by the mailing list. And you? Yes, I've

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Leandro Sales
2007/11/23, Oleg Broytmann [EMAIL PROTECTED]: On Fri, Nov 23, 2007 at 10:53:48AM -0300, Leandro Sales wrote: SELECT db_container.id, db_container.container_id, db_container.child_name FROM db_container, db_object WHERE (((db_object.title) = ('Heathen Chemistry Where is the rest of the

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 10:53:48AM -0300, Leandro Sales wrote: SELECT db_container.id, db_container.container_id, db_container.child_name FROM db_container, db_object WHERE (((db_object.title) = ('Heathen Chemistry Where is the rest of the SQL statement? Wow, wow, VIM comes to help! My VIM

Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 12:54:25PM -0500, luis cota wrote: This is confusing then - when I do a build from the current TRUNK If you do build from the trunk instead of a stable branch - you know what you are doing, right? Oleg. -- Oleg Broytmannhttp://phd.pp.ru/

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Dan Pascu
On Friday 23 November 2007, Oleg Broytmann wrote: Currently BLOBCol on sqlite uses sqlite.encode() and sqlite.decode() if the very module sqlite (PySQLite version 1) is found, and uses base64 if the sqlite module is not available. This is problematic, so in the future BLOBCol will use only

Re: [SQLObject] checking version

2007-11-23 Thread luis cota
This is confusing then - when I do a build from the current TRUNK, I get version .1 installed yet in the comments, there is references to .9 being the latest release. 1) Deprecated in current version (0.9). Will be removed in next version (0.10) 2) Planned to deprecate in

Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 08:39:19PM +0300, Oleg Broytmann wrote: I think IWBN to make the version available programmatically, but now it is not available. Well, in some sense it's available: import sqlobject sqlobject.__doc__ '\nSQLObject 0.9.2\n' sqlobject.main.__doc__ '\nSQLObject

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 08:58:22AM -0300, ?eandro Sales wrote: OK. Any comment about the error? I cannot run the program - I don't have ID3 module. PS. I stopped using ID3.py long ago. These days I use eyeD3. You can find my public scripts at

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Leandro Sales
2007/11/23, Leandro Sales [EMAIL PROTECTED]: 2007/11/23, Oleg Broytmann [EMAIL PROTECTED]: On Fri, Nov 23, 2007 at 08:58:22AM -0300, ?eandro Sales wrote: OK. Any comment about the error? I cannot run the program - I don't have ID3 module. PS. I stopped using ID3.py long ago. These

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Leandro Sales
2007/11/23, Leandro Sales [EMAIL PROTECTED]: 2007/11/23, Leandro Sales [EMAIL PROTECTED]: 2007/11/23, Oleg Broytmann [EMAIL PROTECTED]: On Fri, Nov 23, 2007 at 08:58:22AM -0300, ?eandro Sales wrote: OK. Any comment about the error? I cannot run the program - I don't have ID3

Re: [SQLObject] Delivery Status Notification (Failure)

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 07:56:23PM +0200, Dan Pascu wrote: BTW, any estimate when this will change? Have you notice there were no commits from me for some time? I am very busy at the job, working 12 hours a day. Sorry. :( Oleg. -- Oleg Broytmannhttp://phd.pp.ru/