Re: [SQLObject] SQLObject and Zope 2.7.3/2.8.0a1
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Anders B. O. <an...@br...> - 2004-11-26 16:49:25
|
On Fri, Nov 26, 2004 at 07:39:48PM +0300, Oleg Broytmann wrote: > > Same problem. Whenever Zope has been stopped my product breaks as I have > > described, and it needs to be added again. I have tried with "Restart" > > in the Zope panel and actually stopping the Zope service on the server > > and starting it again. > Ouch! I am not sure about what caused this. My guess is that Zope or > ZODB cannot unpickle connection object. I am not sure if it is possible > to fix the problem. This is probably that "pickle problem" - SQLObject > tables are essentially non-picklable, I am afraid. Damn.. oh well, I guess it's I'm gonna have to use the MySQLdb module and do the SQL manually then :-/. Since I was planning to first learn Zope and then get a Plone site up and running for work and then integrate a few databases we have in there through Zope/Plone products, it isn't just possible for me to use something like Webware instead (which I believe I read somewhere runs sqlobject just fine). I'll have to do the manual work for now since Plone doesn't run on Zope3 yet and Zope3 seems quite a bit different from Zope2. Anyways, thank you for your help! -- Anders -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/O d--@ s:+ a-- C++ UL+++$ P++ L+++ E- W+ N(+) o K? w O-- M- V PS+ PE@ Y+ PGP+ t 5 X R+ tv+ b++ DI+++ D+ G e- h !r y? ------END GEEK CODE BLOCK------ PGPKey: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8BFECB41 |