I'm afraid I don't have many insights. Using overlapped IO may solve your
problem of not knowing if an error occurred or not, but I don't think it
will solve your general problem. One thing that might be worth looking at
are "device notifications", which may be able to inform you of the removal -
> Since release 211, I have dozens & dozens messages, like this:
>
> pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning
> None
> pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning
> None
> pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning
>
Vernon Cole wrote:
I've just had a success story with the adodbapi now included in build 211,
and thought it would be a good idea to let everyone know how to do it.
My application ran a very gnarly SQL script against master..sysprocesses
to
identify blocked SQL requests. It tended to crash pyt
Mark Hammond wrote:
Seeing as nothing has caught fire in the few days since I made the
release,
I updated the SF page to point at build 211 - it does still have a note
that
b210 is the "most recent stable version", so I think it's a good
compromise
:)
Cheers,
Mark
Now that you mention it,
Seeing as nothing has caught fire in the few days since I made the release,
I updated the SF page to point at build 211 - it does still have a note that
b210 is the "most recent stable version", so I think it's a good compromise
:)
Cheers,
Mark
From: [EMAIL PROTECTED]
[mailto:[EMAIL PRO
When USB communication device class devices are installed in Windows
they appear as COMxxx ports, just like legacy serial ports. They are
different in that many RS-232 device parameters don't apply (such as
baud rate, handshaking, etc). Also, since they are USB devices they
may be suspended while r
Hello Tim,
Thank you for your reply. I tried to use the setPath method and no luck:
In [26]: item.setPath('')
---
exceptions.AttributeErrorTraceback (most recent
call last)
C:\coe\
c:\python24\l
I've just had a success story with the adodbapi now included in build 211,
and thought it would be a good idea to let everyone know how to do it.
My application ran a very gnarly SQL script against master..sysprocesses to
identify blocked SQL requests. It tended to crash python when the MSSQL
serv
Mark:
The main download link at https://sourceforge.net/projects/pywin32/ is
still pointing to
version 210. My quick test of 211 seems fine. In particular the adodbapi
project software lands just where it should and works just as it should. As
soon as the pywin32 main download is switched to v
Hello,
I've passed some time reading the MS coding guide for Vista
http://msdn.microsoft.com/en-us/library/bb756973.aspx
It explains that an app requiring administrator rights (modify HKLM,
write in C:\Windows\, etc.) will always return "Access denied" or ask
the user for UAC if it's launched
Hi!
Since release 211, I have dozens & dozens messages, like this:
pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None
pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None
pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None
pyth
Hi Mark
Pedantic side-note: best I can tell, all the compilers are x86 binaries, so
> even on a 64bit OS, we are still cross-compiling :)
You are of course correct, I should have said I am developing on a 64 bit
machine.
> Grab the source .zip for build 211 now it is fresh, but otherwise, a w
I was able to resolve this. The file application was interacting with resided
on a network share. Once I copied it to a local volume I was able to
manipulate the string without a problem.
Thanks,
Aleksandr
Tim Roberts wrote:
>
> Aleksandr VLADIMIRSKIY wrote:
>> I'm attempting to set a string
13 matches
Mail list logo