Re: Which Python editor has this feature?

2016-01-26 Thread Fabio Zadrozny
On Mon, Jan 11, 2016 at 6:40 AM, Gordon Levi wrote: > jf...@ms4.hinet.net wrote: > > >It lets you jump between the current cursor position and the line the > upper level indentation start, something like the bracket matching in C > editor. Because of Python use

PyDev 4.5.3 Released

2016-01-24 Thread Fabio Zadrozny
and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny

PyDev 4.5.3 Released

2016-01-22 Thread Fabio Zadrozny
and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny

PyDev 4.5.1 Released

2016-01-14 Thread Fabio Zadrozny
a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment

PyDev 4.5.1 Released

2016-01-14 Thread Fabio Zadrozny
a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment

PyDev 4.4.0 Released

2015-10-06 Thread Fabio Zadrozny
, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python

PyDev 4.4.0 Released

2015-10-06 Thread Fabio Zadrozny
, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python

PyDev 4.3.0 released

2015-08-20 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com PyVmMonitor - Python Profiler http://www.pyvmmonitor.com/ -- https

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Fabio Zadrozny
On Tue, Aug 11, 2015 at 8:55 AM, Uri Even-Chen u...@speedy.net wrote: Thanks for the feedback. Actually I asked this question also in the django-users mailing list and Russell Keith-Magee told me about Brython, Skulpt and PyPy.js (I hope it's OK that I reply to these 3 mailing lists) but I

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Fabio Zadrozny
/in/urievenchen http://twitter.com/urievenchen Speedypedia in Hebrew and English http://www.speedysoftware.com/uri/blog/speedypedia-in-hebrew-and-english/ On Tue, Aug 11, 2015 at 8:54 PM, Fabio Zadrozny fabi...@gmail.com wrote: On Tue, Aug 11, 2015 at 8:55 AM, Uri Even-Chen u...@speedy.net wrote

PyDev 4.2.0 Released

2015-07-07 Thread Fabio Zadrozny
and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny

PyDev 4.2.0 Released

2015-07-07 Thread Fabio Zadrozny
and a number of other languages such as Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript, etc. It's also a commercial counterpart which helps supporting the development of PyDev. Details on LiClipse: http://www.liclipse.com/ Cheers, -- Fabio Zadrozny

mu-repo 1.1.1 released (python tool for dealing with multiple git repositories)

2015-06-04 Thread Fabio Zadrozny
mu-repo 1.1.1 now provides a workflow which allows cloning multiple repositories. See: http://fabioz.github.io/mu-repo/cloning/ for more details Also, now that there's actually a homepage, I believe even long time users may benefit from taking a look at the Tips Tricks page:

PyDev 4.1.0 Released

2015-05-27 Thread Fabio Zadrozny
Code Folding (patch by Andreas Pakulat). * Fixed issue on search page. * Included css to set default editor colors for PyDev for in Eclipse dark theme. * Tab-stops on comments added and enabled by default (patch by jheiv). * Fixed StackOverflowError on code-completion (PyDev-570) Cheers, -- Fabio

PyDev 4.1.0 Released

2015-05-26 Thread Fabio Zadrozny
Code Folding (patch by Andreas Pakulat). * Fixed issue on search page. * Included css to set default editor colors for PyDev for in Eclipse dark theme. * Tab-stops on comments added and enabled by default (patch by jheiv). * Fixed StackOverflowError on code-completion (PyDev-570) Cheers, -- Fabio

PyDev 4.0.0 Released

2015-04-15 Thread Fabio Zadrozny
].) in the console. (PyDev-531) * py.test xfailed tests are no longer marked as 'Failed' in PyUnit view (PyDev-506) Cheers, -- Fabio Zadrozny -- Software Developer LiClipsehttp://www.liclipse.com PyDev - Python Development Environment for Eclipsehttp

PyDev 4.0.0 Released

2015-04-15 Thread Fabio Zadrozny
].) in the console. (PyDev-531) * py.test xfailed tests are no longer marked as 'Failed' in PyUnit view (PyDev-506) Cheers, -- Fabio Zadrozny -- Software Developer LiClipsehttp://www.liclipse.com PyDev - Python Development Environment for Eclipsehttp

[issue10933] Tracing disabled when a recursion error is triggered (even if properly handled)

2015-04-13 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: Well, I'd say that if tracing is enabled and is disabled automatically by Python (thus breaking a working debugger which would usually be used to diagnose the error), I'd at least consider issuing some warning to stderr... (probably warnings.warn cannot

Re: Design thought for callbacks

2015-02-26 Thread Fabio Zadrozny
On Wed, Feb 25, 2015 at 9:46 AM, Cem Karan cfkar...@gmail.com wrote: On Feb 24, 2015, at 8:23 AM, Fabio Zadrozny fabi...@gmail.com wrote: Hi Cem, I didn't read the whole long thread, but I thought I'd point you to what I'm using in PyVmMonitor (http://www.pyvmmonitor.com/) -- which may

PyDev 3.9.2 Released

2015-02-06 Thread Fabio Zadrozny
..finally/except indentation on Ctrl+1 when some line has a comment which has a different indentation. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http

PyDev 3.9.2 Released

2015-02-06 Thread Fabio Zadrozny
..finally/except indentation on Ctrl+1 when some line has a comment which has a different indentation. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http

PyDev 3.9.1 Released

2015-01-08 Thread Fabio Zadrozny
where an unused import would not be properly removed if it was not a from import. * Fixed exception when drawing minimap overview ruler. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development

Re: Need Help

2014-12-01 Thread Fabio Zadrozny
On Mon, Dec 1, 2014 at 11:05 AM, Ezhilarasan Chandrasekar aezhi...@gmail.com wrote: Hi Guys, I'm a beginner of python, I just want your help. I'm using the Python in Pydev - Eclipse. How can I get the Failure values from the Console in to a txt or a csv file? And how can I get the

PyDev 3.9.0 Released

2014-11-13 Thread Fabio Zadrozny
with additional arguments (PyDev-460). Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman

PyDev 3.9.0 Released

2014-11-13 Thread Fabio Zadrozny
with additional arguments (PyDev-460). Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://www.liclipse.com PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman

Re: [Python-Dev] Dinamically set __call__ method

2014-11-13 Thread Fabio Zadrozny
On Thu, Nov 13, 2014 at 2:20 AM, Gregory Ewing greg.ew...@canterbury.ac.nz wrote: Fabio Zadrozny wrote: can someone from python-dev give some background of why that's the way it is? It's because, with new-style classes, a class is also an instance (of class type or a subclass thereof). So

Re: [Python-Dev] Dinamically set __call__ method

2014-11-12 Thread Fabio Zadrozny
On Tue, Nov 11, 2014 at 5:43 AM, Ian Kelly ian.g.ke...@gmail.com wrote: On Sat, Nov 8, 2014 at 3:31 PM, Gregory Ewing greg.ew...@canterbury.ac.nz wrote: (BTW, I'm actually surprised that this technique makes c callable. There must be more going on that just look up __call__ in the class

PyDev 3.8.0 Released

2014-09-26 Thread Fabio Zadrozny
. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman/listinfo/python-announce

PyDev 3.8.0 Released

2014-09-25 Thread Fabio Zadrozny
. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman/listinfo/python-list

Re: PyDev Code Analysis

2014-09-02 Thread Fabio Zadrozny
On Tue, Sep 2, 2014 at 2:27 PM, Wanderer wande...@dialup4less.com wrote: I'm trying to set up Eclipse with PyDev and I can't get the code analysis to work the way I want. Whenever I type 'def' it generates an error before I finish the line. I don't want to see errors until I finish typing.

PyDev 3.7.0 Released

2014-08-28 Thread Fabio Zadrozny
to interrupt the console. * **Others** * Autopep8 now works with non ascii sources. * More than 20 levels of indentation no longer causes ArrayOutOfBoundsException. * Fixed some NullPointerExceptions. * A bunch of other bugfixes. Cheers, -- Fabio Zadrozny

PyDev 3.7.0 Released

2014-08-27 Thread Fabio Zadrozny
to interrupt the console. * **Others** * Autopep8 now works with non ascii sources. * More than 20 levels of indentation no longer causes ArrayOutOfBoundsException. * Fixed some NullPointerExceptions. * A bunch of other bugfixes. Cheers, -- Fabio Zadrozny

PyDev 3.6.0 Released

2014-06-24 Thread Fabio Zadrozny
debugging. * The PyDev editor supports the new dark theme in Eclipse 4.4 (so, when it's chosen the editor colors are properly updated). * Code analysis: when a package imports itself it's no longer warned as an import not found. Cheers, -- Fabio Zadrozny

Re: Error in PyDev but not in the standard python interpreter

2014-06-24 Thread Fabio Zadrozny
Well, it 'appears' to be the same type, but given that the File from one is different from the other, I think they aren't... Googling a bit, I found the source: https://code.google.com/p/netcdf4-python/source/browse/trunk/netcdftime.py?r=1117 and it has a 'datetime' which says: Phony datetime

PyDev 3.5.0 Released

2014-05-22 Thread Fabio Zadrozny
redirector now properly uses PYTHONIOENCODING. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https

PyDev 3.5.0 Released

2014-05-20 Thread Fabio Zadrozny
redirector now properly uses PYTHONIOENCODING. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https

Re: Slightly OT - using PyUIC from Eclipse

2014-04-30 Thread Fabio Zadrozny
On Wed, Apr 30, 2014 at 8:39 AM, Steve Simmons square.st...@gmail.comwrote: I'm trying to set up a new dev environment using Windows 7; Eclipse (Kepler); Python 3.3; PyDev and PyQt 5 and I've hit an issue getting PyUIC to generate a python Qt class from within Eclipse. I'm using the

Re: Examples of modern GUI python programms

2014-04-03 Thread Fabio Zadrozny
On Wed, Apr 2, 2014 at 8:52 AM, Sturla Molden sturla.mol...@gmail.comwrote: Wolfgang Keller felip...@gmx.net wrote: Judging from the example screenshots on their website, Kivy might be adequate. Kivy depends on PyGame which is GPL, and can only be used to build GPL software. Actually,

PyDev 3.4.1 Released

2014-03-20 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Diagnose a segfault in ipython/readline

2014-03-06 Thread Fabio Zadrozny
On Thu, Mar 6, 2014 at 3:11 AM, Felix Yan felixonm...@gmail.com wrote: On Wednesday, March 05, 2014 20:15:31 Ned Deily wrote: The current assumption is that Python 2.7.6+, 3.3.5, and 3.4.0 have no problems with readline 6.3. Thank you. I just gave a try to 3.4.0b2 with readline 6.3,

Re: Problem importing libraries installed with PIP in Eclipse

2014-02-17 Thread Fabio Zadrozny
On Sun, Feb 16, 2014 at 11:52 AM, Renato rvernu...@gmail.com wrote: It's solved now, oh my god I was so stupid! I created a package named pybrain for testing PyBrain module, so obviously when I tryed to import something from PyBrain library, Python would import all modules from this personal

Re: Problem importing libraries installed with PIP in Eclipse

2014-02-15 Thread Fabio Zadrozny
On Fri, Feb 14, 2014 at 1:30 AM, Renato rvernu...@gmail.com wrote: Hi guys, I'm using Python 2.7.5 64 bits and I have a problem when importing libraries that were installed via PIP when importing them inside Eclipse (version 4.3.1). Outside Eclipse (directly in Python's shell) everything

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2014-02-06 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: Hi Armin, That does make sense to me, but maybe it could be nice providing a standard API across Python implementations to make that call (even if the CPython version uses ctypes underneath and the PyPy version uses RPython), but I'll leave that up

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2014-02-06 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: Sure, no problems on my side :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1654367 ___ ___ Python-bugs

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2014-02-04 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: Just a note for anyone interested: ctypes can be used to access that function: http://pydev.blogspot.com.br/2014/02/changing-locals-of-frame-frameflocals.html So, I think that the changes I proposed shouldn't be applied (it'd only be worth if someone provided

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2014-02-04 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: Hi Armin, Sure, just attached the test case with tests failing (on the top, comment the save_locals(frame) which has a 'pass' to see it working). Mostly, it happens when editing something not in the top-frame (but sometimes I think it could fail there too

PyDev 3.3.3 Released

2014-01-29 Thread Fabio Zadrozny
**: - Fixed error when moving resource in PYTHONPATH to a dir out of the PYTHONPATH. - On a search make sure we search only python files, not dlls (which could give OutOfMemory errors and make the search considerably slower). - Multiple fixes on the rename module refactoring. Cheers, -- Fabio

PyDev 3.3.3 Released

2014-01-28 Thread Fabio Zadrozny
**: - Fixed error when moving resource in PYTHONPATH to a dir out of the PYTHONPATH. - On a search make sure we search only python files, not dlls (which could give OutOfMemory errors and make the search considerably slower). - Multiple fixes on the rename module refactoring. Cheers, -- Fabio

PyDev 3.2.0 Released

2014-01-03 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman/listinfo/python-announce-list

PyDev 3.2.0 Released

2013-12-30 Thread Fabio Zadrozny
, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- https://mail.python.org/mailman/listinfo/python-list

Re: eclipse+pyDev code complete problem

2013-12-29 Thread Fabio Zadrozny
Hi there, Please create an issue in the PyDev tracker for that: https://sw-brainwy.rhcloud.com/tracker/PyDev/ Cheers, Fabio On Fri, Dec 27, 2013 at 4:54 PM, zhaoyunsong zhao_yuns...@163.com wrote: dear all, I am trying to configure eclipse + pydev as my ide, but there seems to be some

PyDev 3.1.0 released

2013-12-13 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

PyDev 3.1.0 released

2013-12-12 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: UnicodeDecodeError: 'ascii' codec can't decodee byte 0xff in position 0: ordinal not in range(128)

2013-11-18 Thread Fabio Zadrozny
On Mon, Nov 18, 2013 at 2:55 AM, Hoàng Tuấn Việt viet...@viettel.com.vnwrote: Hi all, I use Python telnetlib on Windows 7 32 bit. Here is my code: def *telnet*(*self*, host, os, username, password): connection = telnetlib.Telnet(host)

Re: PyDev 3.0 Released

2013-11-08 Thread Fabio Zadrozny
Hi, What you get from LiClipse which you don't have on Eclipse+PyDev is: - Lightweight support for other languages (i.e.: there's an editor which provides highlighting, outline and other goodies which supports multiple languages such as Django Templates, Mako, Javascript, Html, etc. -- and it

PyDev 3.0 Released

2013-11-07 Thread Fabio Zadrozny
, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer LiClipse http://brainwy.github.io/liclipse PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com

Re: python IDE and function definition

2013-09-24 Thread Fabio Zadrozny
On Mon, Sep 23, 2013 at 8:20 PM, Neil Hodgson nhodg...@iinet.net.au wrote: Chris Friesen: where I could highlight the stop and ask it to go to the definition. (Where the definition is in a different file.) I'm running into issues where my current IDE (I'm playing with Komodo) can't seem

Re: python IDE and function definition

2013-09-23 Thread Fabio Zadrozny
On Mon, Sep 23, 2013 at 12:06 PM, Chris Friesen cbf...@mail.usask.cawrote: Hi all, I'm looking for a python IDE (for Linux) that can look at code like this: class ConductorManager(manager.**Manager): def compute_recover(self, context, instance): self.compute_api.stop(context,

Re: python IDE and function definition

2013-09-23 Thread Fabio Zadrozny
On Mon, Sep 23, 2013 at 2:29 PM, Chris Friesen cbf...@mail.usask.ca wrote: On 09/23/2013 09:32 AM, Fabio Zadrozny wrote: On Mon, Sep 23, 2013 at 12:06 PM, Chris Friesen cbf...@mail.usask.ca mailto:cbf...@mail.usask.ca wrote: Hi all, I'm looking for a python IDE (for Linux

Re: better and user friendly IDE recommended?

2013-09-12 Thread Fabio Zadrozny
You'll probably get way too many answers (everyone has its own personal favorite). I suggest you check: http://stackoverflow.com/questions/81584/what-ide-to-use-for-python and https://wiki.python.org/moin/IntegratedDevelopmentEnvironments, grab the ones you think are worth it, experiment with

Re: Python Debugger tool

2013-09-06 Thread Fabio Zadrozny
On Fri, Sep 6, 2013 at 3:14 AM, chandan kumar chandan_...@yahoo.co.inwrote: Hi Is any one aware of free ipython debugger tool.How good is this tool for a beginner to use like ,placing breakpoints,checking variables ,call stack (function flow) etc.I don't like to use python PDB . I have

PyDev 2.8.2 released

2013-09-05 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

PyDev 2.8.2 released

2013-09-05 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

PyDev 2.8.0 Released

2013-07-29 Thread Fabio Zadrozny
, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- http://mail.python.org/mailman/listinfo/python-announce-list

PyDev 2.8.0 Released

2013-07-25 Thread Fabio Zadrozny
, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list

Re: How can I make this piece of code even faster?

2013-07-20 Thread Fabio Zadrozny
On Sat, Jul 20, 2013 at 5:22 PM, pablobarhamal...@gmail.com wrote: Ok, I'm working on a predator/prey simulation, which evolve using genetic algorithms. At the moment, they use a quite simple feed-forward neural network, which can change size over time. Each brain tick is performed by the

PyDev 2.7.5 Released

2013-05-29 Thread Fabio Zadrozny
a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer PyDev - Python Development Environment

PyDev 2.7.5 Released

2013-05-28 Thread Fabio Zadrozny
a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer PyDev - Python Development Environment

PyDev 2.7.4 Released

2013-05-16 Thread Fabio Zadrozny
? --- 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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: IDE for GUI Designer

2013-04-07 Thread Fabio Zadrozny
Well, I usually use the Qt Designer and it does work well for me. It generates a .ui file with it which has to be passed to pyuic to generate the actual Python code -- and you have to generate a subclass to implement the slots -- for that, I add an external builder to Eclipse, so, in the end it's

Re: LiClipse

2013-03-23 Thread Fabio Zadrozny
On Sat, Mar 23, 2013 at 12:38 AM, rusi rustompm...@gmail.com wrote: On Mar 23, 7:58 am, Fabio Zadrozny fabi...@gmail.com wrote: Hello there, As I've proposed it, let me try to explain it a bit better (if you have doubts, I should probably rephrase the proposal). There are 2 main

Re: LiClipse

2013-03-23 Thread Fabio Zadrozny
On Sat, Mar 23, 2013 at 12:07 PM, Wanderer wande...@dialup4less.com wrote: On Saturday, March 23, 2013 7:11:10 AM UTC-4, Fabio Zadrozny wrote: On Sat, Mar 23, 2013 at 12:38 AM, rusi rusto...@gmail.com wrote: On Mar 23, 7:58 am, Fabio Zadrozny fabi...@gmail.com wrote: Hello

Re: LiClipse

2013-03-23 Thread Fabio Zadrozny
On Sat, Mar 23, 2013 at 2:27 PM, rusi rustompm...@gmail.com wrote: On Mar 23, 4:11 pm, Fabio Zadrozny fabi...@gmail.com wrote: On Sat, Mar 23, 2013 at 12:38 AM, rusi rustompm...@gmail.com wrote: ie Eclipse-4 claims to have made plugin development (for new custom languages) easier

Re: LiClipse

2013-03-22 Thread Fabio Zadrozny
Hello there, As I've proposed it, let me try to explain it a bit better (if you have doubts, I should probably rephrase the proposal). There are 2 main targets there: keeping PyDev properly supported (which hopefully doesn't need more explanation) and creating LiClipse. The idea for LiClipse is

PyDev 2.7.2 Released / Help to keep PyDev alive

2013-03-16 Thread Fabio Zadrozny
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 PyDev - Python Development Environment for Eclipse

PyDev 2.7.2 Released / Help to keep PyDev alive

2013-03-15 Thread Fabio Zadrozny
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 PyDev - Python Development Environment for Eclipse

Re: UnicodeEncodeError when not running script from IDE

2013-02-12 Thread Fabio Zadrozny
Just to note, PyDev does something behind the scenes (it sets the encoding for the console). You may specify which encoding you want at your launch configuration (in the 'common' tab you can set the encoding you want for the shell). Cheers, Fabio On Tue, Feb 12, 2013 at 3:12 PM, Magnus

Re: Is there a way to configure IDLE to use spaces instead of tabs for indenting?

2012-10-17 Thread Fabio Zadrozny
On Thu, Sep 6, 2012 at 10:43 AM, Alex foo@email.invalid wrote: Ramchandra Apte wrote: On Saturday, 25 August 2012 04:03:52 UTC+5:30, Alex wrote: I'm new to Python and have been using IDLE 3.2.3 to experiment with code as I learn. Despite being configured to use a 4 space indentation

PyDev 2.6.0 Released

2012-06-30 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: PyDev IPython Confusion

2012-06-30 Thread Fabio Zadrozny
On Wed, May 23, 2012 at 5:06 PM, Wanderer wande...@dialup4less.com wrote: I have two versions of Python and Ipython; Python 2.6.6 with Ipython 0.11 and Python 2.7.3 with Ipython 0.12. When I run the Eclipse PyDev console for the Python 2.7.3 it says it is using Ipython 0.11 as the

Re: other languages API to python

2012-06-01 Thread Fabio Zadrozny
On Thu, May 24, 2012 at 9:25 AM, Chris Angelico ros...@gmail.com wrote: On Thu, May 24, 2012 at 9:58 PM, Rita rmorgan...@gmail.com wrote: Hello, A vendor provided a C, C++ and Java API for a application. They dont support python so I would like to create a library for it. My question is, how

Re: Error importing __init__ declared variable from another package

2012-03-07 Thread Fabio Zadrozny
On Wed, Feb 29, 2012 at 1:38 AM, Jason Veldicott jasonveldic...@gmail.com wrote: Hi, I have a simple configuration of modules as beneath, but an import error is reported: /engine    (__init__ is empty here)    engine.py /sim    __init__.py The module engine.py imports a

Re: How to make PyDev pep8 friendly?

2012-02-17 Thread Fabio Zadrozny
On Wed, Feb 8, 2012 at 10:15 PM, Ali Zandi aza...@adconion.com wrote: Hi, I was trying to find a way to configure PyDev e.g. in Eclipse to be pep8 friendly. There are a few configurations like right trim lines, use space after commas, use space before and after operators, add new line at

PyDev 2.4.0 Released

2012-02-02 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

PyDev 2.4.0 Released

2012-02-01 Thread Fabio Zadrozny
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, refactor, debug and many others. Cheers, -- Fabio Zadrozny

Re: PySide / PyQt autocompletion in IDEs

2011-12-31 Thread Fabio Zadrozny
On Thu, Dec 29, 2011 at 6:22 PM, Merwin merwin@gmail.com wrote: Hi, I would like to work with PyQt / PySide, but there is a small problem : methods arguments are not completed by IDE's autocompletion. When, typing PySide., I correctly get the module's attributes, but when I want to see

PyDev 2.3.0 Released

2011-12-16 Thread Fabio Zadrozny
, 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.blogspot.com -- http

Re: Python Interpreter Error with PyDev (Eclipse IDE)

2011-12-16 Thread Fabio Zadrozny
It seems you have a version of Python 2.5 in your system and when starting up Python 3.2.2 it's getting things from 2.5 (this would probably also happen on the command line). The usual suspect is that you defined a PYTHONROOT variable which is pointing to Python 2.5 and not to the python you're

PyDev 2.3.0 Released

2011-12-15 Thread Fabio Zadrozny
, 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.blogspot.com -- http

Re: PyDev and multithreaded application debug

2011-12-13 Thread Fabio Zadrozny
On Mon, Dec 12, 2011 at 2:30 PM, Massi massi_...@msn.com wrote: Hi everyone, I've just started to use pydev to develop my python application and I'm encountering some problems to debug it. The application I'm dealing with is a multithreaded application; when I try to debug it with pydev, it

Re: Debug python from DLL callback?

2011-11-30 Thread Fabio Zadrozny
On Wed, Nov 30, 2011 at 7:34 AM, Jason Veldicott jasonveldic...@gmail.com 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?

PyDev 2.2.4 Released

2011-11-02 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http

PyDev 2.2.4 Released

2011-11-02 Thread Fabio Zadrozny
-- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny -- Software Developer Appcelerator http

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

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 knows why this happens? (see test case below for details

PyDev 2.2.3 Released

2011-10-07 Thread Fabio Zadrozny
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.python.org

PyDev 2.2.3 Released

2011-10-06 Thread Fabio Zadrozny
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.python.org

Re: Python IDE/Eclipse

2011-08-30 Thread Fabio Zadrozny
On Fri, Aug 26, 2011 at 11:18 AM, Dave Boland dbola...@fastmail.fm 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

PyDev 2.2.2 Released

2011-08-23 Thread Fabio Zadrozny
, 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 Eclipse http

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 thinke...@gmail.com 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

<    1   2   3   4   5   6   >