Re: how do you move to a new line in your text editor?

2006-03-06 Thread Fabio Zadrozny
Ok, I'm putting those in my 'todo-list' ;-) -- keep an eye open for future releases... Cheers, Fabio Jorge Godoy wrote: >Fabio Zadrozny <[EMAIL PROTECTED]> writes: > > > >>Which indenting features do you find missing? Note: 1.0.3 -- still unreleased &g

Re: How close program in the wxPython?

2005-05-02 Thread Fabio Pliger
"Tian" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > I have made a program in wxpython, but how could i exit the program? I > am using wxFrame for my window, what is the function to close the > program? > > Thanks!! > Wich version of wx? You cannot exit the program clickin

Re: Libraries for creating graphs

2005-05-02 Thread Fabio Pliger
"Florian Lindner" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Hello, > I'm looking for libraries to create graphs. I'm not talking about plotting a > function like f(x)=x^2 just plotting a couple of values into a short, maybe > interpolating them. Output should be somethi

ANN: PyDev 0.9.4 released

2005-06-08 Thread Fabio Zadrozny
'{' (if the line ends with a comma). - Some StackOverflow errors were removed from code completion. - Keybindings added for Refactoring (powered by bycicle repair man) - check the FAQ. - Some bug-fixes as usual... Regards, -- Fabio Zadrozny --

wx ListCtrl with combobox...

2005-06-11 Thread Fabio Pliger
Hi all, i'm working on a very large project using wx 2.5... On one frame i have a wx.lib.mixins.listctrl widget, wich is a listctrl extended with the possibility to edit the columns text entrys Anyone know if it's possible (or if there's a widget...) to have also the possbility to have a comboB

wxpython wxlistctrl with combo

2005-06-13 Thread Fabio Pliger
Hi all, i'm working on a very large project using wx 2.5... On one frame i have a wx.lib.mixins.listctrl widget, wich is a listctrl extended with the possibility to edit the columns text entrys Anyone know if it's possible (or if there's a widget...) to have also the possbility to have a comboB

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

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 curren

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

2007-06-18 Thread Fabio Zadrozny
roblems compiling it... Thanks for the link... it seems pretty nice ;-) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Pydev 1.3.5 Released

2007-06-20 Thread Fabio Zadrozny
clipse 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

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 for

Pydev 1.3.7 Released

2007-07-09 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

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

2007-05-30 Thread Fabio Zadrozny
ny 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 Pydev Extensions http

Re: Eclipse/PyDev question.

2007-08-03 Thread Fabio Zadrozny
s had a dependency on some java stuff). Reference: http://pydev.blogspot.com/2007/06/pydev-and-jdt-sdk-not-required-anymore.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
in you current editor and then Ctrl+F11 to re-run the last run -- so, if you have a main file that you just ran in your project, you can probably just keep to Ctrl+F11 -- note that this behavior changed with Eclipse 3.3, but you can restore it: window > preferences > run/debug > la

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
;d usually put into your pythonpath (that's one level before the module you're going to import). Details on how to do that can be found at: http://fabioz.com/pydev/manual_101_root.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Setting stdout encoding

2007-09-09 Thread Fabio Zadrozny
e to be careful not to mess up that namespace) Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Pydev 1.3.9 Released

2007-09-10 Thread Fabio Zadrozny
uch 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: Setting stdout encoding

2007-09-10 Thread Fabio Zadrozny
e original problem: I need to run a script to run the original script I want to run...(and not being compatible with other python implementations). Isn't there any way to set that externally (like environment variable, args to the interpreter or anything else like that)? Thanks, Fabio -- http:/

Re: Setting stdout encoding

2007-09-11 Thread Fabio Zadrozny
lot... I think I can arrange in providing a sitecustomize.py from pydev with that structure. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Setting stdout encoding

2007-09-13 Thread Fabio Zadrozny
hough I can try to use it if it's available, but it can't be the only solution). Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython import error...

2007-03-06 Thread Fabio Zadrozny
pydev (and not just in the system?) -- see http://fabioz.com/pydev/manual_101_interpreter.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

backslashes in lists

2007-03-12 Thread Fabio Gomes
Hi list, I'm trying to use a string with backslashes in a list. But Python parses strings in lists with repr().>>> alist = ['a', 'b', 'c:\some\path']>>> alist['a', 'b', 'c:\\some\\path']>>> print alist['a', 'b', 'c:\\some\\path'] I already tried str() and raw (r) but it didn't work. All I wan

RE: backslashes in lists

2007-03-12 Thread Fabio Gomes
fic string you will see that only one backslash remain: print alist[2]On 3/12/07, Fabio Gomes <[EMAIL PROTECTED]> wrote: Hi list, I'm trying to use a string with backslashes in a list. But Python parses strings in lists with repr().>>> alist = ['a', 'b

RE: backslashes in lists

2007-03-12 Thread Fabio Gomes
ed in my script. What do you think. Is it possible to print "list" without the doubled backslash? Thank again, Lucas. Date: Mon, 12 Mar 2007 12:15:10 -0300From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: backslashes in listsCC: [EMAIL PROTECTED] don't know how ugly this look like, b

RE: backslashes in lists

2007-03-12 Thread Fabio Gomes
path = 'file://D:\\A\\' + serverName[5:] attr2_value = ['value', path] attr2_List = [attr2_desc, attr2_name, attr2_required, attr2_value] attr_List = [attr1_List, attr2_List] property= ['systemProperties', attr_List] AdminConfig.modify(jvm, [property])print

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

Re: Problem I have with a while loop/boolean/or

2007-03-14 Thread Fabio FZero
On Mar 13, 7:34 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all. > > I have a problem with some code :( > > --- > > hint = raw_input("\nAre you stuck? y/n: ") > hint = hint.lower() > > while (hint != 'n') or (hint != 'y'): > hint = raw_input("Please specify a valid choice: "

Re: Grep Equivalent for Python

2007-03-14 Thread Fabio FZero
On Mar 14, 9:37 am, "tereglow" <[EMAIL PROTECTED]> wrote: > Hello all, > > I come from a shell/perl background and have just to learn python. To > start with, I'm trying to obtain system information from a Linux > server using the /proc FS. For example, in order to obtain the amount > of physical

Re: Using wildcards with Popen in the Subprocess module

2007-03-15 Thread Fabio FZero
You could use glob and expand the resulting list to astring manually, but you have to make sure the command accepts the "command file1 file2 file3..." format. FZero On Mar 15, 4:04 pm, William Hudspeth <[EMAIL PROTECTED]> wrote: > Hello, > > I am needing to pass an argument to the Popen function

Fun little project

2007-03-19 Thread Fabio FZero
This is what happens when a joke goes too far - so far that it generates Python code. http://code.google.com/p/pr0nbot/ Have fun! []s FZero -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem with sockets and python 2.5

2007-03-20 Thread Fabio FZero
On Mar 20, 10:05 am, Facundo Batista <[EMAIL PROTECTED]> wrote: > Jose Alberto Reguero wrote: > > 2: > >server.py at x86_64 python 2.5 > >client.py at i386 python 2.4 > > Don't work > > What do you mean with "don't work"? > > They crash? Your machine hungs? Your house explodes? Traceback (

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
officially supported version). Cheers, Fabio p.s. I also recommend that you take a look at the getting started manual: http://fabioz.com/pydev/manual_101_root.html -- http://mail.python.org/mailman/listinfo/python-list

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

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

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
combination. > > > > What functionality does Eclipse have that PyScripter does not? > > While we're at it, do any of these debuggers implement a good way to > debug multi-threaded Python programs? > Pydev handles multi-threaded debugging. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
guring an external program run --> menu: run > external tools > open external tools dialog (and you can bind a shortcut to rerun the last external tool launched). Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyQt/Eric4 question

2007-12-13 Thread Fabio Zadrozny
ogram and choose some python script as argument + the files changed). The auto-build can be specified at the build options tab. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyQt/Eric4 question

2007-12-19 Thread Fabio Zadrozny
ev/ but you can use Pydev by itself without any problems... (you can see the difference between both at: http://fabioz.com/pydev/manual_adv_features.html ) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

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
e other solutions, but those 2 seem more appealing to me -- coming from a java background). I believe you'd be able to keep that structure and play with the pythonpath if you wanted, but it could be too brittle in the end, and lead to hard-to-discover problems.Cheers,Fabio -- http://mail.python.org/mailman/listinfo/python-list

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
y 1 public class in the top-level, but you can have other non-public top-level classes, and jython does not share that restriction. abcd wrote:> the error i get when i run the exec is, "java.lang.ClassFormatError "...>Could you post the examples you're using? In a simple test

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
d http://pyguiunit.sourceforge.net/ -- it is for PyQt, but can probably be adapted for other GUIs. -- Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: How to couple pyunit with GUI?

2006-05-18 Thread Fabio Zadrozny
Hi Mark,On 5/18/06, Mark Geyzer <[EMAIL PROTECTED]> wrote: Fabio, thank you for your response, but I'm afraid that you misunderstood me - probably, I was not too clear. I do no test GUI - on the contrary, I am testing a HW interface. What I do need is a GUI equivalent of the TextTestRu

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 O

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
quot;C:\temp\work\test\src\a.py", line 3, in print eval('all((x == y for x in ar))', global_vars, local_vars) File "", line 1, in File "", line 1, in NameError: global name 'y' is not defined Note that if a list is used instead of a generator it works... Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

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
frame.f_locals, frame.f_locals) wouldn't work as expected in my actual case... (and I can't force the frame.f_globals and frame.f_locals to be the same) Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

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

2009-02-19 Thread Fabio Zadrozny
__ is overridden too). Thanks, Fabio p.s. I've discovered this while trying to debug a real-world application and the debugger stopped working after making that deepcopy. fast_tests2.py Description: Binary data -- http://mail.python.org/mailman/listinfo/python-list

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
t IDE of choice is a way too subjective thing to have only one answer. Take a look at http://wiki.python.org/moin/IntegratedDevelopmentEnvironments and take your own conclusions... Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE Question

2008-10-15 Thread Fabio Zadrozny
related to that: http://blogs.nuxeo.com/sections/blogs/julien_anguenot/2006_09_15_switching-from-emacs-to-pydev Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE Question

2008-10-15 Thread Fabio Zadrozny
h emacs and eclipse have -- and until now, living within Eclipse has been a pleasant journey to me ;-) Also, as I said in the other post, choosing where you'll develop it's a highly subjective thing, so, the right thing to do is look the options, try them and decide for yourself. > I do th

Re: IDE Question

2008-10-17 Thread Fabio Zadrozny
ydev.sourceforge.net/console.html http://fabioz.com/pydev/manual_adv_interactive_console.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE Question

2008-10-18 Thread Fabio Zadrozny
that if they had Pydev installed they'd have auto-indent without any problems (I can assure you that auto-indent is a feature that received a lot of attention in Pydev). Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

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
_101_root.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: developing python extensions with CDT and Pydev in Eclipse

2008-11-04 Thread Fabio Zadrozny
g_id=4268986 https://sourceforge.net/mailarchive/forum.php?thread_name=47347f490810251544k2794aeeak175ac23c4c57fbf3%40mail.gmail.com&forum_name=pydev-users Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

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

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
that mode, select "Autocomplete on all letters" in windows > preferences > pydev > editor > code completion) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse And PyDev

2009-03-08 Thread Fabio Zadrozny
f it doesn't work for you, please report a bug (saying which are the specific versions of eclipse/pydev you're using. See: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Unit testing frameworks

2009-03-25 Thread Fabio Zadrozny
th 3.0? (couldn't find any related bug report on that). Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Unit testing frameworks

2009-03-25 Thread Fabio Zadrozny
t; get the source there, but is not a problem). No need... I can probably reproduce it easily here. I've added the bug report (should be fixed for the next release: https://sourceforge.net/tracker/?func=detail&aid=2713178&group_id=85796&atid=577329 ) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Syntax disagreement between IDLE and pydev?

2009-03-30 Thread Fabio Zadrozny
... >>>   ...     ...     ...     ... >>>  "\'" ...     "\"" ... >>>  "\'\'\'" ...     "\"\"\"" ...     "\'" ...     "\"" ...     "\'\'\'" ... >>>     "\"\"\"" ... >>> >>> Can I assume pydev is wrong or am I missing something? >> Tthis has already been fixed for 1.4.5 (provided you set your project as python 3.0). You can get the nightly and check it (as that should be the released version: http://pydev.blogspot.com/2009/03/new-pydev-release-soon-call-for-testers.html ) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: i have to change default tab length in pydev

2009-03-30 Thread Fabio Zadrozny
es. > > (I don't use either notepad++ or pydev, but most editors I have used or > written can be configured to use spaces) > Just as a note, both notepad++ and pydev do support using spaces for tabs. 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: 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
ly say that rewriting from java to python will make it faster... if it becomes faster it's because you used better algorithms). Anyways, a program is usually faster/slower because of your choice of program structure and algorithms and not because of the speed of the language anyways. Cheers

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
on how to configure that (look for forced builtins). Cheers, Fabio On 7/4/08, RossGK <[EMAIL PROTECTED]> wrote: > > > I've been using pydev for a short while successfully, and Django with > postgresql as well. psycopg2 is part of that behind the scenes I would > imagine, to mak

Re: Autocompletion and Interactive Tables in a Python IDE

2008-07-27 Thread Fabio Zadrozny
#x27;, I'm sure there's more than one plugin that can give that to you within Eclipse (search google for eclipse database plugins) -- I haven't used any of those, so, I can't really comment on them. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

xlrd: error open_workbook

2008-07-28 Thread Fabio Oikawa
dd them in the mySQL database. Any sugestions for both questions? Thanks in advance. Best regards, Fabio Oikawa -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Written in C?

2008-08-01 Thread Fabio Oikawa
2008/8/1 Tim Rowe <[EMAIL PROTECTED]> > 2008/7/21 Krishnakant Mane <[EMAIL PROTECTED]>: > > > First off all c# is absolute rubbish waist of time. > > What a pity others are joining in this pointless language flame-war. > > Look, I recently had to write a script for manipulating some data; I > stru

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
edo.com/videos/video?name=PydevEclipseFabio&fromSeriesID=8which goes from configuring Pydev to debugging source code) and Pydev Extensions can be used for remote debugging ( http://fabioz.com/pydev/manual_adv_remote_debugger.html ) Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking out a module for Subversion

2008-08-13 Thread Fabio Zadrozny
e instructions to install Pydev at http://fabioz.com/pydev/manual_101_install.html Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

<    1   2   3   4   >