Re: [python-win32] screen capture and win32gui.GetDesktopWindow()

2006-12-07 Thread Ray Schumacher
me some time, I think, and I'm not sure if it's the correct procedure anyway. Thanks, more tries tomorrow. Ray At 05:02 PM 12/6/2006, Tim Roberts wrote: Ray Schumacher wrote: I've been mulling screen capture code. I tried PIL's ImageGrab().grab() (with pymedia) but find PIL's method

Re: [python-win32] python and rtf

2006-08-18 Thread Ray Schumacher
/wxwin/ Best, Ray Schumacher At 09:28 AM 8/18/2006, you wrote: You may be better off trying the various wx mailing lists - not many wx people hang out here (I guess as most wx users are targetting more than Windows!) Regards, Mark -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [python-win32] sleep() for less than .001s?

2006-08-04 Thread Ray Schumacher
At 11:01 AM 8/4/2006, Tim Roberts wrote: What surprises you? The Win32 Sleep() function takes integer milliseconds. Thus, .1 will round to 0, which says give up the CPU only if a higher-priority task is waiting.. The default scheduling interval on your system is 16ms. Some Windows

[python-win32] sleep() for less than .001s?

2006-08-03 Thread Ray Schumacher
+TTLHighDur: break out(0x378, 0x00) #set all bits low rotN += 1 if c1.valueendTick: break Ray Schumacher Blue Cove Interactive 8580 Production Avenue, Suite B San Diego, CA 92121 858.695.8801 http://Blue-Cove.com Disclaimer ;-) By sending an email to ANY of my addresses you are agreeing that: I

Re: [python-win32] [Python-Dev] Still looking for volunteer to

2006-03-15 Thread Ray Schumacher
I wrote a little ditty to set Win volume, which will also check for what you want (attached) On my system, just running it prints: C:\projects\soundPYTHON VOL.PY cbStruct 24 dwControlID 1 cChannels 1 cMultipleItems 0 cbDetails 4 paDetails c_ulong(32639) waveOutGetNumDevs= 1 mixerGetNumDevs 1

Re: [python-win32] ATT DSP32C to IEEE

2006-01-06 Thread Ray Schumacher
At 08:00 AM 1/6/2006, Thomas Heller wrote: RayS [EMAIL PROTECTED] writes: I'm trying to find an efficient way to convert from DSP32C binary files smmm to IEEE float seee emmm I tried struct and bit-shifting from a C manual example,

[python-win32] WindowsError: (0, 'The operation completed successfully') with compiled prog only

2005-09-14 Thread Ray Schumacher
' and the error level is zero, why the logged error? Can it be suppressed? I also posted to py2exe-users... Ray Schumacher ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] list/kill processes on Win9x and NT+...

2005-07-12 Thread Ray Schumacher
unauthorized process and compiled with py2exe. Does anyone have a way to list/kill without the external process that works in all 9x and XP? Ray Schumacher #!/usr/bin/env python import win32process, win32con import time import subprocess whiteList = [Eudora.exe, Explorer.EXE, MSTask.exe

Re: [python-win32] system() fails, win32process succeeds

2005-06-29 Thread Ray Schumacher
Hi Roger, At 12:42 PM 6/29/2005, Roger Upole wrote: I ran into something similar a while back that turned out to be a deficiency in the called program. It wasn't taking into account the fact that it might not be able to acquire resources in a timely manner. I think that is the case, but I

Re: [python-win32] filling Windows properties Summary tab?

2005-06-24 Thread Ray Schumacher
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Schumacher Sent: Friday, 24 June 2005 8:14 AM To: python-win32@python.org Subject: [python-win32] filling Windows properties Summary tab? The Summary tab of of a file's properties has Title, Subject, Author, etc. Could