473,473 Members | 1,573 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

favourite editor

Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.

I didn't take a look on vista (and i dont want to), but i hope they
improved the notepad.

Feb 11 '07 #1
10 1319
azrael wrote:
Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated.
No it is very stable,
but some programs should be started differently,
read the manual !

it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.
You could try SPE,
but that's really unstable,
and no help manual to read ;-)

and for the rest the answer must certainly be in the still running thread
"Best Free and Open Source Python IDE"

cheers,
Stef Mientki
Feb 11 '07 #2

azrael wrote:
Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.

I didn't take a look on vista (and i dont want to), but i hope they
improved the notepad.
*sigh*
this question arises at least three times a week on this group

you can use the googlegroups search function:
http://groups.google.com/group/comp....rch+this+group

also use the python wiki:
http://wiki.python.org/moin/Integrat...ntEnvironments
http://wiki.python.org/moin/PythonEditors

Feb 11 '07 #3
At 08:41 PM 2/10/2007, azrael wrote:
>Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.
UliPad. <http://wiki.woodpecker.org.cn/moin/UliPad>

Dick Moores

Feb 12 '07 #4
azrael wrote:
Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.

I didn't take a look on vista (and i dont want to), but i hope they
improved the notepad.
I use pyscripter as my primary editor and have NEVER had it crash
or do anything that could be considered "unstable". It has best
GUI of any Windows editor I've seen. I have to admit that I tend
to run my programs from a console window because it forces a clean
load of the program (no runtime environment "leftovers") and if
I'm doing wxPython or other GUI apps, they almost always interfere
in some way with the editors (same was true for ActiveState). Maybe
you could give that a try.

-Larry
Feb 12 '07 #5
I expirienced some big craches. tra running some aplication vith using
Vpython. when you close the vpython window, pyscripter also crashes.
sometimes im writing some code and suddenly get about 300 error
messages without running anything. I like pyscripter, but sometimes it
drives me crazy

On Feb 12, 4:54 pm, Larry Bates <larry.ba...@websafe.comwrote:
azraelwrote:
Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.
Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.
I didn't take a look on vista (and i dont want to), but i hope they
improved the notepad.

I use pyscripter as my primary editor and have NEVER had it crash
or do anything that could be considered "unstable". It has best
GUI of any Windows editor I've seen. I have to admit that I tend
to run my programs from a console window because it forces a clean
load of the program (no runtime environment "leftovers") and if
I'm doing wxPython or other GUI apps, they almost always interfere
in some way with the editors (same was true for ActiveState). Maybe
you could give that a try.

-Larry

Feb 12 '07 #6
En Mon, 12 Feb 2007 16:11:23 -0300, azrael <ju*********@gmail.com>
escribió:
I expirienced some big craches. tra running some aplication vith using
Vpython. when you close the vpython window, pyscripter also crashes.
sometimes im writing some code and suddenly get about 300 error
messages without running anything. I like pyscripter, but sometimes it
drives me crazy
But why blame PyScripter when it might be a problem in VPython as well?

--
Gabriel Genellina

Feb 12 '07 #7
En Mon, 12 Feb 2007 16:11:23 -0300, azrael <ju*********@gmail.com>
escribió:
I expirienced some big craches. tra running some aplication vith using
Vpython. when you close the vpython window, pyscripter also crashes.
sometimes im writing some code and suddenly get about 300 error
messages without running anything. I like pyscripter, but sometimes it
drives me crazy
But why blame PyScripter when it might be a problem in VPython as well?

--
Gabriel Genellina

Feb 12 '07 #8
azrael wrote:
I expirienced some big craches. tra running some aplication vith using
Vpython. when you close the vpython window, pyscripter also crashes.
sometimes im writing some code and suddenly get about 300 error
messages without running anything. I like pyscripter, but sometimes it
drives me crazy
did you read the help file:
if you use a GUI platform (e.g. tknter, wxpython etc.). As the help file says under the topic
"known issues" you should not run or debug such scripts internally. Instead use the
Run, External Run command.

and form the author of PyScripter jan-2007:
I hope that such problems will be resolved when I release the remote debugging facility, which
should happen quite soon.

cheers,
Stef Mientki
Feb 12 '07 #9
A beta version of PyScripter with remote debugging is actually out.
See http://pyscripter.googlepages.com/ and http://
pyscripter.googlepages.com/remotepythonengines for details.

Ï/Ç Stef Mientki Ýãñáøå:
azrael wrote:
I expirienced some big craches. tra running some aplication vith using
Vpython. when you close the vpython window, pyscripter also crashes.
sometimes im writing some code and suddenly get about 300 error
messages without running anything. I like pyscripter, but sometimes it
drives me crazy
did you read the help file:
if you use a GUI platform (e.g. tknter, wxpython etc.). As the help filesays under the topic
"known issues" you should not run or debug such scripts internally. Instead use the
Run, External Run command.

and form the author of PyScripter jan-2007:
I hope that such problems will be resolved when I release the remote debugging facility, which
should happen quite soon.

cheers,
Stef Mientki
Feb 13 '07 #10

I'm very happy with eclipse and its python module called pydev.

It's a little slow because it parse continuously the code (P4 >2.0Ghz
required), but give
nice realtime info by underlining syntax error or unknown variable
(very very useful when
miss spelling a variable or a function :-)
On 11 fév, 05:41, "azrael" <jura.gro...@gmail.comwrote:
Since i'm new on this forum, and first time meeting a python comunity,
i wanted to ask you for your python editors.

Im looking for some good python editor, with integrated run function,
without having to set it up manualy like komodo.
I found the pyscripter, and it has all i need, but it's unsatble.
bloated. it crashes when i close an yplication window run by python
from pyscripter. please. tell me a good one with buil in run (<-very
important) and nice gui. if possible to suport projects, code
highlighting, code completition, class browser, python comand line
(>>>), traceback.

I didn't take a look on vista (and i dont want to), but i hope they
improved the notepad.

Feb 13 '07 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: paolo veronelli | last post by:
I don't mind the reasons why someone attack to defend .The best thing we can do is the code anyway.(And python does it better) Actually I use vim because I can take off everything from the X...
134
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've...
6
by: Arda Han | last post by:
Hi friends, I am new on C#. I want learn usefull C# sources on the web. What is your favourite web pages? And how can I search newsgroup posts on the web?
6
by: UhihaJax | last post by:
I've never had time to catagorically go through them all so I'm just interested in finding out what namespaces people think are cool and why. My favourite is CodeDom, the ability to write code...
8
by: Flavio | last post by:
With so many object relational mappers out there, I wonder which one is the preferred tool among the Pythonists... is there a favourite? Sqlobject, PyDO, SQLAlchemy, dejavu, etc...
3
by: azrael | last post by:
Some time ago I posted a question about the favourite IDE. I finally found it. WING IDE i the best I've ever seen for python. Code completition is amazing, automated help, python comand line....
7
by: arti | last post by:
In ASP.Net, I have a Dropdown List bound to a City Table with City Id as Value & City names as Data Text field. I want to Show a few Favourite Cities on top as well as in their correct place in the...
1
by: muddasirmunir | last post by:
well ,i want to know while using net we add many websited to our favourite wesite using internet explorer. now my question is when we format our window OR just want to copy these favourite websites...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.