Re: [Tutor] More IDE's (was: Boa-Constructor)

2005-09-14 Thread George Flaherty
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

Re: [Tutor] running scripts with windows...slightly OT

2005-09-15 Thread George Flaherty
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

Re: [Tutor] More IDE's (was: Boa-Constructor)

2005-09-19 Thread George Flaherty
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

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread George Flaherty
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

Re: [Tutor] Python Editors (particualrly Vim)

2005-09-21 Thread George Flaherty
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

[Tutor] FW: Python Editors (particualrly Vim)

2005-09-21 Thread George Flaherty
.   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

[Tutor] Dynamic Method Creation

2008-07-10 Thread George Flaherty
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