good documentation about win32api ??

S

__schronos__

Hi all.

Recently I've to developed a project in python that made operation
under win32 platform and I found a lot of problema to find good
information. The only one documentation is in ActivePython page
(http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.4.0) but it is
not very good and finally I had to turn to the newsgroups (it was very
nice).

And the question is: ¿Anybody knows where can I find good
documentation about win32api?

Thanks in advanced.

ScnS.
 
O

olsongt

__schronos__ said:
Hi all.

Recently I've to developed a project in python that made operation
under win32 platform and I found a lot of problema to find good
information. The only one documentation is in ActivePython page
(http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.4.0) but it is
not very good and finally I had to turn to the newsgroups (it was very
nice).

And the question is: ¿Anybody knows where can I find good
documentation about win32api?

Thanks in advanced.

ScnS.

http://msdn.microsoft.com covers the API itself, although you need to
transliterate from the C code to python.
 
K

krishnakant Mane

http://msdn.microsoft.com covers the API itself, although you need to
transliterate from the C code to python.
Exactly! that's where the problem lyes.
I am pritty well to do with windows API, I am an a good python
programmer, but I can't find the link between the two.
there are modules but no good documentation.
krishnakant.
 
T

Thomas Heller

krishnakant said:
Exactly! that's where the problem lyes.
I am pritty well to do with windows API, I am an a good python
programmer, but I can't find the link between the two.
there are modules but no good documentation.
krishnakant.

Maybe then ctypes is the right thing for you?

Thomas
 
R

Roger Upole

__schronos__" said:
Hi all.

Recently I've to developed a project in python that made operation
under win32 platform and I found a lot of problema to find good
information. The only one documentation is in ActivePython page
(http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.4.0) but it is
not very good and finally I had to turn to the newsgroups (it was very
nice).

And the question is: ¿Anybody knows where can I find good
documentation about win32api?

Thanks in advanced.

The pywin32 package has a .chm help file that covers the modules,
objects and methods. Also, there are demos of many of the
functions and interfaces.

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top