Re: [Zope] Hey WorldPilot authors, you have a bug
I am posting this to Zope Digest since the N & H people have no Bug Collector of their own on the WorldPilot site, and I don't know how to get through to them otherwise. If you know anybody who works for them, please pass this on.
There is a bug in WorldPilot 1.0 release 1 that causes a re.split error if you have certain kinds of IMAP folder names, e.g. an all numeric one like "2000". The problem is that in WorldPilot.py around line 415 you have
414 for folder in FS: 415 FolderFullName> 416 cf> 417 Folders> but apparently folder[2] may not be a string if the IMAP name looked un-stringlike. The following change fixes the problem and lets you work with any IMAP folder name:
415 FolderFullName>
Will be patched into the next release. Thanks!
I really like the looks of WorldPilot - all it lacks to be a really killer app is a search function.
Coming up... Cheers, Ryan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------- WorldPilot - Get Synced - http://www.worldpilot.org The Open Source Personal Information Manager Server Powered by Python and Zope - http://www.zope.org
Here are the steps I took. 1 - Installed GUF and restarted ZOPE (ok) 2 - Created a test folder called "test_guf" with acl_users and index_html 3 - Erased acl_users 4 - Installed a GUF with cookie based authentication A the point I got a logon screen and entered "jorge" "secret" and got this.. "Error Type: IOError Error Value: [Errno 5] Input/output error" and this at the end.. File /usr/local/zope/lib/python/Products/GenericUserFolder/User.py, line 211, in authenticate File /usr/local/zope/lib/python/zLOG.py, line 198, in LOG File /usr/local/zope/lib/python/Zope/ZLogger/ZLogger.py, line 18, in log_write File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 40, in __call__ File /usr/local/zope/lib/python/Zope/ZLogger/stupidFileLogger.py, line 62, in stupid_log_write IOError: (see above) I know it has something to do with the Zlogger and writing to a file, but for the life of my there should be no problem doing that. Any help would be great, after this I am going to try and get it to work with SQL as per the HOW-TO. Thanks, JMA
participants (2)
-
Jatwoodï¼ bwanazulia.com -
WorldPilot Helpers