Re: [Zope3-dev] mysqldbda mysql 4.1 problem

2005-07-25 Thread Dmitry Vasiliev
Andy Dustman wrote: On 7/24/05, Jaroslaw Zabiello [EMAIL PROTECTED] wrote: I have mysql 4.1 with database and all tables set to utf8. I have problems with Zope3.1beta/win32. I cannot query the database with mysqldbda adapter because I get an error: unknown encoding: latin1_swedish_ci.

[Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Could someone try to launch the tests with a Zope3 checkout under Windows this way ? : $ python bin/test -vpu --dir src\\zope\\ Just to check if this bug still exists with the trunk or not. J. - -- Julien Anguenot | Nuxeo RD (Paris,

Re: [Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Dominik Huber
Julien Anguenot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Could someone try to launch the tests with a Zope3 checkout under Windows this way ? : $ python bin/test -vpu --dir src\\zope\\ E:\dev\zope3_trunkpython test -vpu --dir src\\zope\\ Configuration file found.

[Zope3-dev] Zope 3 Bug Day on Friday

2005-07-25 Thread Stephan Richter
Hi everyone, as discussed on IRC last week, we are planning to have a bug day this Friday, July 29, 2005. The goal of this bug day is to resolve or downrate all outstanding bugs, so that we can make a Zope 3.1 RC1 release soon thereafter. It would be really great, if you could join us! The

Re: [Zope3-dev] Zope 3 Bug Day on Friday

2005-07-25 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephan Richter wrote: Hi everyone, as discussed on IRC last week, we are planning to have a bug day this Friday, July 29, 2005. The goal of this bug day is to resolve or downrate all outstanding bugs, so that we can make a Zope 3.1 RC1

Re: [Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dominik Huber wrote: Julien Anguenot wrote: Hi, Could someone try to launch the tests with a Zope3 checkout under Windows this way ? : $ python bin/test -vpu --dir src\\zope\\ E:\dev\zope3_trunkpython test -vpu --dir src\\zope\\

Re: [Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Dominik Huber
Julien Anguenot wrote: Is it supposed to work with the double \ ('\\') on windows ? The error reported was different on this issue but seems to be related though. I don't know. I never used it with double '\' before. Dominik ___ Zope3-dev

Re: [Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Benji York
Julien Anguenot wrote: Is it supposed to work with the double \ ('\\') on windows ? I don't see why it would: C:\dir \\ The filename, directory name, or volume label syntax is incorrect. Double backslashes have a special meaning on Windows: C:\net view \\benji-desktop Shared

Re: [Zope3-dev] #316 : Looking for windows users

2005-07-25 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ok cool. The behavior is correct and we can close the bug then. Thanks. J. Benji York wrote: Julien Anguenot wrote: Is it supposed to work with the double \ ('\\') on windows ? I don't see why it would: C:\dir \\ The

[Zope3-dev] Re: #316 : Looking for windows users

2005-07-25 Thread Derrick Hudson
On Mon, Jul 25, 2005 at 02:06:27PM +0200, Julien Anguenot wrote: | Dominik Huber wrote: | Julien Anguenot wrote: | | Hi, | | Could someone try to launch the tests with a Zope3 checkout under | Windows this way ? : | | $ python bin/test -vpu --dir src\\zope\\ [...] |

Re: [Zope3-dev] Re: #316 : Looking for windows users

2005-07-25 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derrick Hudson wrote: On Mon, Jul 25, 2005 at 02:06:27PM +0200, Julien Anguenot wrote: | Dominik Huber wrote: | Julien Anguenot wrote: | | Hi, | | Could someone try to launch the tests with a Zope3 checkout under | Windows this way ? :

Re: [Zope3-dev] Debugging deadlocks in Zope3

2005-07-25 Thread Dieter Maurer
Garrett Smith wrote at 2005-7-24 17:36 -0500: Is there any info published on debugging Zope3 deadlocks? I'd like to see tracebacks of a couple threads. Has anyone done this w/Zope3? threadframe might help a bit. Florent used it to debug deadlocks for Zope2 (-- see its DeadlockDebugger). It