I need to write a program which copies some dlls from one location to
another. However, if any applications which use these dll's are
running,
Windows won't let the dll copy complete, until the apps which have the
dlls loaded have terminated.
I'm looking for a way to scan/probe to see if any apps a
Hello,
My ActiveX object leaks when I submit it as a named item to the Python AX
script engine (IActiveScript::AddNamedItem) with my AX site application.
I'm using build 214 on a Vista 64 bit machine. The leak is not there though
with build 212, the regression seems to have been introduced with
On 8/04/2010 12:05 PM, Bill Janssen wrote:
I don't think I've tried that config. I'll give it a shot.
[After trying it...] Nope, that may be necessary, but it's not
sufficient. I installed Python in a private directory "just for me",
then copied in the pywin32 extensions, then copied the pywi
Mark Hammond wrote:
> > $ python -i
> > Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit
> > (Intel)] on win32
> > Type "help", "copyright", "credits" or "license" for more information.
> import win32api
> > Traceback (most recent call last):
> >File "", line 1, in
>
On 8/04/2010 2:35 AM, Bill Janssen wrote:
No luck so far. I install Python privately ("Just for me" on the Python
installer) in C:\UpLib\1.7.9\python\, and unpack the pywin32 zip file in
the Lib\site-packages\ subdir there. Then I copy python26.dll and the
two pywin32 DLLs over to C:\WINDOWS\sy
I doubt that, I believe subprocess is the way to go. Just kick it in, sleep for
some time and poll it, increment a counter and sleep again
To call a function from a script with timeout, create a new python script as a
thin wrapper around the function and send the timeout via command line (us
Bill Janssen wrote:
> > Just for the moment, I think I'll see if I can get things working by
> > copying the DLLs into \WINDOWS\System32\, including Python26.dll.
>
> No luck so far. I install Python privately ("Just for me" on the Python
> installer) in C:\UpLib\1.7.9\python\, and unpack the p
Bill Janssen wrote:
> Mark Hammond wrote:
>
> > On 6/04/2010 4:31 PM, Mark Hammond wrote:
> > > On 6/04/2010 4:28 PM, Bill Janssen wrote:
> > >> Mark, my system is a dozen or so Python programs plus a few Windows
> > >> services implemented in Python. If I set those up to hack the "Path"
> > >>
On 07/04/2010 14:24, pacopyc wrote:
Hi, I'm trying to execute a function that could end never (infinite
time). I'd like to set a timeout. If function respond before 30 sec ok,
else go away.
Can I do it? I can't find simple examples. Can you help me?
Have a look here:
http://code.activestate.co
Hi, I'm trying to execute a function that could end never (infinite
time). I'd like to set a timeout. If function respond before 30 sec ok,
else go away.
Can I do it? I can't find simple examples. Can you help me?
Thank you
___
python-win32 mailing li
10 matches
Mail list logo