Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion -- Found problem

2006-01-04 Thread Roger Haase
The DateTime issue was the result of my sloppy upgrade. I failed to copy over the new AppServer, Launch, etc. to my context directory. I have to resolve a few issues with mx.DateTime in my own code, but Webware is now running with the MySQLD-python 1.2 version. Roger Haase --- Roger Haase

Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion -- Found problem

2006-01-04 Thread Chuck Esterbrook
Thanks for the update! I actually keep my context next to my app dir to remind myself that they are separate and can be swapped in and out. One doesn't have to be nested inside the other. So I have something like: appname/ rundir/ -- the app work dir webapp/ -- the context weblib/

Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion

2005-12-30 Thread Roger Haase
--- Chuck Esterbrook [EMAIL PROTECTED] wrote: On 12/29/05, Roger Haase [EMAIL PROTECTED] wrote: ... If I understand this correctly, a User record is in the process of being moved into the Middlekit store, and it is expecting the old mx.DateTime type of type 'DateTime', but the

Re: [Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion

2005-12-30 Thread Chuck Esterbrook
On 12/30/05, Roger Haase [EMAIL PROTECTED] wrote: --- Chuck Esterbrook [EMAIL PROTECTED] wrote: ... I maintain MiddleKit and I'll help you work through this. Did you regen your MK source code? If so and you still have the problem, can you send me your GenUser.py so I can look at it? I

[Webware-discuss] Upgrade to Python 2.4, MiddleKit and DateTime confusion

2005-12-29 Thread Roger Haase
Hi, I am trying to upgrade a Fedora Core 3 installation to Fedora Core 4, converting from Python 2.3 to 2.4 and moving to Webware .9 as part of the process. Fedora Core 3 has been running with the mx utilities and MySQL-python 0.9.2. I am getting an abend when trying to logon to my application: