RE: PPWin32 problem...

2001-04-24 Thread Mark Hammond
I havent seen most of those reports!! I should clear them up and check the page regularly. If it is the mktime problem, then the code is incorrect, and it needs an extra set of parens around the args to mktime - this means all values are passed as a single tuple arg, rather than as 9 discrete ar

RE: Shameless newbie question....

2001-04-24 Thread Mark Hammond
> I'm stuck on pp. 68-71 of "Python Programming on Win32". I tried > to follow the > "Implementing COM Objects with Python" but the SimpleCOMServer.py program > doesn't seem to be working as I attempt to run it on PythonWin > (PythonWin 2.0 > (#8, Mar 7 2001, 16:04:37) [MSC 32 bit (Intel)] on win

PPWin32 problem...

2001-04-24 Thread lbottorff
Did the problems discussed on the PPWin32 webpage, specifically p 82, doubletalk's comservers.py (http://www.oreilly.com/catalog/pythonwin32/errata/pythonwin32.unconfirmed) ever get cleared up? I think I'm having the same problem with a later (2.0) Python version not liking this script. Any i

ActivePython and Zope

2001-04-24 Thread David Brown
Has there been any thought about packaging up Zope so it works with ActivePython? I don't have access to a C compiler on Windows (other than cygwin, and that one doesn't have a threading library that will work with Python), and it wou;d be nice to have a Zope installation that works with Acti

mysql modules

2001-04-24 Thread Brian Smith
I'm new to Python and looking for Mysql modules/libs, can someone help me find them, I've heard there are several options. Thanks, Brian Smith ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython

Shameless newbie question....

2001-04-24 Thread lbottorff
I'm stuck on pp. 68-71 of "Python Programming on Win32". I tried to follow the "Implementing COM Objects with Python" but the SimpleCOMServer.py program doesn't seem to be working as I attempt to run it on PythonWin (PythonWin 2.0 (#8, Mar 7 2001, 16:04:37) [MSC 32 bit (Intel)] on win32). There i