[python-win32] P3K?

2008-06-20 Thread Roger Upole
Vernon Cole wrote: I vote FOR dropping 2.3 and earlier support and moving to 2.6 / 3.0 syntax as soon as possible. My reasons for this are selfish... adodbapi is already restricted to 2.3 and later, since it uses decimal numbers to return SQL data from some numeric columns. ;-) Archives of ol

Re: [python-win32] P3K?

2008-06-20 Thread Michel Claveau
Hi! You (& MH) already proved your know-how. IMO, the best way is: made as you want... @-salutations Michel Claveau ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Embedded Python & win32api

2008-06-20 Thread thorsten riesberg
Hello everyone, I'm getting crasy about embedding python-win32 in a c++ application. PyRun_SimpleString("import win32api") failes with the error message: ImportError: No module named win32api. Every thing works fine if i use the PythonShell. The problem is not! related to the actual sys.path.

[python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread python
Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script that would monitor all Task

Re: [python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread Larry Bates
[EMAIL PROTECTED] wrote: Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script

Re: [python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread Tim Golden
[EMAIL PROTECTED] wrote: Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script

Re: [python-win32] P3K?

2008-06-20 Thread Vernon Cole
> > > > older releases of pywin are kept on sourceforge for ... >> > > ...(older) users of older python version. > > or: "(older) users of older python version will use older releases of > pywin" > > > @-salutations > -- > Michel Claveau > > * OLDER * ! Humph! For the information of you children,

Re: [python-win32] P3K?

2008-06-20 Thread Michel Claveau
Hi! For the information of you children "children" me? Thank you ! :o)) I had started, also, with FORTRAN. On a ICL, with perforated cards. Then: GAP, XTran, APL, Basic (on Alcyane, very before MS, Apple & Cie). Then: Texas-instrument, PET (Commodore), TRS-

Re: [python-win32] Embedded Python & win32api

2008-06-20 Thread Mark Hammond
> I'm getting crasy about embedding python-win32 in a c++ application. > > PyRun_SimpleString("import win32api") failes with the error message: > > ImportError: No module named win32api. Try setting the "verbose" flag (I can't recall how to spell that via the C API) and you should end up with in