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
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
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
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
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
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,
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