[Zope3-Users] DatabaseException: Shouldn't load state for 0x28 when the connection is closed

2006-04-08 Thread Keith Bolton
The code used for connecting and retrieving data from PostgreSQL is quite simply this:    dbconn = getDatabase('name_of_psycopgda')()  rows = queryForResults(dbconn, sql)  return rows   Running this bit of code fails about 3 out 4 times; the traceback:       rows = queryForResults(dbconn,

[Zope3-Users] ZODB size Limits

2006-04-28 Thread Keith Bolton
What's the size limit currently for a ZODB running on Zope3.2?     Thanks. ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Specifying Vocabulary Terms Order

2006-07-06 Thread Keith Bolton
Hello all,   It appears that the vocabularies sort their terms in alphabetical order. Is there a way to specifically set the order of the terms?    Thanks.   Keith ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listi

[Zope3-Users] String Encoding problems in Skin

2006-08-24 Thread Keith Bolton
oes anyone have a suggestion on why viewing the string in the ZMI is different than viewing in the Skin?  And more importantly how to prevent the encoding error in the Skin, without resorting to replacing the character or deleting it.   Much appreciated everyone.   Thank you,   Kei