Re: [python-win32] Passing Args through PythonService.exe

2013-07-10 Thread Michael Manfre
start parameters, the sys.argv as seen by my code was a tuple containing the service's _svc_name_ as set by my win32serviceutil.ServiceFramework class. I've since given up on using PythonService.exe and am now using another mechanism. Regards, Michael Manfre On Sun, Jun 30, 2013 at 10:53 PM, Mark

[python-win32] Passing Args through PythonService.exe

2013-06-20 Thread Michael Manfre
and queue combination would be painful. I started to dig in to PythonService.cpp, but have yet to find any way of controlling what argv will used with the init. Regards, Michael Manfre ___ python-win32 mailing list python-win32@python.org http

Re: [python-win32] survey question: should data from database columns of type adGUID be returned as instances of class uuid?

2013-04-15 Thread Michael Manfre
Aside from the well known benefits of dropping a python version that is two versions behind the security patches only release, cleaner code with the try..except..finally and with changes, and also the ability of Vernon to use the uuid object in adodbapi. Regards, Michael Manfre On Mon, Apr 15

Re: [python-win32] Dropping support for Python 2.3?

2013-03-26 Thread Michael Manfre
receives security updates. Regards, Michael Manfre On Tue, Mar 26, 2013 at 8:44 AM, Kris Hardy k...@rhs.com wrote: +1 Mark Hammond skippy.hamm...@gmail.com wrote: I've been happy to drop support for a couple of years, but while it kept working I kept building it :) I can't recall if 2.4

[python-win32] PyPy support

2012-09-17 Thread Michael Manfre
Does anyone know the status of pywin32 on PyPy? The only things I can find point toward a sourceforge ticket [1] that has sat untouched since early 2011. [1] http://sourceforge.net/tracker/?func=detailaid=3244607group_id=78018atid=551957 Regards, Michael Manfre

Re: [python-win32] pywintypes assert sys.modules[modname] is old_mod

2012-06-29 Thread Michael Manfre
uninstalled Python 2.6 (and all of its extra packages). -- Michael Manfre On Thu, Jun 28, 2012 at 10:19 PM, Jim Carroll j...@maplesong.com wrote: Look for duplicate versions of pywintypes27.dll or pythoncom27.dll, most likely in the python installation and your System32 directory. Could

Re: [python-win32] Getting output parameters from stored procedures

2012-06-22 Thread Michael Manfre
I was approaching the conclusion that this is expected behavior. Glad to have it confirmed with a reasonable explanation why. I guess the fix will be to document the behavior. Thanks, Michael Manfre On Fri, Jun 22, 2012 at 11:38 PM, Chris Lambacher ch...@kateandchris.netwrote: On Wed, Jun 20

[python-win32] Getting output parameters from stored procedures

2012-06-20 Thread Michael Manfre
? Regards, Michael Manfre ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32