Re: [python-win32] mini-PyWiG

2010-04-05 Thread Christophe Deze
hi/bonjour It misses screenshot .. thanks Le 04/04/2010 08:27, Michel Claveau a écrit : Hello! I am pleased to tell you about the preview of Mini-PyWiG. Mini-PyWiG is a minimalist GUI based on Pywin32. Mini-PyWiG not trying to be complete but rather to provide the minimum necessary. There

Re: [python-win32] authentication proxy and download

2010-03-01 Thread Christophe Deze
en('test.msi', 'wb') f.write(data) maybe should I use ctype like here : http://stackoverflow.com/questions/1078939/id-like-to-call-the-windows-c-function-winhttpgetproxyforurl-from-python-can thanks for reading Le 01/03/2010 18:59, Christophe Deze a écrit : it should l

Re: [python-win32] authentication proxy and download

2010-03-01 Thread Christophe Deze
inet.InternetConnect(hinternet,'www.google.fr',80,'','',3,0) h = win32inet.InternetOpenUrl(hinternet,'http://downloads.sourceforge.net/sevenzip/7z465.msi') data =win32inet.InternetReadFile(hinternet,sizeOfFile) Le 01/03/2010 18:03, Christophe Deze a écrit : h

[python-win32] authentication proxy and download

2010-03-01 Thread Christophe Deze
hello I wrote a windows app that must download file it works fine with urllib.urlretrieve. But I want to download file through a proxy with NTLM (samba)authentication . I want to use windows sessions credential transparently, as IE and Firefox do well... I don't think that urllib(2) can do

Re: [python-win32] wmi error

2010-02-26 Thread Christophe Deze
wmimgmt.msc launch correcty but an error occured, "impossible to connect, WMI not found" it wasn't a problem in my script but it was with XP that was a bit too much customized thanks Le 25/02/2010 11:17, Tim Golden a écrit : On 25/02/2010 09:55, Christophe Deze wrote: Le 2

Re: [python-win32] wmi error

2010-02-25 Thread Christophe Deze
Le 24/02/2010 20:18, Tim Roberts a écrit : Christophe Deze wrote: i'm looking for information about this error Traceback (most recent call last): File "Frame1.pyo", line 235, in run File "wmi.pyo", line 1267, in connect File "wmi.pyo", line 241,

[python-win32] wmi error

2010-02-24 Thread Christophe Deze
Hello i'm looking for information about this error Traceback (most recent call last): File "Frame1.pyo", line 235, in run File "wmi.pyo", line 1267, in connect File "wmi.pyo", line 241, in handle_com_error x_wmi: it run from windows XP u'Non trouv\xe9 ' means object not found I think