pydev-code Mailing List for PyDev for Eclipse (Page 19)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(14) |
Apr
(18) |
May
(12) |
Jun
(34) |
Jul
(31) |
Aug
(37) |
Sep
(22) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(24) |
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
2006 |
Jan
(5) |
Feb
(23) |
Mar
(5) |
Apr
(80) |
May
(26) |
Jun
(13) |
Jul
(13) |
Aug
(4) |
Sep
(31) |
Oct
(24) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(7) |
Feb
|
Mar
(26) |
Apr
(3) |
May
(8) |
Jun
(6) |
Jul
(11) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(3) |
2008 |
Jan
(7) |
Feb
(1) |
Mar
(6) |
Apr
(7) |
May
(9) |
Jun
(14) |
Jul
(9) |
Aug
(6) |
Sep
(10) |
Oct
(5) |
Nov
(8) |
Dec
(5) |
2009 |
Jan
(8) |
Feb
(10) |
Mar
(10) |
Apr
(1) |
May
(3) |
Jun
(5) |
Jul
(10) |
Aug
(3) |
Sep
(12) |
Oct
(6) |
Nov
(22) |
Dec
(12) |
2010 |
Jan
(10) |
Feb
(17) |
Mar
(5) |
Apr
(9) |
May
(8) |
Jun
(2) |
Jul
(4) |
Aug
(12) |
Sep
(1) |
Oct
(1) |
Nov
(8) |
Dec
|
2011 |
Jan
(14) |
Feb
(8) |
Mar
(3) |
Apr
(11) |
May
(6) |
Jun
(5) |
Jul
(10) |
Aug
(7) |
Sep
|
Oct
(4) |
Nov
(4) |
Dec
(8) |
2012 |
Jan
|
Feb
(8) |
Mar
(10) |
Apr
(5) |
May
(4) |
Jun
(10) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(11) |
Nov
(1) |
Dec
|
2013 |
Jan
(1) |
Feb
(2) |
Mar
(11) |
Apr
(10) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(20) |
Sep
(4) |
Oct
(18) |
Nov
(5) |
Dec
(7) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(7) |
Apr
(5) |
May
(10) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(7) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(5) |
Dec
(1) |
2016 |
Jan
(26) |
Feb
(10) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(3) |
2017 |
Jan
(3) |
Feb
|
Mar
(9) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2019 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(11) |
2021 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: <She...@su...> - 2010-08-23 08:59:06
|
Hi, While I debug python code using pydev, it opens up a dialogue box asking for files to debug. How can I avoid this? Thanks |
From: <She...@su...> - 2010-08-20 05:05:20
|
Thanks that was the same answer I was looking for ... -----Original Message----- From: Fabio Zadrozny [mailto:fa...@gm...] Sent: Friday, August 20, 2010 4:17 AM To: pyd...@li... Subject: Re: [Pydev-code] Pydev for remote debugging On Wed, Aug 18, 2010 at 6:18 AM, <She...@su...> wrote: > Hi, > > I am using pydev for remote debugging. > I have c++ code which has embedded python and other I have pure python > code. > I want to debug scripts executed through embedded python. > Also I don't want to place the pydev files again at some location other > than eclipse home. > Is it ok if I don't declare any definations inside "pydev_utils" files > for source and target? > > Is there any better way of doing this? The only thing you have to do is adding the directory containing the pydevd*.py files to your sys.path. Something like: import sys sys.path.append(r'D:\bin\eclipse_36_final\plugins\org.python.pydev.debug _1.6.1.2010072814\pysrc') import pydevd pydevd.settrace() You only need to edit pydevd_file_utils.py if you're running the code in one machine and debugging in another one (and only if they don't have the same filesystem structure). Cheers, Fabio ------------------------------------------------------------------------ ------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@es...> - 2010-08-19 22:49:51
|
On Wed, Aug 18, 2010 at 6:42 AM, <She...@su...> wrote: > Hi, > > Is it possible to do following with pydev: > > 1) Debug python eggs, as python does it looks and executes the code > inside the python eggs. Surely if you have them unzipped, now if they're zipped I'm not sure... if you test it there and it doesn't work, please create a bug report. > > 2) Is it possible to use python dll like python26.dll to configure the > python projects. > I want to access or use the particular dll which is accessed by other > embedded python interpreter. No, you need an executable that provides the python command-line interface (if that's what you're asking). Cheers, Fabio |
From: Fabio Z. <fa...@gm...> - 2010-08-19 22:47:26
|
On Wed, Aug 18, 2010 at 6:18 AM, <She...@su...> wrote: > Hi, > > I am using pydev for remote debugging. > I have c++ code which has embedded python and other I have pure python > code. > I want to debug scripts executed through embedded python. > Also I don't want to place the pydev files again at some location other > than eclipse home. > Is it ok if I don't declare any definations inside "pydev_utils" files > for source and target? > > Is there any better way of doing this? The only thing you have to do is adding the directory containing the pydevd*.py files to your sys.path. Something like: import sys sys.path.append(r'D:\bin\eclipse_36_final\plugins\org.python.pydev.debug_1.6.1.2010072814\pysrc') import pydevd pydevd.settrace() You only need to edit pydevd_file_utils.py if you're running the code in one machine and debugging in another one (and only if they don't have the same filesystem structure). Cheers, Fabio |
From: Fabio Z. <fa...@es...> - 2010-08-19 22:41:12
|
On Wed, Aug 18, 2010 at 6:55 AM, Kevin Mills <mi...@gm...> wrote: > Morning all. I noticed that the src folder was no longer the top most > folder in the package explorer view. I am using the latest pydev, 1.6.1 at > the time of this message. Is there any way to get the src folder pushed > back to the top up the list? > > Just so its known my setup is Eclipse(Helios), OS X 1.5, and python 2.5.x. Fixed for 1.6.2. Cheers, Fabio |
From: Kevin M. <mi...@gm...> - 2010-08-18 09:55:51
|
Morning all. I noticed that the src folder was no longer the top most folder in the package explorer view. I am using the latest pydev, 1.6.1 at the time of this message. Is there any way to get the src folder pushed back to the top up the list? Just so its known my setup is Eclipse(Helios), OS X 1.5, and python 2.5.x. Kevin |
From: <She...@su...> - 2010-08-18 09:43:33
|
Hi, Is it possible to do following with pydev: 1) Debug python eggs, as python does it looks and executes the code inside the python eggs. 2) Is it possible to use python dll like python26.dll to configure the python projects. I want to access or use the particular dll which is accessed by other embedded python interpreter. |
From: <She...@su...> - 2010-08-18 09:19:28
|
Hi, I am using pydev for remote debugging. I have c++ code which has embedded python and other I have pure python code. I want to debug scripts executed through embedded python. Also I don't want to place the pydev files again at some location other than eclipse home. Is it ok if I don't declare any definations inside "pydev_utils" files for source and target? Is there any better way of doing this? |
From: Elver L. <elv...@gm...> - 2010-08-18 09:07:39
|
Thank you, Jari! That was exactly what I was looking for :) Best, Elver elv...@gm... +372 5661 6933 http://memeresearch.com/ skype: elver.loho On 18 August 2010 11:05, Jari Pennanen <spa...@ok...> wrote: > Hi! > > You can add "session" to Preferences -> PyDev -> Editor -> Code > Analysis -> Undefined, in there is a comma separated list of name > globals, just add "session" to the list. After that you may have to > restart eclipse or clean the project. > > 2010/8/18 Elver Loho <elv...@gm...>: >> Hi! >> >> Not sure if this is the right place to ask this question, but here it is anyway. >> >> I'm using CherryPy a lot, and its session-keeping features. Basically >> CherryPy exposes a dictionary that can be used to store session >> variables, like this: >> >> import cherrypy >> cherrypy.session["username"] = "parrot" >> username = cherrypy.session.get("username") >> >> Problem is -- CherryPy's module does not contain the session variable. >> It is created at run time. So that every line where I access >> cherrypy.session in any way is marked red by PyDev. Which is annoying. >> >> Yes, I could add #@UndefinedVariable at the end of each such line, but >> that's not very sensible in the long run. And putting it at the end of >> just a single line does not fix things in the rest of the file. >> >> What should I do? >> >> Best, >> Elver >> >> elv...@gm... >> +372 5661 6933 >> http://memeresearch.com/ >> skype: elver.loho >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by >> >> Make an app they can't live without >> Enter the BlackBerry Developer Challenge >> http://p.sf.net/sfu/RIM-dev2dev >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > > > > -- > Tmi: Jari Pennanen > Y-tunnus: 1867270-2 > Puh: 050 4911400 > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Jari P. <spa...@ok...> - 2010-08-18 08:05:18
|
Hi! You can add "session" to Preferences -> PyDev -> Editor -> Code Analysis -> Undefined, in there is a comma separated list of name globals, just add "session" to the list. After that you may have to restart eclipse or clean the project. 2010/8/18 Elver Loho <elv...@gm...>: > Hi! > > Not sure if this is the right place to ask this question, but here it is anyway. > > I'm using CherryPy a lot, and its session-keeping features. Basically > CherryPy exposes a dictionary that can be used to store session > variables, like this: > > import cherrypy > cherrypy.session["username"] = "parrot" > username = cherrypy.session.get("username") > > Problem is -- CherryPy's module does not contain the session variable. > It is created at run time. So that every line where I access > cherrypy.session in any way is marked red by PyDev. Which is annoying. > > Yes, I could add #@UndefinedVariable at the end of each such line, but > that's not very sensible in the long run. And putting it at the end of > just a single line does not fix things in the rest of the file. > > What should I do? > > Best, > Elver > > elv...@gm... > +372 5661 6933 > http://memeresearch.com/ > skype: elver.loho > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > -- Tmi: Jari Pennanen Y-tunnus: 1867270-2 Puh: 050 4911400 |
From: Elver L. <elv...@gm...> - 2010-08-18 07:18:55
|
Hi! Not sure if this is the right place to ask this question, but here it is anyway. I'm using CherryPy a lot, and its session-keeping features. Basically CherryPy exposes a dictionary that can be used to store session variables, like this: import cherrypy cherrypy.session["username"] = "parrot" username = cherrypy.session.get("username") Problem is -- CherryPy's module does not contain the session variable. It is created at run time. So that every line where I access cherrypy.session in any way is marked red by PyDev. Which is annoying. Yes, I could add #@UndefinedVariable at the end of each such line, but that's not very sensible in the long run. And putting it at the end of just a single line does not fix things in the rest of the file. What should I do? Best, Elver elv...@gm... +372 5661 6933 http://memeresearch.com/ skype: elver.loho |
From: Fabio Z. <fa...@gm...> - 2010-08-03 13:12:48
|
Hi All, Pydev 1.6.1 has been released Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- * **Debugger** * **Critical Fix: issue that prevented the debugger from working with Python 3 solved** * Improving socket connection handling * **Launching** * Restart last launch and terminate all launches actions created * Restart last: **Ctrl+Shift+F9** (in pydev editor) * Terminate all: **Ctrl+Alt+F9** (in pydev editor) * Buttons were also added to pydev consoles * **Utilities** * **2to3**: Right-clicking a folder or file will show an option in the Pydev menu to convert from python 2 to python 3 (note that lib2to3 must available in the python installation). * Defining execfile in a Python 3 interactive console so that Ctrl+Alt+Enter works. * Fixed issue in the code style preferences page (switched value shown). * com.ziclix.python.sql added to the forced builtins in a Jython install by default. * Improved some icons when on a dark theme (patch from Kenneth Belitzky) 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, 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 |
From: Fabio Z. <fa...@gm...> - 2010-07-21 01:09:59
|
Hi All, Pydev 1.6.0 has been released Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- * Debugger o Code-completion added to the debug console o Entries in the debug console are evaluated on a line-by-line basis (previously an empty line was needed) o Threads started with thread.start_new_thread are now properly traced in the debugger o Added method -- pydevd.set_pm_excepthook() -- which clients may use to debug uncaught exceptions o Printing exception when unable to connect in the debugger * General o Interactive console may be created using the eclipse vm (which may be used for experimenting with Eclipse) o Apply patch working (Fixed NPE when opening compare editor in a dialog) o Added compatibility to Aptana Studio 3 (Beta) -- release from July 12th 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, 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 |
From: Christopher F. <chr...@gm...> - 2010-07-19 20:14:05
|
Hi everyone, I'm not particularly an avid python programmer, but I have to use python for a couple of projects, and just for the record, I'm using Ubuntu Lucid and Eclipse 3.5.2 (whatever is the latest in Ubuntu). One thing I noticed with pydev in eclipse, particularly with pygtk (but I'm sure this will occur for other python libraries as well), is that none of the symbols in gtk.glib are auto-completed, and in fact, I've needed to make pydev ignore them with the #@UndefinedVariable annotation. I've followed the instructions on adding pygtk and gtk to the forced-builtin list, but that actually does not seem to help at all. Is there a way to have pydev register the .def files that come with the python-gtk-dev package, so that autocompletion works? Is there anyone else with a similar setup on this list? Cheers, Chris |
From: Dave <dav...@gm...> - 2010-07-08 17:30:02
|
Hey how are you recently ? I would like to recommend you a very good company and the website is 「www. mccdeal . com」 . It can offer you all kinds of electronic products ,such as laptops ,gps ,TV LCD ,cell phones ,ps3 ,MP3/4, and so on. You can take some time to have a look ,there must be something you like . Hope you can enjoy yourself in shopping from that company ! Regards ! |
From: Fabio Z. <fa...@es...> - 2010-07-01 20:55:49
|
On Tue, Jun 29, 2010 at 4:22 AM, Jari Pennanen <spa...@ok...> wrote: > Hi! > > I'm using Django south, the migrations app, basically it generates > python files under directory/module "migrations", e.g. > myapp.migrations. > > But now my Eclipse Problems List is full of crap so to speak, almost > all generated migration files causes some sort of error, so the > question is how can I ignore these errors? > > I tried putting to to pylint arguments box following: > "--ignore=migrations" but it didn't help a thing. And from pydev error > checker I could not find a way to ignore by directory. > > Any help is appreciated, Thanks. Hi Jari, For PyLint I don't really know (but it should be just a matter of passing the proper arguments to it... asking the PyLint guys would probably be more fruitful there). As for the pydev errors, it cannot be ignored by package, only by file (files that have a comment #@PydevCodeAnalysisIgnore won't be analyzed -- ctrl+1 in the first line of the module will show you that option), so, you'd have to add that comment in the generated files (it should be easy to post-process those files adding that line at the module). I guess that it could be a part of the project configuration too, but it's not currently available -- please create a feature request if you believe it'd be useful. Cheers, Fabio |
From: Jari P. <spa...@ok...> - 2010-06-29 07:22:40
|
Hi! I'm using Django south, the migrations app, basically it generates python files under directory/module "migrations", e.g. myapp.migrations. But now my Eclipse Problems List is full of crap so to speak, almost all generated migration files causes some sort of error, so the question is how can I ignore these errors? I tried putting to to pylint arguments box following: "--ignore=migrations" but it didn't help a thing. And from pydev error checker I could not find a way to ignore by directory. Any help is appreciated, Thanks. - Jari Pennanen |
From: Fabio Z. <fa...@ap...> - 2010-06-29 00:43:29
|
Hi All, Pydev 1.5.8 has been released Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- * Features only available on Aptana Studio 3 (Beta): * Theming support provided by Aptana Studio used * Find bar provided by Aptana used (instead of the default find/replace dialog) * Aptana App Explorer provides Pydev nodes * Eclipse: * Eclipse 3.6 is now supported * Pydev Jars are now signed * Django: * DoesNotExist and MultipleObjectsReturned recognized in Django * Added option to make the name of Django models,views,tests editors work as regular editors while still changing the icon * Run/Debug: * Ctrl+Shift+B properly working to toggle breakpoint * If file is not found in debugger, only warn once (and properly cache the return) * Run configuration menus: Only showing the ones that have an available interpreter configured * Outline/Pydev Package Explorer: * Fixed sorting issue in pydev package explorer when comparing elements from the python model with elements from the eclipse resource model * Fixed issue when the 'go into' was used in the pydev package explorer (refresh was not automatic) * Added decoration to class attributes * Added node identifying if __name__ == '__main__' * General: * Properly working with editor names when the path would be the same for different editors * Fixed issue where aptanavfs appeared in the title for aptana remote files * Fixed halting condition * Not always applying completion of dot in interactive console on context-insensitive completions * Home key properly handled in compare editor * Interactive console working with pickle * String substitution configuration in interpreter properly works * On import completions, full module names are not shown anymore, only the next submodule alternative 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, 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 |
From: Fabio Z. <fa...@es...> - 2010-05-18 18:41:05
|
On Fri, Apr 9, 2010 at 7:10 PM, Jari Pennanen <spa...@ok...> wrote: > Hi! > > Is it possible to write Jython script to PyDev that adds stuff to > auto-completion? Such as > > classifiers = [ > "Programming Language :: Python", > "[CTRL+SPACE]", > ] > > Would yield the list given in PyPi, > http://pypi.python.org/pypi?:action=list_classifiers > > I'm also interested is it possible to modify the script that auto > creates the docstrings, it would be handy if it were in > Eclipse\plugins\org.python.pydev.jython_???\jysrc path so it would be > easy to edit... I know it probably is written in Java at the moment so > it is not in Jython source path. > > Currently I'm using Sphinx as doc generation and the @-signs are not > used in rST formatted docs, also the used ''' is something that I > don't use, I have """ in docstrings. > > These are matter of taste, but it would be easy to "adjust" the taste > if they were Jython scripts... Sometimes doing elaborate configuration > dialogs is harder to get right, editing the code would be easier to > configure. Sorry for the delay in getting back to you... Actually, I believe for most users doing that through programming would be harder... So, the code that creates it right now is at org.python.pydev.editor.correctionassist.docstrings.AssistDocString, and I believe it's easy to follow (I know the real problem is not changing that, but creating a build), but if you provide a patch, I can take care of distributing ;-) Also note that right now that code only creates a docstring, but in the future it should support updating it too (so, providing external programming would be harder on that situation too). Cheers, Fabio |
From: <cla...@at...> - 2010-05-05 01:10:01
|
More newbie questions: I am trying to compare the PyDev way of doing things to the online documents and tutorials I have for writing Eclipse editors. The tutorials indicate that it is expected that you will create your own subclass of FileDocumentProvider, then override the createDocument() and createEmptyDocument() methods within that document provider subclass. The createDocument() examples I have seen look important, as that is where the code creates a partitioner and then calls partitioner.connect(document) to hook the partitioner to the document. PyDev has a stub class for the document provider: public class PyDocumentProvider extends TextFileDocumentProvider{ } I cannot find that PyDev overrides createDocument() or createEmptyDocument() anywhere, so I guess these are not necessary, contrary to the tutorials and online documents? Thanks for any explanations. |
From: jianhua w. <jer...@gm...> - 2010-05-03 13:23:00
|
thanks, please remove me from the mailling list |
From: Fabio Z. <fa...@es...> - 2010-05-03 11:08:02
|
On Sun, May 2, 2010 at 5:42 PM, j brandon keith <jbr...@gm...> wrote: > is there a way to configure pydev to run parallel programs? (i.e. > mpirun -np python <name of program) > Unfortunately, currently that's not possible... Please create a feature request for that. Cheers, Fabio |
From: j b. k. <jbr...@gm...> - 2010-05-02 20:42:33
|
is there a way to configure pydev to run parallel programs? (i.e. mpirun -np python <name of program) brandon On Sat, Apr 24, 2010 at 1:39 PM, <cla...@at...> wrote: > Searching for FastPythonPartitionScanner only turns up one hit, in > FastPythonPartitionScanner.java. Who instantiates this scanner? > I thought that I had downloaded a ZIP file of all the source code from > SourceForge, following a link from pydev.org. However, some code must be > missing from that ZIP file. For example, the pydev.core directory tree is > not there. I then found another ZIP file that was twice as large and > included the core directory and some others, but still no luck in searching > on FastPythonPartitionScanner. > Thanks for any info. > > ------------------------------------------------------------------------------ > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |
From: Fabio Z. <fa...@es...> - 2010-05-02 11:59:09
|
On Sat, May 1, 2010 at 9:58 PM, <cla...@at...> wrote: > I was curious about the Eclipse IDE code that creates a PyEdit object (based > on the extension information already processed by the IDE from the > plugin.xml file). I came across a vague online reference to a createEditor() > method that had no explanation, and googling "Eclipse createEditor" did not > produce useful results. After you perform a File->Open operation on a file > with the *.py file extension, the PyEdit object is created somewhere. Any > pointer would be appreciated; I would like to step through that code in the > debugger. Eclipse itself creates PyEdit (not sure where)... You can just put a breakpoint in its constructor and see the caller frames in the debugger. Cheers, Faio |
From: <cla...@at...> - 2010-05-02 00:58:18
|
I was curious about the Eclipse IDE code that creates a PyEdit object (based on the extension information already processed by the IDE from the plugin.xml file). I came across a vague online reference to a createEditor() method that had no explanation, and googling "Eclipse createEditor" did not produce useful results. After you perform a File->Open operation on a file with the *.py file extension, the PyEdit object is created somewhere. Any pointer would be appreciated; I would like to step through that code in the debugger. Clark |