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

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: /usr/lib/python2.4/site-packages/wx-2.8-gtk

Pydev 1.3.0 Released

2007-03-12 Thread Fabio Zadrozny
sis, 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 Envirom

Pydev 1.3.1 Released

2007-03-26 Thread Fabio Zadrozny
th 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://www.esss.com.br P

Pydev 1.3.2 Released

2007-04-17 Thread Fabio Zadrozny
ore What is PyDev? --- 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.

Pydev 1.2.6 Released

2007-01-24 Thread Fabio Zadrozny
is assumed) * Grammar Patch by Ueli Kistler, Dennis Hunziker What is PyDev? --- 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 high

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 http://pyde

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

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 -- http://mail.python.org/mailman/

Pydev 1.2.8 Released

2007-03-01 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 ---

Pydev 1.3.10 Released

2007-11-05 Thread Fabio Zadrozny
ipse 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: 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 PR

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 o

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

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... Wh

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 > licen

Re: How should multiple (related) projects be arranged (structured) and configured so that they can share code, have a related package structure and enable proper unittesting, and ensuring no namespac

2006-04-21 Thread Fabio Zadrozny
COMMONsrca.b.c.commontesta.b.c.common Ok, first thing... it won't work becaus as soon as python finds the first a.b.c.common it will bail on the other... That's the default approach for java, becase it will give you access to module-level things declared as 'default', that otherwise

Re: Finding Module Dependancies

2006-04-21 Thread Fabio Zadrozny
Actually, if you use the pydev extensions plugin for Eclipse (http://www.fabioz.com/pydev), it would make that analysis for you (and is actually quite fast).Cheers, FabioOn 21 Apr 2006 15:18:05 -0700, mwt <[EMAIL PROTECTED]> wrote: When I'm rewriting code (cutting and pasting pieces from earliermod

Re: Jython: exec a string

2006-04-21 Thread Fabio Zadrozny
On 4/21/06, Edward Elliott <[EMAIL PROTECTED]> wrote: iirc java doesn't like multiple classes in a single file (not countinganonymous or inner classes).  sounds like jython may have the samerestriction...Actually, that's not completely true. The restriction is that you can have only 1 public class

Pydev and Pydev Extensions 1.0.6 release

2006-04-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.

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Fabio Zadrozny
Hi James,Take a look at: http://wiki.python.org/moin/IntegratedDevelopmentEnvironmentsCheers,Fabiop.s. I'd reccomend Pydev + Pydev Extensions -- Has debugger, code-analysis, refactoring, code-completion, and all the other niceties you'd expect from an IDE. On 24 Apr 2006 17:34:12 -0700, Just call

Re: Best IDE for Python?

2006-05-05 Thread Fabio Zadrozny
Have you checked: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments I like pydev (for Eclipse), but as I also develop it I might be a little biased, so, I'd reccomend checking it and taking your own conclusions. -- FabioOn 5 May 2006 08:28:00 -0700, Saurabh Sardeshpande <[EMAIL PROTEC

Re: Python editor recommendation.

2006-05-09 Thread Fabio Zadrozny
Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironments. I'd reccommend pydev (http://pydev.sf.net) or the pydev extensions if you're willing to spend some bucks (http://www.fabioz.com/pydev). -- FabioOn 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote: Hi all,Can any one please recommend m

Re: How to couple pyunit with GUI?

2006-05-17 Thread Fabio Zadrozny
On 17 May 2006 08:24:40 -0700, volcano <[EMAIL PROTECTED]> wrote: I am desperately looking for an info how to combine a testingapplication with decent GUI interface - the way most xUnits do. Ibelieve I have seen something about using Tkinter, but I do notremember - where. I am working on a complex

Re: How to couple pyunit with GUI?

2006-05-18 Thread Fabio Zadrozny
is still a command-line utility -- if you stilll want a gui to it, try pydev, which will allow you to right-click a folder and run all the unit-tests below it. Cheers, Fabio On 5/17/06, Fabio Zadrozny <[EMAIL PROTECTED]> wrote: On 17 May 2006 08:24:40 -0700, volcano < [EMAIL PROTECTED]

Pydev release 1.0.7

2006-05-22 Thread Fabio Zadrozny
lipse 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 Simulatio

Pydev 1.0.8 released

2006-05-24 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 f

Pydev 1.3.11 Released

2008-01-14 Thread Fabio Zadrozny
hon 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 Soft

Pydev 1.3.12 Released

2008-01-29 Thread Fabio Zadrozny
ing, 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 De

Pydev 1.3.13 Released

2008-02-04 Thread Fabio Zadrozny
lugin 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, -- Fabi

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.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

Pydev 1.4.2 Released

2009-01-13 Thread Fabio Zadrozny
. 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://mail.python.o

Why doesn't eval of generator expression work with locals?

2009-01-27 Thread Fabio Zadrozny
Hi All, Anyone knows why the code below gives an error? global_vars = {} local_vars = {'ar':["foo", "bar"], 'y':"bar"} print eval('all((x == y for x in ar))', global_vars, local_vars) Error: Traceback (most recent call last): File "C:\temp\work\test\src\a.py", line 3, in print eval('all(

Re: Why doesn't eval of generator expression work with locals?

2009-01-27 Thread Fabio Zadrozny
On Tue, Jan 27, 2009 at 9:51 PM, James Mills wrote: > On Wed, Jan 28, 2009 at 9:31 AM, Fabio Zadrozny wrote: >> Anyone knows why the code below gives an error? >> >> global_vars = {} >> local_vars = {'ar':["foo", "bar"], 'y&

Re: Why doesn't eval of generator expression work with locals?

2009-01-27 Thread Fabio Zadrozny
> I think you can work around your problem by using the same dictionary for > both locals and globals. The locals/globals distinction is not useful in > your circumstances. For example, the Python interpreter has these the same: > > >>> globals() is locals() > True > Interesting... In my case, w

Why deepcopy with class with __getattr__ makes the tracing go nuts?

2009-02-19 Thread Fabio Zadrozny
Anyone has any idea why the code attached does not work? Basically, after doing the deepcopy of the class that has __getattr__ overridden, the python tracing facilities don't seem to work anymore. In the code-attached, if the deepcopy is removed, all works as expected (or if __deepcopy__ is overr

Pydev 1.4.3 Released

2009-02-19 Thread Fabio Zadrozny
ev 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 Zad

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

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

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 convi

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.

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 thr

Pydev 1.3.23 Released

2008-10-26 Thread Fabio Zadrozny
g 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 --

Pydev 1.3.24 Released

2008-10-27 Thread Fabio Zadrozny
debug 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.blogs

Re: free IDE with removing import and refactoring

2008-10-29 Thread Fabio Zadrozny
> I am looking for a python IDE which can remove my unused imports, and > can do basic refactoring under windows. If you have Pydev Extensions, it analyzes your source for undefined tokens and is able to make the imports for you (but it doesn't remove the unused imports... especially because this

Re: developing python extensions with CDT and Pydev in Eclipse

2008-11-04 Thread Fabio Zadrozny
> Has anyone been able to use both Pydev and CDT to debug extension > modules? > > The question was asked about a year ago on this list, and I am hoping > that > someone has figured it out in meantime. Previous answers on that: https://sourceforge.net/forum/message.php?msg_id=4268986 https://so

Re: developing python extensions with CDT and Pydev in Eclipse

2008-11-06 Thread Fabio Zadrozny
> I have tried all of those things (on Linux), but without success. Has anyone > tried > this under Linux? > Have you asked on CDT? (the basic idea is that python behaves as a regular program launched, so, that should be something straightforward to do). Cheers, Fabio -- http://mail.python.org/m

Pydev 1.4.4 Released

2009-02-24 Thread Fabio Zadrozny
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: Eclipse And PyDev

2009-03-07 Thread Fabio Zadrozny
> I realize this question may not belong here but I am going to ask anyway to > the current users of Eclipse and PyDev.  It's regarding the auto-complete > feature.  Say you want to type "sys.path.append('yada yada yada')", using > say Komodo or IDLE.  When you get to "sys.path.ap" and type a "(",

Re: Eclipse And PyDev

2009-03-08 Thread Fabio Zadrozny
> Thanks. I noticed that when I was on my windows box at work and I > would check it and click apply then ok and when I go back to those > prefs and it isn't checked. I did that a few times. I will try it on > my Linux box tomorrow at home and see if I have the same results. If it doesn't work fo

Re: Unit testing frameworks

2009-03-25 Thread Fabio Zadrozny
Hi Andew, > not exactly a framework, but useful while working on small projects - you > can run tests from inside eclipse (using the pydev plugin for python). > it's easy to run all tests or some small subset (although it is a bit > buggy for 3.0). What exactly is not working with 3.0? (couldn't

Re: Unit testing frameworks

2009-03-25 Thread Fabio Zadrozny
> sorry for not reporting a bug - i assumed you'd know (and the workarounds > described above meant i wasn't stalled). > > i also have eclipse 3.4.2 with pydev 1.4.4.2636 on a separate machine (ie > new versions), and i can try there if you want (it will take a while to > get the source there, but

Re: Syntax disagreement between IDLE and pydev?

2009-03-30 Thread Fabio Zadrozny
>>> IDLE (3.1a1) accepts >>> >>>    a,*b = re.split(str,pattern) >>> >>> and does the right thing ('a' gets the first result and 'b' gets >>> the rest). >>> >>> pydev configured to use the exact same Python 3.1a1 runtime doesn't >>> like this syntax (in my source, column 23 is the asterisk): >>> >>

Re: i have to change default tab length in pydev

2009-03-30 Thread Fabio Zadrozny
> Most such problems are caused by mixing tabs and spaces in the same file. >  Pick one style and be consistent, and you'll be in good shape. > > My approach is to always expand tabs.  My tab key simply gets me to a > convenient column, there never are any tabs in my source files. > > (I don't use

Pydev 1.4.5 Released

2009-04-12 Thread Fabio Zadrozny
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 Aptana http://aptana.com/python

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Fabio Zadrozny
> I want to start learning python and not wanna waste my time learning > python 2.x ,so i need your advise to what IDE to use for python 3.0.1 > Pydev supports Python 2.x and 3.x. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Python interpreter speed

2009-04-21 Thread Fabio Zadrozny
> Further, I have an accounting software which was previously in java, but > now in python and the performance gain is ausom. > > Yes it depends on how we write the code but comparing the 2 at least at > the middle layer and front-end (pygtk) python is faster than java. > Infact I am most certain t

Pydev 1.4.6 Released

2009-05-20 Thread Fabio Zadrozny
ode completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development

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.18 Released

2008-06-19 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.

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 configure

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

Pydev 1.3.19 Released

2008-08-01 Thread Fabio Zadrozny
d 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 - En

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 http://showmedo.com/videos/video?name=Py

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 > pa

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

Pydev 1.3.15 Released

2008-04-09 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.

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 > happe

Pydev 1.3.16 Released

2008-05-07 Thread Fabio Zadrozny
nalysis, 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 Developme

Pydev 1.3.20 Released

2008-08-22 Thread Fabio Zadrozny
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 -- Sof

Pydev 1.3.22 Released

2008-10-02 Thread Fabio Zadrozny
hon 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 - E

Re: Compile ui files from within Eclipse

2006-03-07 Thread Fabio Zadrozny
(menu: run > external tools > external tools). You can also add a keybinding to the last external tool launched. Cheers, Fabio -- Fabio Zadrozny -- Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.b

Re: Compile ui files from within Eclipse

2006-03-07 Thread Fabio Zadrozny
s below that folder -- recursively), and then we pass that script in the external tool (actually as a parameter, as the tool will be python itself). It is not only easier within Eclipse, but in the command line too. Cheers, Fabio -- Fa

[ANN] Pydev and Pydev Extensions 1.0.3 release

2006-03-08 Thread Fabio Zadrozny
k on template images 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 Ecli

Re: Python IDE: great headache....

2006-03-12 Thread Fabio Zadrozny
Hi Sullivan,Just to let you know, pydev does all that you asked for (and if there's something you're missing you might want to add a feature request to it: http://sourceforge.net/tracker/?group_id=85796&atid=577332)Some notes:To change the indentation in 'blocks', just select the lines you want an

How to change echo in python prompt

2006-03-18 Thread Fabio Zadrozny
Hi All,Does someone know if there is some way to supress the '>>>' and '...' in the python prompt (while actually forcing prompts with -i)?-- and all that in a non-platform dependent way ;-) Thanks,Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: How to change echo in python prompt

2006-03-18 Thread Fabio Zadrozny
Hi... Found out (sys.ps1 and sys.ps2 control that).Cheers,FabioOn 3/18/06, Fabio Zadrozny <[EMAIL PROTECTED] > wrote:Hi All,Does someone know if there is some way to supress the '>>>' and '...' in the python prompt (while actually forcing prompts with -i)

Re: Free Python IDE ?

2006-03-29 Thread Fabio Zadrozny
On 3/29/06, Jarek Zgoda <[EMAIL PROTECTED]> wrote: Ernesto napisał(a):> I'm looking for a tool that I can use to "step through" python software> (debugging environment).  Is there a good FREE one (or one which is> excellent and moderately priced ) ? Good free: PyDev for Eclipse.Good moderately pric

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
On 31 Mar 2006 06:46:35 -0800, kbperry <[EMAIL PROTECTED]> wrote: I have recently been trying out NewEdit, and it is a pretty good "IDE"for Python.The reason that I have it in quotes is because I haven't really found atrue IDE (like the way Eclipse behaves for Java) for python.  (I realize that Ecl

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
Well, in pydev you surely can have code-completion on 'math.' I think you got some wrong configuration...  Have you read the getting started manual? (http://www.fabioz.com/pydev/manual_101_root.html)  On 31 Mar 2006 07:44:38 -0800, kbperry <[EMAIL PROTECTED]> wrote: To me, it just doesn't behave t

Re: Best IDE for Python?

2006-03-31 Thread Fabio Zadrozny
On 3/31/06, Keith B. Perry <[EMAIL PROTECTED]> wrote: You are probably right, and I will definitely take a look at the starter manual.  Hopefully it also works well on classes that I create?  You got some nice docs there. Surely does ;-) Cheers, Fabio Thanks for the tip!  On 3/31/06,

Pydev and Pydev Extensions 1.0.4 release

2006-04-03 Thread Fabio Zadrozny
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 - E

Pydev and Pydev Extensions 1.0.5 release

2006-04-05 Thread Fabio Zadrozny
x 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 D

Re: editor with autocompletion

2009-12-05 Thread Fabio Zadrozny
On Sat, Dec 5, 2009 at 5:19 AM, Siva B wrote: > Hi All, > Thanks for your reply. > > What I want is An Editor which can support Dynamic Languages with > Autocomplete. > > I have my own language with some file extension (for ex: *.fs ) > I can add few keywords to editor, it should support autocompl

Pydev 1.5.2 Released

2009-12-09 Thread Fabio Zadrozny
users to use Eclipse for Python, Jython and IronPython 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: Eclipse Carriage Return Workaround

2009-12-19 Thread Fabio Zadrozny
On Fri, Dec 18, 2009 at 1:38 PM, Steve Holden wrote: > I've written a Python 3 course that uses an Eclipse-based teaching > system. The school is telling me that their version of Eclipse/pydev > appears to have an input() function that appends a carriage return > character to the user's input. Thi

Re: Eclipse Carriage Return Workaround

2009-12-19 Thread Fabio Zadrozny
On Sat, Dec 19, 2009 at 8:36 AM, Fabio Zadrozny wrote: > On Fri, Dec 18, 2009 at 1:38 PM, Steve Holden wrote: >> I've written a Python 3 course that uses an Eclipse-based teaching >> system. The school is telling me that their version of Eclipse/pydev >> appears to hav

Pydev 1.5.4 Released

2010-01-19 Thread Fabio Zadrozny
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 Aptana http://a

Re: Aaaargh! "global name 'eggz' is not defined"

2009-10-30 Thread Fabio Zadrozny
On Thu, Oct 29, 2009 at 6:48 PM, kj wrote: > > How can one check that a Python script is lexically correct? > > As my Python apps grow in complexity and execution, I'm finding it > more often the situation in which a program dies after a lengthy > (i.e. expensive) run because the execution reaches

Pydev 1.5.1 Released

2009-11-17 Thread Fabio Zadrozny
yntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com

Pydev 1.5.5 Released

2010-03-04 Thread Fabio Zadrozny
such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/python Pydev - Python Development Environment for Eclipse http://pydev.org

Re: Get Eclipse/PyDev to run scripts that don't end in .py

2010-03-31 Thread Fabio Zadrozny
On Wed, Mar 31, 2010 at 6:37 PM, J wrote: > Is there any way to tell PyDev in Eclipse to run a script that doesn't > end in .py?  Even if I have to go and manually set something for each > file... > > I've inherited (in a manner of speaking) a dev project that is done in > python2.6... I pulled th

Pydev 1.5.6 Released (Django Integration)

2010-04-01 Thread Fabio Zadrozny
IronPython 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 Apta

Re: Python - NAWIT / Community

2010-12-31 Thread Fabio Zadrozny
> My question relates to community contribution. My concern arose when > recently installing the pydev.org extensions in Eclipse. Now as far as > my understanding goes the licensing on both is open source GPL. > However Pydev became open source as part of aptana's acquistion, and > for the moment p

Pydev 1.6.4 Released

2011-01-01 Thread Fabio Zadrozny
x analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Aptana http://aptana.com/ Pydev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- http://mail.python.org/mai

Re: [PyQt] Working with PyQt and Pydev

2011-01-07 Thread Fabio Zadrozny
On Thu, Jan 6, 2011 at 9:32 AM, Rohit Coder < passionate_program...@hotmail.com> wrote: > I installed the PyDev plugin into Aptana Stdui 3 Beta. Someone suggested > me to use PyQt for Python GUI app, and so I downloaded and installed PyQt. > But when I open Aptana Studio, I could see a new menu a

Pydev 1.6.5 Released

2011-02-03 Thread Fabio Zadrozny
Python, Jython and IronPython 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 -- Sof

<    1   2   3   4   >