Re: [python-win32] Reading custom output parameters fromLabVIEW/Acti veX

2005-11-23 Thread Andrew Markebo
Hello! Sorry for getting in so late, are there any god notes/examples on how to use InvokeTypes? Been looking around a little but don't get it straight. / "Mark Hammond" <[EMAIL PROTECTED]> wrote: |> So the new question is: how do you create a 1D array of variants |> in python? |> >From what I've

[python-win32] Application exception in Python.dll

2005-11-23 Thread Tom_RobbinsMilne
Hi, I have a series of python programs that communicate over sockets. The server is using asyncore, the clients just the bare socket library. The system is just storing strings of XML associated with a particular name, kinda like a poor man's file system. The trouble is that it mostly runs fine

[python-win32] Changing the name of a service

2005-11-23 Thread Rogelio Flores
Is there a way to override the name of a service when installing it? What I want to do is use the same python script to install more than one copies of the same service, under a different name, on the same machine. I know I can simply copy the python file and change the _svc_name_ and have two clon

Re: [python-win32] Application exception in Python.dll

2005-11-23 Thread John Machin
[EMAIL PROTECTED] wrote: > [snip] > The error I'm getting is: > Event viewer: > > Faulting application python.exe, version 0.0.0.0, faulting module > python24.dll, version 2.4.150.1012, fault address 0x000t2f60 What is that "t" in the middle of a hexadecimal number? > > Doctor Watson: >

Re: [python-win32] Application exception in Python.dll

2005-11-23 Thread Tom_RobbinsMilne
John, Thanks very much. I'll try there. I thought it may be something specific to windows, as running it on Linux seems to work fine. My apologies for the typo, the correct hex number is : fault address 0x0007ef60 Thanks, Tom John Machin <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/

Re: [python-win32] PythonWin Not starting - Windows Server 2003 OS

2005-11-23 Thread Gregory Piñero
Ok, I got it working.  I had to log in as administrator on that computer and then it asked me to allow Pythonwin to run.  Something about data execution prevention. -GregOn 11/22/05, Gregory Piñero <[EMAIL PROTECTED]> wrote: Yeah, I know this is a pretty vague question.  I'm willing to try to debu