Re: Python Windows Editors

2007-01-24 Thread Hertha Steck
Am Mon, 22 Jan 2007 00:33:12 + schrieb W. Watson: [EMAIL PROTECTED] wrote: W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm

Re: Python Windows Editors

2007-01-24 Thread W. Watson
Hertha Steck wrote: Am Mon, 22 Jan 2007 00:33:12 + schrieb W. Watson: [EMAIL PROTECTED] wrote: W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download

Re: Python Windows Editors

2007-01-24 Thread W. Watson
Stef Mientki wrote: Any text editor is only as good as the programmer who uses it. ;) Yes but an IDE is different ;-) cheers, Stef Mientki Correct. Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA) (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)

Re: Python Windows Editors

2007-01-24 Thread W. Watson
W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is [corrected]IDLE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python.

Re: Python Windows Editors

2007-01-24 Thread redawgts
Yes, pywin32 installs PythonWin. On Jan 24, 4:07 pm, W. Watson [EMAIL PROTECTED] wrote: W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is [corrected]IDLE. I understand there's a Win editor called pythonwin. I believe it's in the download

Re: Python Windows Editors

2007-01-23 Thread Laurent Pointal
W. Watson a écrit : I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python. Comments? If

Re: Python Windows Editors

2007-01-23 Thread stef
Laurent Pointal wrote: W. Watson a écrit : I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or

Re: Python Windows Editors

2007-01-23 Thread Laurent Pointal
stef a écrit : Laurent Pointal wrote: W. Watson a écrit : I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just

Re: Python Windows Editors

2007-01-22 Thread stef
gonzlobo wrote: I prefer PyScripter too, but would like to know if I can have 'indentation guides' enabled like PythonWin allows. If you mean, typing a for-statement, then when placing the final :+Enter, the indentation auto increases, then the answer is yes, otherwise I don't kno what you mean.

Re: Python Windows Editors

2007-01-22 Thread Jarek Zgoda
W. Watson napisał(a): I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python. Comments? If

Re: Python Windows Editors

2007-01-22 Thread Stef Mientki
Any text editor is only as good as the programmer who uses it. ;) Yes but an IDE is different ;-) cheers, Stef Mientki -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Windows Editors

2007-01-22 Thread Jarek Zgoda
Stef Mientki napisał(a): Any text editor is only as good as the programmer who uses it. ;) Yes but an IDE is different ;-) Would it make me better Fortran programmer? ;) -- Jarek Zgoda http://jpa.berlios.de/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Windows Editors

2007-01-22 Thread Stef Mientki
Jarek Zgoda wrote: Stef Mientki napisał(a): Any text editor is only as good as the programmer who uses it. ;) Yes but an IDE is different ;-) Would it make me better Fortran programmer? ;) I can't judge for you, ... ... maybe you are already at the top ;-) I can only speak for myself

Re: Python Windows Editors

2007-01-22 Thread [EMAIL PROTECTED]
Stef Mientki wrote: there a too many (good) IDE's for Python ;-) FWIW the Zeus for Windows IDE has Python support: http://www.zeusedit.com/python.html Zeus has standard IDE features like syntax highlighting, integrated version control, project/workspace, class browsing etc, but it does

Python Windows Editors

2007-01-21 Thread W. Watson
I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python. Comments? If not how do I get the

Re: Python Windows Editors

2007-01-21 Thread [EMAIL PROTECTED]
W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python. Comments? If not

Re: Python Windows Editors

2007-01-21 Thread Ant
The pywin32 extension does not contain the python runtime itself, but comes with many (very useful) classes you can use when interacting with the windows universe. The editor is based on a component called scintilla (http://www.scintilla.org/). The referenced site also offers an editor SciTE based

Re: Python Windows Editors

2007-01-21 Thread laurent rahuel
Hi, I guess you could take a look at pydev extension for eclipse and if you wan't an almost straight forward installation, you should consider this link : http://www.easyeclipse.org/site/distributions/python.html Regards, Laurent W. Watson a écrit : I downloaded python-2.5.msi and installed

Re: Python Windows Editors

2007-01-21 Thread Stef Mientki
W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of Python. Comments? If

Re: Python Windows Editors

2007-01-21 Thread W. Watson
[EMAIL PROTECTED] wrote: W. Watson wrote: I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I understand there's a Win editor called pythonwin. I believe it's in the download pywin32-210.win32-py2.5.exe, but I'm not sure if this exe file has just the editor or all of

Re: Python Windows Editors

2007-01-21 Thread gonzlobo
I prefer PyScripter too, but would like to know if I can have 'indentation guides' enabled like PythonWin allows. On 1/21/07, Stef Mientki [EMAIL PROTECTED] wrote: I tried 2 of them, and only was stable enough: PyScripter http://mmm-experts.com/Products.aspx?ProductID=4 --