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
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
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
[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:
>
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/
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