[python-win32] JPEG to TIFF conversion

2007-12-10 Thread Manjeet Singh
Hi, I am a new to the image conversion /compression concepts. I have few thousands of images which were scanned in Uncompressed JPEG format(.Tiff and .Jpeg). I am required to convert them to standard tiff files(CCIT Group4). Is there any way to accomplish this in Python? I will be thankful for t

Re: [python-win32] JPEG to TIFF conversion

2007-12-10 Thread John Machin
Manjeet Singh wrote: > Hi, >I am a new to the image conversion /compression concepts. I have > few thousands of images which were scanned in Uncompressed JPEG > format(.Tiff and .Jpeg). I am required to convert them to standard > tiff files(CCIT Group4). Is there any way to accomplish this i

Re: [python-win32] JPEG to TIFF conversion

2007-12-10 Thread niki
Manjeet Singh wrote: > Hi, >I am a new to the image conversion /compression concepts. I have few > thousands of images which were scanned in Uncompressed JPEG format(.Tiff > and .Jpeg). I am required to convert them to standard tiff files(CCIT > Group4). Is there any way to accomplish this i

[python-win32] modify environment variable

2007-12-10 Thread le dahut
Hello, A python program launched at user logon rewrites some registry keys such as "HKCU\Software\Microsoft\Windows\Current Version\Explorer\User Shell Folders\AppData" but explorer keeps using the old value. How can I make windows reload the registry since the users have a mandatory profile a

Re: [python-win32] modify environment variable

2007-12-10 Thread Tim Roberts
le dahut wrote: > > A python program launched at user logon rewrites some registry keys such > as "HKCU\Software\Microsoft\Windows\Current Version\Explorer\User Shell > Folders\AppData" but explorer keeps using the old value. > Right, because Explorer is already running by the time your app l

Re: [python-win32] Mailslot

2007-12-10 Thread Tim Roberts
Michel Claveau wrote: > Mailslot is a simple & fast IPC (Inter Processus Call) (who use UDP & SMB). > It's inside Windows from long time ago. > > With Vista, the (re)-new tool Waitfor.exe can use it, for synchronize > batchs, applis or scripts (in local computer or in a LAN). > > This next code

Re: [python-win32] Mailslot

2007-12-10 Thread Michel Claveau
Hi, Tim! Your code-link-example (sipc.py) don't run ("failure...") ; but with your other indications, and after much of research and attempts, and especially much of chance, I succeeded in coding a Mailslot server. Time to give a little in form the pieces of codes, thus some examples of intera

[python-win32] (in) Active State PyWin32 list

2007-12-10 Thread Tony Cappellini
What's up with the archives on Active State? The PyWin32 arives stop in 2006. Are there any searchable archives for this list- where the user doe snot have to search each month separately? thanks ___ python-win32 mailing list [email protected] htt

[python-win32] SetClassLong on wx.PopupWindow breaks PyOpenGL and VTK

2007-12-10 Thread Andrea Gavana
Hi All, Sorry for the half off-topic question, but I am not sure if a solution to this problem can be found in wxPython or in pywin32 (or in ctypes). Using the class declared below, I am able to create a popup window with some shadow on it (I use it for FlatMenu). When I construct a popup wind

Re: [python-win32] (in) Active State PyWin32 list

2007-12-10 Thread Tim Roberts
Tony Cappellini wrote: > What's up with the archives on Active State? > The PyWin32 arives stop in 2006. > > Are there any searchable archives for this list- where the user doe > snot have to search each month separately? > Gmane keeps a mirror of this mailing list. They call it gmane.comp.pyt

Re: [python-win32] JPEG to TIFF conversion

2007-12-10 Thread Larry Bates
Manjeet Singh wrote: > Hi, >I am a new to the image conversion /compression concepts. I have few > thousands of images which were scanned in Uncompressed JPEG format(.Tiff > and .Jpeg). I am required to convert them to standard tiff files(CCIT > Group4). Is there any way to accomplish this i

Re: [python-win32] (in) Active State PyWin32 list

2007-12-10 Thread Michel Claveau
Hi! Look here: http://mail.python.org/pipermail/python-win32/ Perso, I see up December-2007 @+ Michel Claveau ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Mailslot

2007-12-10 Thread Roger Upole
I've added CreateMailslot, GetMailslotInfo and SetMailslotInfo to win32file, so they should be available in the next release. Roger ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] modify environment variable

2007-12-10 Thread Mark Hammond
> A python program launched at user logon rewrites some registry keys > such > as "HKCU\Software\Microsoft\Windows\Current Version\Explorer\User Shell > Folders\AppData" but explorer keeps using the old value. > > How can I make windows reload the registry since the users have a > mandatory profil

Re: [python-win32] Mailslot

2007-12-10 Thread Michel Claveau
Hi! > I've added CreateMailslot, GetMailslotInfo and SetMailslotInfo to > win32file, so they should be available in the next release. 3 points : - thanks, Roger - Aggg! All this work, and all this time spent (by me), for nothing! - thanks, Roger!!! @-salutations Michel Clav