details

PyDenis barmenkov at bpc-dot-ru.no-spam.invalid
Wed Mar 15 04:42:58 EST 2006


Python:
ActivePython 2.4.2 Build 10 (ActiveState
Corp.) based on
Python 2.4.2 (#67, Jan 17 2006, 15:36:03) [MSC
v.1310 32 bit (Intel)] on win32
-------------------------
win32ui:
Dont know how to get version info.
Little snippet
[code:1:f18a50c332]import win32ui

aa = sorted(dir(win32ui))

for i in aa:
    print '%s => %r' % (i, getattr(win32ui, i))
    print [/code:1:f18a50c332]

gives me only

copyright => 'Copyright 1994-2004 Mark Hammond
(mhammond at skippinet.com.au)'
-------------------------
AFAIK, win32ui is part of pywin32
-------------------------
Pythonwin.exe on about: pythonwin32 build
205
-------------------------
OS: Windows 2000 SP4
Dualcore: NO




More information about the Python-list mailing list