Pydev 1.3.24 Released

2008-10-27 Thread Fabio Zadrozny
others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com -- http

Pydev 1.3.23 Released

2008-10-26 Thread Fabio Zadrozny
and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com -- http

Pydev 1.3.23 Released

2008-10-26 Thread Fabio Zadrozny
and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com -- http

Re: IDE Question

2008-10-18 Thread Fabio Zadrozny
Isn't Eclipse kind of project oriented? I.e. not suited for opening a single file, anywhere, and viewing/editing it. I get the impression that it prefers to have some project or workspace file which groups a set of files and contains configuration, build rules and so on. The guy three

Re: IDE Question

2008-10-17 Thread Fabio Zadrozny
Although PyDev looked promissing and the main annoyances from the first try (like an intelisense that needed half a minute) had been solved, I was still missing some things, like a realy good integration of the python shell into it. That's been done: http://pydev.sourceforge.net/console.html

Re: IDE Question

2008-10-15 Thread Fabio Zadrozny
I am just wondering what seems to be the most popular IDE. The reason I ask is I am currently at war with myself when it comes to IDE's. It seems like every one I find and try out has something in it that others don't and viceversa. I am in search for the perfect IDE and after many months of

Re: IDE Question

2008-10-15 Thread Fabio Zadrozny
I would personally recommend that you take the time to learn your way around a powerful text editor such as emacs or vim (I use emacs, myself), however that may not fit well with your personal editing tastes, and the learning curve is a bit steep. The editing tastes problem can be solved once

Re: IDE Question

2008-10-15 Thread Fabio Zadrozny
Now, following that route, many people call Eclipse is the 21st century Emacs... ;-) I don't want to kick off an editor war or anything, but I don't think that Eclipse is anywhere near being a 21st century emacs, Peace! I'm far from starting any war too (I don't usually try to convince

Pydev 1.3.22 Released

2008-10-02 Thread Fabio Zadrozny
a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific

Pydev 1.3.20 Released

2008-08-22 Thread Fabio Zadrozny
for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer

[issue3494] [Errno 11] Resource temporarily unavailable while using tracing facility/threads (in linux listdir with unicode path)

2008-08-18 Thread Fabio Zadrozny
Fabio Zadrozny [EMAIL PROTECTED] added the comment: I've pasted the output below... also, the trace function is called for each function call after the settrace (not only in interpreter shutdown) -- and the error happens in the listdir -- which is in the main thread, so, it must happen before

[issue3494] [Errno 11] Resource temporarily unavailable while using tracing facility/threads (in linux listdir with unicode path)

2008-08-18 Thread Fabio Zadrozny
Fabio Zadrozny [EMAIL PROTECTED] added the comment: Thanks for looking into this... Unfortunately, I'm not sure I can use the workaround of the int('0'), as this could fix the debugger, but if the code that's being debugged spawned other threads (which is pretty common), it would be pointless

Re: Looking out a module for Subversion

2008-08-13 Thread Fabio Zadrozny
I've installed Ulipad and must say it is a small nice tool. Thanks I also want to give eclipse a try. I referred eclispe web site for this and it does not mention what basic things need installation before you use the Dynamic Language Toolkit. So, my question is : what combination of

Re: Looking out a module for Subversion

2008-08-12 Thread Fabio Zadrozny
On Tue, Aug 12, 2008 at 6:50 AM, Patrol Sun [EMAIL PROTECTED] wrote: Eclipse with PyDev extension cannot debug. Ulipad is able to debug,but it needs wxpython to support. That's not really correct... Pydev should be able to debug (there's a video at

[issue3494] [Errno 11] Resource temporarily unavailable while using tracing facility/threads (in linux listdir with unicode path)

2008-08-02 Thread Fabio Zadrozny
New submission from Fabio Zadrozny [EMAIL PROTECTED]: A bug has been reported against pydev complaining about os.listdir() failing while debugging (with a unicode path). The link for that is: http://sourceforge.net/tracker/index.php?func=detailaid=2012138group_id=85796atid=577329 After trying

Pydev 1.3.19 Released

2008-08-01 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

Re: Autocompletion and Interactive Tables in a Python IDE

2008-07-27 Thread Fabio Zadrozny
a) Intellisense (tells you what classes/methods are available and what variables go into a function) b) Code Completion (guesses your code after four letters) c) Data-Orientation; multiple data sessions can be open, data can be viewed easily Python's IDLE has only half of the first of these

Re: pydev and psycopg2 - weird behaviour

2008-07-05 Thread Fabio Zadrozny
Hi Ross, Usually that happens when some module contains too much runtime information and the static analysis cannot get it... You can probably fix that by adding 'psycopg2' to the list of builtin modules... See http://fabioz.com/pydev/manual_101_interpreter.html for information on how to

Pydev 1.3.18 Released

2008-06-19 Thread Fabio Zadrozny
to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.3.18 Released

2008-06-19 Thread Fabio Zadrozny
to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.3.17 Released

2008-05-13 Thread Fabio Zadrozny
Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http

Pydev 1.3.17 Released

2008-05-12 Thread Fabio Zadrozny
Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http

Pydev 1.3.16 Released

2008-05-07 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http

Pydev 1.3.16 Released

2008-05-07 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http

Pydev 1.3.15 Released

2008-04-09 Thread Fabio Zadrozny
is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev shell (was: Re: Stani's python ide 'spe' editor problem)

2008-04-09 Thread Fabio Zadrozny
Anyway, I am extremely frustrated. I've tried other ide's: pythonwin (I found it inadequate for my purposes - why is a command line prompt displayed in a dialog window?) - eclipse (editor is just ok, shell does not have command history(!), and then *really* funky things started happening

Re: *.py source file surprisingly deleted with Pydev/Eclipse. Who else experienced this ?

2008-04-04 Thread Fabio Zadrozny
Hi Nebur, Are you using svn? I did have a problem once related to that (but it's more related to the svn plugin than to pydev)... I think that for some reason the undo seems to be mapped to a creation of a file that came from svn (I don't remember exactly how to reproduce it, but I do remember it

Re: *.py source file surprisingly deleted with Pydev/Eclipse. Who else experienced this ?

2008-04-04 Thread Fabio Zadrozny
On Fri, Apr 4, 2008 at 5:05 PM, Nebur [EMAIL PROTECTED] wrote: Yes. Linux viruses are rare but useful :-) Well, I don't think the problem a very dangerous one. The Pydev/ Eclipse was used for much more than a year nearly daily and intensively. The strange effect is very rare,obviously (plus

Pydev 1.3.14 Released

2008-03-06 Thread Fabio Zadrozny
? --- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: Pydev/Eclipse: How to add filters for the navigator ?

2008-02-25 Thread Fabio Zadrozny
It's an eclipse bug in 3.3.1.1: see: http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg28728.html and the follow up: http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg28733.html (until then you can use the pydev package explorer / project explorer). Cheers, Fabio On Sun,

Pydev 1.3.13 Released

2008-02-04 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.3.13 Released

2008-02-04 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.3.12 Released

2008-01-29 Thread Fabio Zadrozny
, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Pydev 1.3.12 Released

2008-01-29 Thread Fabio Zadrozny
, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Pydev 1.3.11 Released

2008-01-14 Thread Fabio Zadrozny
completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com

Re: Eclipse/PyQt/Eric4 question

2007-12-19 Thread Fabio Zadrozny
Hi - in fact, you can do pretty much everything you have to do with pydev in eclipse. Eclipse itself is very flexible, robust and intuitive. pydev may be a touch too nervous, but is very supportive. It has a few bugs, but none lethal. Only setback is that you have to pay a small licence

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
In Eclipse, i have the luxury of double-click a .ui file and thus Qt Designer opens and then design my forms there, but i cannot fing an automatic way to accomplish the thing that eric4 does: e.x. automatically compile changed .ui files when i hit F9. And it really a loss of time to go to

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
Hmmm...but this means that i am forced to do this for ALL .ui files on the project, either changed or not and this can slow things down... (pyuic.bat can run for one or for ALL .ui files) The goal is to find a way to automatically do this only for the changed ones, like eric does... When

Re: Looking for a good Python environment

2007-11-09 Thread Fabio Zadrozny
On 07 Nov 2007 08:50:49 -0800, Paul Rubin http://phr.cx@nospam.invalid wrote: Colin J. Williams [EMAIL PROTECTED] writes: Could you elaborate on lightweight please? I find PyScripter to be a powerful editor/debugger combination. What functionality does Eclipse have that PyScripter does

Re: Looking for a good Python environment

2007-11-07 Thread Fabio Zadrozny
On 11/6/07, Jens [EMAIL PROTECTED] wrote: Just wrote a mini review of three Python code editors on my blog... http://pyminer.blogspot.com/2007/11/python-code-editors.html I use PSPad or Notepad++ for quick editing, and Komodo Edit 4.2 for longer sessions. Komodo Edit is the only one with

Pydev 1.3.10 Released

2007-11-05 Thread Fabio Zadrozny
and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS

Pydev 1.3.10 Released

2007-11-05 Thread Fabio Zadrozny
and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS

Re: Eclipse3.3 with Pydev 1.3.10 Mylar problem, have Mylyn

2007-11-05 Thread Fabio Zadrozny
In the dialog where you select pydev (in the installation -- it'll appear in the 5th screenshot at http://fabioz.com/pydev/manual_101_install.html), you can expand it and uncheck mylyn... I'll update the install instructions to better specify that... Cheers, Fabio On 11/5/07, crybaby [EMAIL

Re: Setting stdout encoding

2007-09-13 Thread Fabio Zadrozny
But I don't think it's a good idea. Changing the default encoding will change it for *all* scripts, *all* users, *all* objects. And AFAIK you have trouble ONLY with sys.std* - one should fix those objects, not mess with a global configuration. Makes sense... Do you think that creating a new

Re: Setting stdout encoding

2007-09-11 Thread Fabio Zadrozny
You could place code like that on sitecustomize.py I think this should be fixed on Eclipse/pydev. If they replace sys.stdout with a different object - they should make sure it has the right behavior. Same for IDLE if it's broken too. Thanks for the tip... I wasn't aware of sitecustomize.py

Pydev 1.3.9 Released

2007-09-10 Thread Fabio Zadrozny
, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Pydev 1.3.9 Released

2007-09-10 Thread Fabio Zadrozny
, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Re: Setting stdout encoding

2007-09-10 Thread Fabio Zadrozny
Does someone know if there's a way to explicitly set the stdout/stderr/ stdin encoding that python should use? The encoding can be set using the C API for file objects - from Python code, use ctypes: Yeap, but that would leave me with the original problem: I need to run a script to run

Setting stdout encoding

2007-09-09 Thread Fabio Zadrozny
Hi, Does someone know if there's a way to explicitly set the stdout/stderr/stdin encoding that python should use? What I'm trying to do is make python recognize that the Eclipse output accepts a different encoding (such as utf-8, cp1252, etc). More details on the problem can be found at:

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
On 8/13/07, king kikapu [EMAIL PROTECTED] wrote: Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py file(s) of

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
On 8/13/07, king kikapu [EMAIL PROTECTED] wrote: Ah, i forgot another one: as any project evolves, you need to organize it in directories. So, i have a project named Dev and Eclipse has provided me (in Navigator) with Dev and Src. Inside Src i put my .py files. Let's say that i want to

Re: Eclipse/PyDev question.

2007-08-03 Thread Fabio Zadrozny
On 8/3/07, king kikapu [EMAIL PROTECTED] wrote: Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with Java, is there a way to disable/uninstall some

Pydev 1.3.8 Released

2007-07-19 Thread Fabio Zadrozny
completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com

Pydev 1.3.8 Released

2007-07-18 Thread Fabio Zadrozny
completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com

Pydev 1.3.7 Released

2007-07-10 Thread Fabio Zadrozny
, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

Pydev 1.3.7 Released

2007-07-09 Thread Fabio Zadrozny
, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

Pydev 1.3.6 Released

2007-06-29 Thread Fabio Zadrozny
, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment

Pydev 1.3.5 Released

2007-06-22 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

Pydev 1.3.5 Released

2007-06-20 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation

Re: How to get existing frames in non-current thread?

2007-06-18 Thread Fabio Zadrozny
Thanks a lot... I guess I'll have to find another way for versions before 2.5 ;-) The original idea came from http://www.majid.info/mylos/stories/2004/06/10/threadframe.html but it uses a compiled C extension, yes. The code is really small and you should not have problems compiling it...

Re: How to get existing frames in non-current thread?

2007-06-10 Thread Fabio Zadrozny
On 6/10/07, Gabriel Genellina [EMAIL PROTECTED] wrote: En Sat, 09 Jun 2007 21:40:40 -0300, Fabio Zadrozny [EMAIL PROTECTED] escribió: Is there some way to get all the frames for any given thread? -- in a way that does not require a compiled extension. For the current (calling) thread, you

How to get existing frames in non-current thread?

2007-06-09 Thread Fabio Zadrozny
Hi, Is there some way to get all the frames for any given thread? -- in a way that does not require a compiled extension. Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Pydev 1.3.4 Released

2007-05-30 Thread Fabio Zadrozny
, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev

Pydev 1.3.3 Released

2007-05-15 Thread Fabio Zadrozny
, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python

Pydev 1.3.3 Released

2007-05-15 Thread Fabio Zadrozny
, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python

Pydev 1.3.2 Released

2007-04-17 Thread Fabio Zadrozny
? --- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio

Pydev 1.3.1 Released

2007-03-27 Thread Fabio Zadrozny
such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http

Pydev 1.3.1 Released

2007-03-26 Thread Fabio Zadrozny
such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http

Pydev 1.3.0 Released

2007-03-12 Thread Fabio Zadrozny
and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http

Pydev 1.3.0 Released

2007-03-12 Thread Fabio Zadrozny
and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http

Re: wxPython import error...

2007-03-06 Thread Fabio Zadrozny
On 4 Mar 2007 16:42:07 -0800, king kikapu [EMAIL PROTECTED] wrote: Hi, i am just completed installing Python/Pydev/Eclipse/wxPython on an Ubuntu system and all are running fine except program that contains references to wx It gives me: ImportError:

Pydev 1.2.8 Released

2007-03-01 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering

Re: Is there a technic to avoid this bug

2007-03-01 Thread Fabio Zadrozny
On 2/27/07, hg [EMAIL PROTECTED] wrote: Michele Simionato wrote: pychecker Thanks all ... pydev extension does not however ... will have to install pychecker also. Just as a note: pydev extensions 1.2.8 supports that... (just released) Cheers, Fabio --

Pydev 1.2.8 Released

2007-03-01 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering

Re: PyDev on Mac

2007-02-19 Thread Fabio Zadrozny
Pythin runs but PyDev won't use the inerpreter. It gives me an error saying I'm using an invalid interpreter. Is there a way to do this using jPython? Pydev usually outputs something into your error log when it says you've specified an invalid interpreter... can you check it? (see

Re: PyDev on Mac

2007-02-19 Thread Fabio Zadrozny
On 19 Feb 2007 10:41:41 -0800, Ahmer [EMAIL PROTECTED] wrote: On Feb 18, 4:50 am, Diez B. Roggisch [EMAIL PROTECTED] wrote: Ahmer schrieb: I've been trying to set up PyDev on my new MacBook Pro, but i have not had an success. Could you please help! Just wait until my crystal ball

Pydev 1.2.6 Released

2007-01-24 Thread Fabio Zadrozny
? --- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio

Pydev 1.2.6 Released

2007-01-24 Thread Fabio Zadrozny
? --- PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio

Pydev 1.2.5 Released

2006-11-01 Thread Fabio Zadrozny
to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers,-- Fabio Zadrozny--Software

Re: PyDev + Eclipse (Was: Re: What's the best IDE?)

2006-10-27 Thread Fabio Zadrozny
On 10/26/06, Michael B. Trausch mike$#at^[EMAIL PROTECTED] wrote: Kenneth McDonald wrote: With the most recent edition of PyDev, I find Eclipse works quite well for me.Since you mentioned it, I have a question that searching around andpoking around has not solved for me, yet.Do you have

Re: Raw beginner....

2006-10-08 Thread Fabio Zadrozny
On 10/8/06, Colin Lehmann [EMAIL PROTECTED] wrote: I am new to Python although I have been using Delphi since version one, I have been employed as a C and C++ programmer so when I went to Linux (Ubuntu 5.10) I thought Python looked pretty good. I downloaded and installed 'Eric Python IDE'

Pydev 1.2.4 Released

2006-09-26 Thread Fabio Zadrozny
is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.2.4 Released

2006-09-26 Thread Fabio Zadrozny
is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.2.3 released

2006-09-19 Thread Fabio Zadrozny
such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http

Pydev 1.2.3 released

2006-09-19 Thread Fabio Zadrozny
such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http

Re: Looking for a python IDE

2006-09-16 Thread Fabio Zadrozny
On 15 Sep 2006 23:31:27 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: HelloI am looking for a good IDE for Python. Commercial or Open Software. Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironmentsI reccomend Pydev (open source) + Pydev extensions (commercial). Cheers,Fabio --

Re: idutils and Python

2006-08-23 Thread Fabio Zadrozny
What exactly are you trying to accomplish?If you want to index function/class names, variables, etc then you should take a look at exuberant ctags http://ctags.sourceforge.net53 --although it started off as a C indexer, it has excellent Python support, it's free, and as a bonus its indices are

Re: idutils and Python

2006-08-23 Thread Fabio Zadrozny
On 8/23/06, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: Thanks for the answer. I had read about PyDev and its extenssions but,if at all possible, I'd like to keep working with Emacs (or Vim)instead of Eclipse, and I'd rather use free/open source software. Well, you can use only Pydev without the

Re: Looking for an intellisense with good help IDE for Python

2006-08-08 Thread Fabio Zadrozny
On 8 Aug 2006 00:36:30 -0700, metaperl [EMAIL PROTECTED] wrote: Hi,I would like an IDE that shows me all methods and functions I can callon a particular data item. For instance, iter() can be called on anysequence, but it is not a method.Nonetheless, I would like for something to show me every

Re: Pydev with Eclipse on OSX Q

2006-08-05 Thread Fabio Zadrozny
Hi Fabio,Thanks for your quick response! I was able to solve this. It seems I still wasn't using the right file; however, I didn't expect that Ineeded a 12 KB Unix executable. It didn't seem like the right file tome before.I've had one other report like that, so, I'm making that error more

Re: Pydev with Eclipse on OSX Q

2006-08-04 Thread Fabio Zadrozny
On 8/4/06, Michiel Sikma [EMAIL PROTECTED] wrote: Hey guys. I'm trying to run Pydev on Eclipse on OSX, but I've got aproblem that prevents me from making new projects in it. It seemsthat I cannot add my Python interpreter to the list of interpreters(it seems to do _something_ when I select it, but

Re: Python Projects Continuous Integration

2006-07-28 Thread Fabio Zadrozny
On 28 Jul 2006 04:55:39 -0700, Dave Potts [EMAIL PROTECTED] wrote: Hi,I'm just starting a development project in Python having spent time inthe Java world.I was wondering what tool advice you could give meabout setting up a continuous integration environment for the python code: get the latest

Pydev 1.2.2 released

2006-07-24 Thread Fabio Zadrozny
. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net

Pydev 1.2.2 released

2006-07-24 Thread Fabio Zadrozny
. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net

[Jython-users] Pydev and Pydev Extensions 1.0.6 release

2006-07-08 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Pydev 1.2.1 Released

2006-06-30 Thread Fabio Zadrozny
, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python

Pydev 1.2.1 Released

2006-06-29 Thread Fabio Zadrozny
, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python

Re: Eclipse IDE question

2006-06-25 Thread Fabio Zadrozny
On 6/25/06, Markus Wankus [EMAIL PROTECTED] wrote: On Sun, 25 Jun 2006 13:21:32 -0400, seerhut [EMAIL PROTECTED] wrote: kilnhead wrote: I am trying to use eclipse for python development. Is it possible to run a python script without having to name/setup a configuration? Can eclipse be set up so

Re: Another Eclipse Question with Python

2006-06-20 Thread Fabio Zadrozny
On 6/20/06, Stan Cook [EMAIL PROTECTED] wrote: I followed the help instructions to set a watchpoint for avariable, or at lest I tried.When I hilight the variableand go to the run menu, the toggle watchpoint is grayedout and can't be selected as specified.Is this Python related only?Just wondering,

Pydev 1.2.0 Released

2006-06-19 Thread Fabio Zadrozny
that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny

<    1   2   3   4   5   6   >