I also removed the ATL headers from win32com.
Although with viewcvs, anonymous CVS, and
checkin messages broken, it's kind of hard to
tell.
Roger
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python
Hi,
0.3.3 release of pywinauto is now available.
pywinauto is a set of open-source (LGPL) modules for using Python as a GUI
automation 'driver' for Windows NT based Operating Systems (NT/W2K/XP).
SourceForge project page:
http://sourceforge.net/projects/pywinauto
Download from SourceForge
http:
> One piece of the program is to check a file exist or not as follows:
>
> szNormPath= os.path.normpath(strFileName)
> nRetCode = os.access(szNormPath, os.F_OK)
> # nRetCode = os.path.exists(szNormPath)
>
> When the file path is C:\shared\t.txt, no problem.
> When the pat
Hi,
I have a python program running 24x7.
One piece of the program is to check a file exist or not as follows:
szNormPath= os.path.normpath(strFileName)
nRetCode = os.access(szNormPath, os.F_OK)
# nRetCode = os.path.exists(szNormPath)
When the file path is C:\shared\t
Hi, folks. I'm working with the gnatsparse.py script included with
Bugzilla to import my company's old GNATS bug database. As this script
appears to have been written specifically for the migration of the GCC
project, and also as it was written for an older version of Bugzilla,
I'm having to make s
Paul Moore wrote:
> On 4/19/06, Roger Upole <[EMAIL PROTECTED]> wrote:
> > I've removed the ATL macros from win32wnet. (checkin messages are still
> > bouncing)
>
> Cool, thanks. I was going to look at this, but real life came along...
>
> When I get back to it, I'll see how much I can get runni
Paul Moore wrote:
> On 4/19/06, Roger Upole <[EMAIL PROTECTED]> wrote:
>> I've removed the ATL macros from win32wnet. (checkin messages are still
>> bouncing)
>
> Cool, thanks. I was going to look at this, but real life came along...
>
> When I get back to it, I'll see how much I can get running
On Tue, 18 Apr 2006 15:01:10 +0200 (Central European Daylight Time),
"Aleksandar Cikota" <[EMAIL PROTECTED]> wrote:
>I have a problem with threading.
>
>
Why do you think it is a threading problem? Does this exact program
work if you replace TestThread().start() with TestThread().run()?
Do y
On 4/19/06, Roger Upole <[EMAIL PROTECTED]> wrote:
> I've removed the ATL macros from win32wnet. (checkin messages are still
> bouncing)
Cool, thanks. I was going to look at this, but real life came along...
When I get back to it, I'll see how much I can get running, and post a
patch on SF.
Pau
Mark Hammond wrote:
>> On 4/17/06, Paul Moore <[EMAIL PROTECTED]> wrote:
>> > On 4/16/06, Paul Moore <[EMAIL PROTECTED]> wrote:
>> > > I tried building one for myself, but I'm missing some critical
>> > > dependencies (dsound.h?)
>> >
>> > I'm assuming this is from the DirectX SDK, which I'm in th
10 matches
Mail list logo