Re: Debug python from DLL callback?

2011-11-30 Thread Fabio Zadrozny
On Wed, Nov 30, 2011 at 7:34 AM, Jason Veldicott wrote: > Hi, > > I am wondering if anyone here might be able to suggest if there is a way of > switching over from python execution into debug mode of an IDE, from python > code that is executed as a callback from a C++ DLL? > Use a remote debugger

PyDev 2.2.4 Released

2011-11-02 Thread Fabio Zadrozny
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 -- Soft

Re: Strange classmethod mock behavior

2011-10-25 Thread Fabio Zadrozny
On Tue, Oct 25, 2011 at 10:08 AM, Peter Otten <__pete...@web.de> wrote: > Fabio Zadrozny wrote: > >> I'm trying to mock a classmethod in a superclass but when restoring it >> a strange behavior happens in subclasses (tested on Python 2.5) >> >> Anyone kno

Strange classmethod mock behavior

2011-10-25 Thread Fabio Zadrozny
I'm trying to mock a classmethod in a superclass but when restoring it a strange behavior happens in subclasses (tested on Python 2.5) Anyone knows why this happens? (see test case below for details) Is there any way to restore that original method to have the original behavior? import unittest

PyDev 2.2.3 Released

2011-10-06 Thread Fabio Zadrozny
g and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- http://mail.

Re: Python IDE/Eclipse

2011-08-30 Thread Fabio Zadrozny
On Fri, Aug 26, 2011 at 11:18 AM, Dave Boland wrote: > I'm looking for a good IDE -- easy to setup, easy to use -- for Python.  Any > suggestions? > > I use Eclipse for other projects and have no problem with using it for > Python, except that I can't get PyDev to install.  It takes forever, then

PyDev 2.2.2 Released

2011-08-23 Thread Fabio Zadrozny
completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ PyDev - Python Development Environment for Ec

Re: How to use python environment created using virtualenv?

2011-08-16 Thread Fabio Zadrozny
On Tue, Aug 16, 2011 at 2:15 AM, smith jack wrote: > I have created a python environment using virtualenv, but when i want > to import such environment to PyDev, error just appears, > it tells there should be a Libs dir, but there is no Libs DIr in the > virtual envronment created using virtualenv

Re: Virtual functions are virtually invisible!

2011-07-16 Thread Fabio Zadrozny
On Sun, Jul 10, 2011 at 2:15 PM, rantingrick wrote: > On Jul 4, 3:43 am, Gregory Ewing wrote: >> rantingrick wrote: >> > what concerns me is the fact that virtual methods in derived >> > classes just blend in to the crowd. >> > I think we really need some >> > sort of visual cue in the form of fo

PyDev 2.2.1 Released

2011-07-14 Thread Fabio Zadrozny
at enables 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, -- Fabi

Pydev 2.2.0 Released

2011-06-27 Thread Fabio Zadrozny
many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ Pydev - Pytho

Pydev 2.1.0 Released

2011-05-30 Thread Fabio Zadrozny
ing, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ Pydev - Python Development Environment for Eclipse http://pydev.org http

Pydev 2.0 Released

2011-04-04 Thread Fabio Zadrozny
s PyDev? --- PyDev is a plugin that enables 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, re

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

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

Re: Eclipse/PyDev - BOM Lexical Error

2010-10-31 Thread Fabio Zadrozny
On Mon, Oct 4, 2010 at 5:03 AM, TheOne wrote: > Hi. > > I installed eclipse/pydev today. > I created a pydev project and added python source files with utf-8 > BOM. > Eclipse/Pydev reports lexical error : >  Lexical error at line 1, column 1. Encountered: "\ufeff" (65279), > after : "" > > I want

Pydev 1.6.3 Released

2010-10-05 Thread Fabio Zadrozny
ode completion, syntax highlighting, syntax 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.blog

Pydev 1.6.2 Released

2010-09-07 Thread Fabio Zadrozny
ronPython 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 Devel

Pydev 1.6.1 Released

2010-08-03 Thread Fabio Zadrozny
enables 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: Pydev 1.6.0 Released

2010-07-22 Thread Fabio Zadrozny
> > The supposed feature to start a console in which the contents of the > current editor window are automatically "exec"ed /available still > doesn't work for me. > > I'm talking about this: > http://www.pydev.org/manual_adv_interactive_console.html > > Pressing Ctrl-Alt-Enter, a interactive conso

Pydev 1.6.0 Released

2010-07-20 Thread Fabio Zadrozny
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/mailman/listinfo/python-list

Re: Pydev 1.5.8 Released

2010-06-29 Thread Fabio Zadrozny
On Tue, Jun 29, 2010 at 12:37 AM, ejosvp wrote: > On 28 jun, 22:35, ejosvp wrote: >> I have a problem with pydev 1.5.8 >> >> An error has occurred. See error log for more details. >> com.aptana.editor.common.CommonEditorPlugin.getThemeManager()Lcom/ >> aptana/editor/common/theme/IThemeManager; >>

Pydev 1.5.8 Released

2010-06-28 Thread Fabio Zadrozny
onPython 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:

How to get the date format from the users locale?

2010-06-25 Thread Fabio Zadrozny
I'm trying to get the locale-aware date format but it doesn't seem to be available through nl_langinfo in python 2.5.4 (windows vista). Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] onType "help", "copyright", "credits" or "license" for more information. >>> import l

Re: weird pickle behavior in Python 3.1.2 + Eclipse 3.5.2

2010-06-08 Thread Fabio Zadrozny
On Mon, Jun 7, 2010 at 6:30 AM, Peter Otten <__pete...@web.de> wrote: > kirby.ur...@gmail.com wrote: > >> On Jun 4, 9:47 am, Peter Otten <__pete...@web.de> wrote: >> >>> I can provoke the error in "naked" Python 3 by changing the >>> Example.__module__ attribute: >>> >>> Python 3.1.1+ (r311:74480,

Re: Do any debuggers support "edit and continue?"

2010-05-22 Thread Fabio Zadrozny
On Wed, May 12, 2010 at 2:42 PM, Joel Koltner wrote: > Just curious... in Microsoft's Visual Studio (and I would presume some other > tools), for many languages (both interpreted and compiled!) there's an "edit > and conitnue" option that, when you hit a breakpoint, allows you to modify a > line o

Pydev 1.5.7 Released

2010-05-06 Thread Fabio Zadrozny
linux What is PyDev? --- PyDev is a plugin that enables 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, r

2to3 issues with execfile on python 3.0 on files with encoding

2010-05-06 Thread Fabio Zadrozny
Right now, it seems that the default implementation of execfile in 2to3 is something as: exec(compile(open(file).read()+"\n", file, 'exec'), globals, locals) But it seems it won't deal with encodings properly... and also, in CPython just making an open without a close is OK, because of the refere

Re: PyDev : undefined variable from import

2010-04-26 Thread Fabio Zadrozny
On Mon, Apr 26, 2010 at 12:08 PM, Wanderer wrote: > Since the last Java update, I get the error, "undefined variable from > import" in Pydev in the Eclipse editor. I can still run the program in > Eclipse. If I add a blank line and save the program, the error goes > away, but that screws up the re

Re: How to choose a debugger

2010-04-26 Thread Fabio Zadrozny
2010/4/25 sanam singh : > Hi, > I want to debug my c++blocks which are dynamically loaded into python for > execution. I am using wingide for debugging python. But its limitation is > that when c++module is called in python script it doent take me into c++ > module. What I want is that I should be

Re: Pydev 1.5.6 Released (Django Integration)

2010-04-23 Thread Fabio Zadrozny
>> Pydev 1.5.6 has been released >> >> Details on Pydev: http://pydev.org >> Details on its development: http://pydev.blogspot.com > > Question, > Does it have a feature to evaluate the current edit buffer and continue > with an interactive prompt? > Yes. See: http://pydev.org/manual_adv_interacti

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

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

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

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

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.0 (Pydev Extensions open sourced)

2009-09-03 Thread Fabio Zadrozny
ously used subversion will be disabled. Instructions on getting the source code from the new location is available at: http://www.pydev.org/developers.html Best Regards, -- Fabio Zadrozny Aptana http://aptana.com Pydev - Python Development Environment for Eclipse http://pydev.org

Pydev 1.4.8 Released

2009-08-21 Thread Fabio Zadrozny
se Eclipse for Python, Jython and Iron Python 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: Strongly typed list

2009-08-17 Thread Fabio Zadrozny
> Hello, I am using eclips for python and i am facing a problem. I have > many classes with many properties and want a list of objects from one > of my declared classes. The problem is:When i am accessing any item > from the list, the IDE does not know it's type because in python we do > not declar

Re: Eclipse Pydev update error ?

2009-07-24 Thread Fabio Zadrozny
On Fri, Jul 24, 2009 at 4:17 PM, Linuxguy123 wrote: > Does anyone know why this error is occurring in my Eclipse Pydev > update ? > > An error occurred while collecting items to be installed >  No repository found containing: > org.python.pydev/osgi.bundle/1.4.7.2843 >  No repository found containi

Re: Pydev 1.4.7 Released

2009-07-09 Thread Fabio Zadrozny
Yes. On Thu, Jul 9, 2009 at 3:32 AM, Morten Nygaard Aasnes wrote: > On 2009-07-08, Fabio Zadrozny wrote: >> Hi All, >> >> Pydev and Pydev Extensions 1.4.7 have been released >> >> Details on Pydev Extensions: http://www.fabioz.com/pydev >> Details on Pydev

Pydev 1.4.7 Released

2009-07-08 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 Aptana

Re: Python debugger

2009-07-04 Thread Fabio Zadrozny
> Hi, > Could you suggest some python debuggers? > > Thanks, > Srini Pydev has a debugger that supports the common debugger features (watches, multiple threads, breakpoints, conditional breakpoints, step in, out, etc -- http://fabioz.com/pydev/manual_adv_debugger.html ), and pydev extensions adds

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-19 Thread Fabio Zadrozny
retor? Please follow the getting started tutorial for that: http://fabioz.com/pydev/manual_101_root.html Cheers, Fabio > > Thanks > > James > > On Fri, Jun 19, 2009 at 9:32 AM, Fabio Zadrozny wrote: >> >> > yes, the same problem even on an empty program. every fil

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-18 Thread Fabio Zadrozny
> yes, the same problem even on an empty program. every file has the same > problem. > > for example, if I new a file and input the following: > import os > os. > after I input '.', it will pop up the window, and i can select the function > of os module or continue input. but after that, no action

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

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

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

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

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: 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: 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: 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: 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 "(",

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

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

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

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

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&

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(

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

<    1   2   3   4   >