[python-win32] Re: Building pywin32 with the free MS toolkitcompiler

2006-04-19 Thread Roger Upole
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

[python-win32] ANN: pywinauto 0.3.3 released - bug fixes, added methods, removed deprecated methods

2006-04-19 Thread Mark Mc Mahon
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:

Re: [python-win32] wrong results in service running mode

2006-04-19 Thread Mark Hammond
> 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

[python-win32] wrong results in service running mode

2006-04-19 Thread Michael Li
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

[python-win32] MS Exchange address book access within Python

2006-04-19 Thread Anderson, Allan
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

[python-win32] Re: Building pywin32 with the free MS toolkitcompiler

2006-04-19 Thread Roger Upole
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

Re: [python-win32] Building pywin32 with the free MS toolkitcompiler

2006-04-19 Thread Thomas Heller
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

Re: [python-win32] Threading problem

2006-04-19 Thread Tim Roberts
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

Re: [python-win32] Building pywin32 with the free MS toolkitcompiler

2006-04-19 Thread Paul Moore
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

Re: [python-win32] Building pywin32 with the free MS toolkitcompiler

2006-04-19 Thread Roger Upole
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