[Zope-Checkins] SVN: Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/ Twisted support.

2006-04-30 Thread Lennart Regebro
Log message for revision 67759: Twisted support. Changed: U Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/__init__.py U Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/handlers.py U

[Zope-Checkins] SVN: Zope/branches/regebro-wsgi_support2/lib/python/ZPublisher/WSGIPublisher.py I can't believe I forgot this file, and then deleted it.

2006-04-30 Thread Lennart Regebro
Log message for revision 67767: I can't believe I forgot this file, and then deleted it. Changed: A Zope/branches/regebro-wsgi_support2/lib/python/ZPublisher/WSGIPublisher.py -=- Added: Zope/branches/regebro-wsgi_support2/lib/python/ZPublisher/WSGIPublisher.py

[Zope-Checkins] SVN: Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/ More twisted imports handled.

2006-04-30 Thread Lennart Regebro
Log message for revision 67770: More twisted imports handled. Changed: U Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/__init__.py U Zope/branches/regebro-wsgi_support2/lib/python/Zope2/Startup/datatypes.py U

[Zope-dev] Help with two strange errors.

2006-04-30 Thread Lennart Regebro
I'm pretty much finished with my WSGI-implementation for Zope2, and everything works just fine, even with twisted. Except that I get one highly bizarre test failure in PythonScripts! In my branch (but not in trunk) the test that you can't import certain modules in PythonScripts fails. It makes a

[Zope-dev] Windows Test Failures and XMLExportImport

2006-04-30 Thread Benji York
The BuildBot (http://buildbot.zope.org) is getting these test failures for the trunk on Windows: Error in test test_OFS_ObjectManager__importObjectFromFile_xml (OFS.tests.test_XMLExportImport.XMLExportImportTests) Traceback (most recent call last): File c:\python24\lib\unittest.py, line

[Zope] Missing content! Urgent

2006-04-30 Thread Michael Havard
We're missing 16 days worth of content. Python 2.3.5, Zope 2.8.4, Plone 2.1.2, and a host of other products. ZEO configuration. Persistent disk caching is on. Yesterday everything was fine. All the content was there and accessible. Today I try to log in and the server doesn't respond. I go out

[Zope] LAST INSERT ID driving me crazy

2006-04-30 Thread Alric Aneron
Hi guys, HOW HOW HOW HOW!!! Do I get at the last_insert_id() function, this is driving me absolutely crazy!! Zope docs say use "select last_insert_id()" but it doesn't work, gives me an error about bad SQL syntax around "LIMIT 1000". I tried googling it, I tried searching through other docs. And

Re: [Zope] LAST INSERT ID driving me crazy

2006-04-30 Thread robert rottermann
Alric Aneron wrote: Hi guys, HOW HOW HOW HOW!!! Do I get at the last_insert_id() function, this is driving me absolutely crazy!! Zope docs say use select last_insert_id() but it doesn't work, gives me an error about bad SQL syntax around LIMIT 1000. I tried googling it, I tried searching