PythonWin and PyWin32

C

Chris Lott

Can someone elaborate for me what the pywin32 project is exactly? Is
PythonWin a replacement for idle? More to the point, do I need to worry
about this as I am learning about Python, since Idle and the Windows
Installer seem to work fine on my XP box?

c
 
N

Nick Coghlan

Chris said:
Can someone elaborate for me what the pywin32 project is exactly? Is
PythonWin a replacement for idle? More to the point, do I need to worry
about this as I am learning about Python, since Idle and the Windows
Installer seem to work fine on my XP box?

Python and IDLE work fine on Windows.

pywin32 is about better support for Windows specific idioms (e.g. easier COM
support, more convenient registry access).

Pythonwin is a windows native Python IDE built using MFC. Idle uses TKinter and
doesn't really feel like a standard Windows app.

Cheers,
Nick.
 
M

M.E.Farmer

Chris said:
More to the point, do I need to worry
about this as I am learning about Python, since Idle and the Windows
Installer seem to work fine on my XP box?
Relax this is Python :)
Not sure why you would worry at all about any IDE.
Especially when they your current IDE works fine.
To answer the other question PythonWin is written by Mark Hammond (
PyWin32 ) .
It contains a lot of really cool Python/Windows enhancements and has a
makepy utiity so you can wrap activex X controls with Python and use at
will from your windows machine.
Idle was written by GvR so it comes with Python.
hth ,
M.E.Farmer
 

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,219
Messages
2,571,117
Members
47,730
Latest member
scavoli

Latest Threads

Top