Yeah, I have been using PyDev with Eclipse. It is pretty good, since with the
latest version the debugger is working and they have include the ability to add
additional paths in the PYTHONPATH variable.
I honestly would prefer to use Emacs, but I have not found any tool that
provides code-compl
Yeah be careful with some of the cygwin tools. I had an issue with the jar
command being picked up from cygwin/bin instead of JAVA_HOME and it was
corrupting the contents of a jar file.
-george
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R. Alan Mon
Well, for starters.
1. PyDEV does not have any type of prespective. I use the java prespective or
resources.
2. Check out this guide, granted it is a bit old(2003'ish) but it is still
pretty good.
http://www-128.ibm.com/developerworks/opensource/library/os-ecant/
3. Terry, what do you mean by
comments are inline...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Singleton
Sent: Wednesday, September 21, 2005 9:00 AM
To: tutor@python.org
Subject: [Tutor] Python Editors (particualrly Vim)
I've been trying to decide which editor to use to
No editor wars here, my suggestion as I tried to state below is use what
you like. Try'em all and take them for a test spin. Granted I might be slightly
biased towards eclipse/emacs.but that is just my world :)
Just out of curiosity, does vim have code completion for python?
Cheers
-ge
.
Sincerely Yours,
pujo
On 9/21/05, George
Flaherty <[EMAIL PROTECTED]>
wrote:
No
editor wars here, my suggestion as I tried to state below is use what you
like. Try'em all and take them for a test spin. Granted I might be slightly
biased towards eclipse/emacs.but that
Hello,
I am trying to port over some old code from Ruby into Python. In my old ruby
code I had a UnitTest class that created a bunch of test methods (i.e. def
test_MyTestFunction) dynamically through the ruby method
define_method(http://www.ruby-doc.org/core/classes/Module.html#M000396).
This