pydev-code Mailing List for PyDev for Eclipse (Page 42)
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: Fabio Z. <fa...@gm...> - 2005-10-10 11:19:51
|
Hi Rocky, well, you can take a look at my blog ( http://pydev.blogspot.com/2005/10/high-speed-debugger.html) for some comments on the debugger... please, test it after the new release to see if it suits your needs... And also, yes, I have considered integrating rpdb2, but its license is not compatible to the pydev license (it is gpl, and pydev is cpl... I would not like to change its license just to integrate another debugger, especially considering that the debugger will already be much faster in the next release). Cheers, Fabio On 10/9/05, Rocky Burt <ro...@se...> wrote: > > > I've been trying to run (without modifying any pydev) Zope2.8 in the > debugger. The slowness of the debugger renders this a useless task (I > waited 15min for Zope to stop initializing and then gave up... although > I did see that it was making some progress it was just too slow). > > So separately from this I decided to run my zope unit tests through the > debugger (doesn't actually have to load up zope and the tons of > packages) but even that was horribly, painfully slow. > > Bottom-line right now is that if I really really need to, I'll launch > the debugger to run a unit test... otherwise I steer far away from the > debugger. > > Here's a question, have any of you considered integrating rpdb2 > (http://www.digitalpeers.com/pythondebugger/) with PyDev? From my > experience with using it locally it was very very fast (didn't notice > much of a speed difference between running in debug mode versus not in > debug mode). > > > - Rocky > > > > Fabio Zadrozny wrote: > > Hi Aleks, nice to hear from you :-) > > > > Actually, after checking it more, the xml is not actually the slowest > > part as it seems at first... mainly because it is executed only on > > breakpoints... The bad part is the way the global tracing function is > > set, analyzing contexts that it should not even know about (that's the > > trace_dispatch function)... it almost always return itself to debug on > > other contexts, when it should return almost always 'None' and just > > return itself on valid contexts... (you can actually 'feel' that when > > you put a large program to run... it could take a lot of time just to > > get at the first breakpoint.) > > > > I think that actually making an asynchronous debbuging, so that the > > communication would be on a non profiled thread and making the breaks > > just where needed would do the trick, but I'm unsure of how should this > > work if the user sets some breakpoint after we returned None in the > > trace_dispatch... Also, that would probably require heavy changes in th= e > > structure being used, so, I want to be sure that this is the right way > > to do it, before jumping at it... jython is also a concern, since I'm > > not sure if it works exactly as python on that... > > > > The xml part could also be improved as you said, but I don't think it i= s > > the slowest part right now :-) > > > > Cheers, > > > > Fabio > > > > On 9/27/05, *Aleks Totic* <a...@to... <mailto:a...@to...>> wrote: > > > > Fabio Zadrozny wrote: > > > Hi All, > > > > > > PyDev - Python IDE (Python Development Enviroment for Eclipse) > > version > > > 0.9.8.2 <http://0.9.8.2> <http://0.9.8.2> has been released. > > > * .pyc is removed when the corresponding .py file is removed. > > > * Debugger has been changed so that it becomes faster (still > > not as > > > fast as I would like, but still... faster) -- looking for people with > > > expertise on this to help me, as I'm kind of lost on which should > > be the > > > 'recommended' way to speed it more. > > > > Not sure what are you doing with the debugger right now. The > > major cause of slowness used to be transfer of variables. This > > was particularly painful when a file imported many packages. > > Since everything in Python is global, we'd transfer 1000s of > > variables encoded as XML. > > > > This can be speeded up a lot by loading only "local" variables. > > Once the breakpoint is hit, use the editor model to figure out > > what the local variables are, and transfer only those values > > initially. > > > > Cheers, > > > > Aleks > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, downloads, > > discussions, > > and more. http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > Pydev-code mailing list > > Pyd...@li... > > <mailto:Pyd...@li...> > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > > > -- > Rocky Burt > ServerZen Software -- http://www.serverzen.com > ServerZen Hosting -- http://www.serverzenhosting.net > News About The Server -- http://serverzen.net > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Rocky B. <ro...@se...> - 2005-10-09 13:35:46
|
I've been trying to run (without modifying any pydev) Zope2.8 in the debugger. The slowness of the debugger renders this a useless task (I waited 15min for Zope to stop initializing and then gave up... although I did see that it was making some progress it was just too slow). So separately from this I decided to run my zope unit tests through the debugger (doesn't actually have to load up zope and the tons of packages) but even that was horribly, painfully slow. Bottom-line right now is that if I really really need to, I'll launch the debugger to run a unit test... otherwise I steer far away from the debugger. Here's a question, have any of you considered integrating rpdb2 (http://www.digitalpeers.com/pythondebugger/) with PyDev? From my experience with using it locally it was very very fast (didn't notice much of a speed difference between running in debug mode versus not in debug mode). - Rocky Fabio Zadrozny wrote: > Hi Aleks, nice to hear from you :-) > > Actually, after checking it more, the xml is not actually the slowest > part as it seems at first... mainly because it is executed only on > breakpoints... The bad part is the way the global tracing function is > set, analyzing contexts that it should not even know about (that's the > trace_dispatch function)... it almost always return itself to debug on > other contexts, when it should return almost always 'None' and just > return itself on valid contexts... (you can actually 'feel' that when > you put a large program to run... it could take a lot of time just to > get at the first breakpoint.) > > I think that actually making an asynchronous debbuging, so that the > communication would be on a non profiled thread and making the breaks > just where needed would do the trick, but I'm unsure of how should this > work if the user sets some breakpoint after we returned None in the > trace_dispatch... Also, that would probably require heavy changes in the > structure being used, so, I want to be sure that this is the right way > to do it, before jumping at it... jython is also a concern, since I'm > not sure if it works exactly as python on that... > > The xml part could also be improved as you said, but I don't think it is > the slowest part right now :-) > > Cheers, > > Fabio > > On 9/27/05, *Aleks Totic* <a...@to... <mailto:a...@to...>> wrote: > > Fabio Zadrozny wrote: > > Hi All, > > > > PyDev - Python IDE (Python Development Enviroment for Eclipse) > version > > 0.9.8.2 <http://0.9.8.2> has been released. > > * .pyc is removed when the corresponding .py file is removed. > > * Debugger has been changed so that it becomes faster (still > not as > > fast as I would like, but still... faster) -- looking for people with > > expertise on this to help me, as I'm kind of lost on which should > be the > > 'recommended' way to speed it more. > > Not sure what are you doing with the debugger right now. The > major cause of slowness used to be transfer of variables. This > was particularly painful when a file imported many packages. > Since everything in Python is global, we'd transfer 1000s of > variables encoded as XML. > > This can be speeded up a lot by loading only "local" variables. > Once the breakpoint is hit, use the editor model to figure out > what the local variables are, and transfer only those values > initially. > > Cheers, > > Aleks > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > <mailto:Pyd...@li...> > https://lists.sourceforge.net/lists/listinfo/pydev-code > > -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://serverzen.net |
From: Fabio Z. <fa...@gm...> - 2005-09-27 23:26:17
|
Hi Aleks, nice to hear from you :-) Actually, after checking it more, the xml is not actually the slowest part as it seems at first... mainly because it is executed only on breakpoints..= . The bad part is the way the global tracing function is set, analyzing contexts that it should not even know about (that's the trace_dispatch function)... it almost always return itself to debug on other contexts, whe= n it should return almost always 'None' and just return itself on valid contexts... (you can actually 'feel' that when you put a large program to run... it could take a lot of time just to get at the first breakpoint.) I think that actually making an asynchronous debbuging, so that the communication would be on a non profiled thread and making the breaks just where needed would do the trick, but I'm unsure of how should this work if the user sets some breakpoint after we returned None in the trace_dispatch... Also, that would probably require heavy changes in the structure being used, so, I want to be sure that this is the right way to d= o it, before jumping at it... jython is also a concern, since I'm not sure if it works exactly as python on that... The xml part could also be improved as you said, but I don't think it is th= e slowest part right now :-) Cheers, Fabio On 9/27/05, Aleks Totic <a...@to...> wrote: > > Fabio Zadrozny wrote: > > Hi All, > > > > PyDev - Python IDE (Python Development Enviroment for Eclipse) version > > 0.9.8.2 <http://0.9.8.2> has been released. > > * .pyc is removed when the corresponding .py file is removed. > > * Debugger has been changed so that it becomes faster (still not as > > fast as I would like, but still... faster) -- looking for people with > > expertise on this to help me, as I'm kind of lost on which should be th= e > > 'recommended' way to speed it more. > > Not sure what are you doing with the debugger right now. The > major cause of slowness used to be transfer of variables. This > was particularly painful when a file imported many packages. > Since everything in Python is global, we'd transfer 1000s of > variables encoded as XML. > > This can be speeded up a lot by loading only "local" variables. > Once the breakpoint is hit, use the editor model to figure out > what the local variables are, and transfer only those values > initially. > > Cheers, > > Aleks > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Aleks T. <a...@to...> - 2005-09-27 23:03:57
|
Fabio Zadrozny wrote: > Hi All, > > PyDev - Python IDE (Python Development Enviroment for Eclipse) version > 0.9.8.2 has been released. > * .pyc is removed when the corresponding .py file is removed. > * Debugger has been changed so that it becomes faster (still not as > fast as I would like, but still... faster) -- looking for people with > expertise on this to help me, as I'm kind of lost on which should be the > 'recommended' way to speed it more. Not sure what are you doing with the debugger right now. The major cause of slowness used to be transfer of variables. This was particularly painful when a file imported many packages. Since everything in Python is global, we'd transfer 1000s of variables encoded as XML. This can be speeded up a lot by loading only "local" variables. Once the breakpoint is hit, use the editor model to figure out what the local variables are, and transfer only those values initially. Cheers, Aleks |
From: Fabio Z. <fa...@es...> - 2005-09-26 17:19:48
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.2 has been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Details for Release: 0.9.8.2 Major highlights: ------------------------ * Content assistants reviewed (and better documented on the homepage -- I really reccomend checking it) * Timeout parsing options added (this is available in the builder preferences page) * Auto-dedent added Others that are new and noteworthy: ----------------------------------------------------- * .pyc is removed when the corresponding .py file is removed. * Debugger has been changed so that it becomes faster (still not as fast as I would like, but still... faster) -- looking for people with expertise on this to help me, as I'm kind of lost on which should be the 'recommended' way to speed it more. * Some escaped quotes problems fixed when formatting code * Navigation with Ctrl+Shift+ (up or down) has been slightly improved, so that it goes to the start or the end of the file when no other class or method declaration is found * Other bug-fixes (as ususal) Cheers, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-09-08 12:59:26
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.1 has been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Details for Release: 0.9.8.1 Major highlights: ------------------- * Java 1.4 support reintroduced. * Styles added for syntax highlighting (bold and italic), contributed by Gerhard Kalab. Others that are new and noteworthy: ------------------------------------- * zombie process after exiting eclipse should not happen anymore * paths with '.' are accepted for the pythonpath (unless they start with a '.', because it may not accept relative paths). * relative imports are added to code-completion * local imports are taken into consideration when doing code completion * debugger has 'change support', so, changed variables in a scope appear red Cheers, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-09-06 17:13:56
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.1 has been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Details for Release: 0.9.8.1 Major highlights: ------------------- * Java 1.4 support reintroduced. * Styles added for syntax highlighting (bold and italic), contributed by Gerhard Kalab. Others that are new and noteworthy: ------------------------------------- * zombie process after exiting eclipse should not happen anymore * paths with '.' are accepted for the pythonpath (unless they start with a '.', because it may not accept relative paths). * relative imports are added to code-completion * local imports are taken into consideration when doing code completion * debugger has 'change support', so, changed variables in a scope appear red Cheers, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-08-29 17:10:58
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Details for Release: 0.9.8 Major highlights: ------------------- * Jython integrated. * Jython debugger support added. Others that are new and noteworthy: ------------------------------------- * jython integration supports spaces for jython.jar and java install * jython code-completion support for new style objects (jython 2.2a1) has been enhanced. * many templates were added * the grammar evolved a lot, so, now you actually have decorators in the grammar, list comprehension on method calls and tuples and the new from xxx import (a,b,c) syntax. * pylint supports spaces * pylint is no longer distributed with pydev (it must be installed in the site-packages and its location must be specified in the preferences) * some problems regarding 'zombie processes' after eclipse exit with the shells used for code-completion should be fixed Special thanks --------------- This release would not be possible without help from: OctetString, for the financial support for making jython support possible! Vitor Oba for debugger patches! Cheers, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-08-19 19:28:04
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.7.99 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Details for Release: 0.9.7.99 OK, what's with the strange release version number?... Well, this version undergone lot's of changes, so, PyDev will be waiting on feedback about them... only after that will it become 0.9.8! Major highlights: ---------------- * PyDev has its first shot at Jython. you should be able to use many things already, meaning: all the common editor features and code completion. * The debugger is working. Others that are new and noteworthy: ------------------------------------ * Code completion has been improved for supporting wild imports and relative imports better (sometimes it had some problems). * There are hovers for the text and annotations (when you pass the mouse through an error it will show its description). * Block comment (Ctrl+4) now uses the size defined for the print margin. * New block-comment style added (Ctrl+Shift+4). * New icons were created. * wxPython completions now show. * Many other bug-fixes as usual. Note on Java 1.4 support: Currently Java 1.4 is not supported (only java 5.0), altough we will try to add support for java 1.4 before the 1.0 release. Special thanks --------------- This release would not be possible without help from: OctetString, for the financial support for making jython support possible! Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches! Eduardo A. Hoff, for the new logo and changes on the site layout! Cheers, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2005-08-01 13:01:31
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.7 with support to java 1.3 and 1.4 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. IMPORTANT: - A new package has been added to the pydev release with support to earlier java versions (latest release just supports java 5.0). - This package is targeted specifically for people that don't have access to java 5.0 (namely, earlier versions of MAC OS). - Support for this release is limited to the .zip distribution in the sourcforge downloads, and will not be put into the update site. Release Highlights: This build fixes some nasty bugs from 0.9.6... it is highly recommended you install it. (right now, everything but the debugger should work fine with 3.1). Important notes Note 1: Because of some issues with Eclipse, you have to uninstall all previous PyDev installations before installing the new release. Note 2: This release only works with Eclipse 3.1 (and from now on, Eclipse 3.0.x is no longer supported). Regards, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2005-07-31 19:41:55
|
Pydev now requires java 1.5 in order to run...=20 Cheers, Fabio On 7/29/05, Rocky Burt <ro...@se...> wrote: > Installing fresh PyDev 0.9.7 onto eclipse 3.1 (no prior PyDev installed) > yields the following error when opening a python file. Seems like a > simple enough error... the PyEdit class seems to be present. >=20 > java.lang.ClassNotFoundException: org.python.pydev.editor.PyEdit > at > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoa= der.java:403) > at > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoa= der.java:350) > at > org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(Abs= tractClassLoader.java:78) > at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > at > org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoa= der.java:275) > at > org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.= java:227) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Abstrac= tBundle.java:1259) > at > org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xtension(ConfigurationElement.java:152) > at > org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xtension(ConfigurationElement.java:142) > at > org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xtension(ConfigurationElement.java:129) > at > org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecu= tableExtension(ConfigurationElementHandle.java:48) > at org.eclipse.ui.internal.WorkbenchPlugin > $1.run(WorkbenchPlugin.java:240) > at > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) > at > org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.j= ava:236) > at > org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDesc= riptor.java:252) > at > org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:837) > at > org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.= java:543) > at > org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:3= 65) > at > org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartRefer= ence.java:552) > at > org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelpe= r.java:258) > at > org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java= :1216) > at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java= :944) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.j= ava:1044) > at org.eclipse.core.runtime.Platform.run(Platform.java:783) > at > org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939= ) > at > org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:253= 5) > at > org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java= :1819) > at > org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566) > at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:251= 5) > at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514) > at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263) > at > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.= java:346) > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java= :291) > at > org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog= .java:447) > at > org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1= 258) > at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:= 1512) > at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:149= 1) > at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.j= ava:1044) > at org.eclipse.core.runtime.Platform.run(Platform.java:783) > at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:= 1318) > at > org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigu= rer.java:183) > at > org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.= java:700) > at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:36= 7) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.jav= a:143) > at > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) > at org.eclipse.core.internal.runtime.PlatformActivator > $1.run(PlatformActivator.java:226) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:3= 76) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:1= 63) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > at org.eclipse.core.launcher.Main.run(Main.java:973) > at org.eclipse.core.launcher.Main.main(Main.java:948) >=20 >=20 >=20 >=20 > On Tue, 2005-07-26 at 10:56 -0300, Fabio Zadrozny wrote: > > Hi All, > > > > PyDev - Python IDE (Python Development Enviroment for Eclipse) version > > 0.9.7 has just been released. > > > > Check the homepage (http://pydev.sourceforge.net/) for more details. > > > > Release Highlights: > > > > This build fixes some nasty bugs from 0.9.6... it is highly recommended > > you install it. (right now, everything but the debugger should work fin= e > > with 3.1). > > > > Important notes > > > > Note 1: Because of some issues with Eclipse, you have to uninstall all > > previous PyDev installations before installing the new release. > > Note 2: This release only works with Eclipse 3.1 (and from now on, > > Eclipse 3.0.x is no longer supported). > > Note 3: Java 5.0 is required from now on. > > > > Regards, > > > > Fabio > > >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Rocky B. <ro...@se...> - 2005-07-30 01:22:03
|
Installing fresh PyDev 0.9.7 onto eclipse 3.1 (no prior PyDev installed) yields the following error when opening a python file. Seems like a simple enough error... the PyEdit class seems to be present. java.lang.ClassNotFoundException: org.python.pydev.editor.PyEdit at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.ui.internal.WorkbenchPlugin $1.run(WorkbenchPlugin.java:240) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236) at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:252) at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:837) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:543) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258) at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216) at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515) at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514) at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512) at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491) at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator $1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) On Tue, 2005-07-26 at 10:56 -0300, Fabio Zadrozny wrote: > Hi All, > > PyDev - Python IDE (Python Development Enviroment for Eclipse) version > 0.9.7 has just been released. > > Check the homepage (http://pydev.sourceforge.net/) for more details. > > Release Highlights: > > This build fixes some nasty bugs from 0.9.6... it is highly recommended > you install it. (right now, everything but the debugger should work fine > with 3.1). > > Important notes > > Note 1: Because of some issues with Eclipse, you have to uninstall all > previous PyDev installations before installing the new release. > Note 2: This release only works with Eclipse 3.1 (and from now on, > Eclipse 3.0.x is no longer supported). > Note 3: Java 5.0 is required from now on. > > Regards, > > Fabio > |
From: Aleks T. <a...@to...> - 2005-07-29 01:43:47
|
Take a look at PySourceLocator::getEditorInput. It tries to convert python path to FileEditorInput. Not sure what to do here for the external files. Aleks Fabio Zadrozny wrote: > Hi Aleks, > > thanks for the fixes, I'll take a look at it (and maybe do a new release...) > > As a note... the new PyDocumentProvider should not need the external > files fix to work anymore, so, maybe the fix should be just removed > (I'll take a look at it). > > cheers, > > Fabio |
From: Fabio Z. <fa...@gm...> - 2005-07-28 23:34:09
|
Hi Aleks, thanks for the fixes, I'll take a look at it (and maybe do a new release...= ) As a note... the new PyDocumentProvider should not need the external files fix to work anymore, so, maybe the fix should be just removed (I'll take a look at it). cheers, Fabio On 7/28/05, Aleks Totic <a...@to...> wrote: > Hi, > I've just checked in some fixes to the debugger. It is better, > but still not perfect. My main fix was to PySourceLocator, it now > avoids calling doOpenEditor. This required refactoring the > "External Files" hack in PydevPlugin. >=20 > The only remaining bug that I know of is the stack display. It > seems to get out of sync. I've tried to track it down. My code > returns the right number of stack items, but for some reason > Eclipse does not refresh its view properly. Looks like they did a > lot of debugger changes that changed the threads/control flow, > and I'll have to dig in deeper to figure out where the refresh > code is getting confused. I'll be on vacation until Aug 16th, so > there will not be any new updates until then. >=20 > Aleks >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO Septem= ber > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Aleks T. <a...@to...> - 2005-07-28 23:17:53
|
Hi, I've just checked in some fixes to the debugger. It is better, but still not perfect. My main fix was to PySourceLocator, it now avoids calling doOpenEditor. This required refactoring the "External Files" hack in PydevPlugin. The only remaining bug that I know of is the stack display. It seems to get out of sync. I've tried to track it down. My code returns the right number of stack items, but for some reason Eclipse does not refresh its view properly. Looks like they did a lot of debugger changes that changed the threads/control flow, and I'll have to dig in deeper to figure out where the refresh code is getting confused. I'll be on vacation until Aug 16th, so there will not be any new updates until then. Aleks |
From: Fabio Z. <fa...@es...> - 2005-07-26 13:56:48
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.7 has just been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Release Highlights: This build fixes some nasty bugs from 0.9.6... it is highly recommended you install it. (right now, everything but the debugger should work fine with 3.1). Important notes Note 1: Because of some issues with Eclipse, you have to uninstall all previous PyDev installations before installing the new release. Note 2: This release only works with Eclipse 3.1 (and from now on, Eclipse 3.0.x is no longer supported). Note 3: Java 5.0 is required from now on. Regards, Fabio -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2005-07-23 15:29:37
|
I've just discovered the error (fixed in cvs). I'll probably do another release on monday, so, you'll have to wait untill there (or you could get the sources and build it yourself). Cheers, Fabio On 7/23/05, Rocky Burt <ro...@se...> wrote: > This was a fresh Eclipse application instance and workspace, no plugins > installed before or anything. >=20 > Although on an Eclipse instance where I did have 0.9.5 installed already > I seem to get different errors, but I wasn't concerned about those at > this point... getting it to work on a fresh instance was the priority. >=20 > Regards, > Rocky >=20 > -- > Rocky Burt > ServerZen Software -- http://www.serverzen.com > News About The Server -- http://serverzen.net >=20 >=20 > On Sat, 2005-07-23 at 09:51 -0300, Fabio Zadrozny wrote: > > Did you uninstall pydev 0.9.5? There are some bugs that reported that > > they could be installed toghether and generate strange errors... > > > > Cheers, > > > > Fabio > > > > On 7/22/05, Rocky Burt <ro...@se...> wrote: > > > Hi, > > > > > > Just ran across a problem trying to open python files with PyDev 0.9.= 6 > > > on Eclipse 3.1 (which I thought was supposed to have better eclipse 3= .1 > > > support). > > > > > > When I try opening a python file I get the following stacktrace > > > (preventing me from editing the python file altogether): > > > > > > java.lang.NullPointerException > > > at > > > org.python.pydev.editor.PyPartitionScanner.checkPartitionScanner(PyPa= rtitionScanner.java:85) > > > at org.python.pydev.editor.PyEdit.init(PyEdit.java:231) > > > at > > > org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:7= 73) > > > at > > > org.eclipse.ui.internal.EditorReference.createPartHelper(EditorRefere= nce.java:572) > > > at > > > org.eclipse.ui.internal.EditorReference.createPart(EditorReference.ja= va:365) > > > at > > > org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartR= eference.java:552) > > > at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:= 283) > > > at > > > org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Pres= entablePart.java:126) > > > at > > > org.eclipse.ui.internal.presentations.util.PresentablePartFolder.sele= ct(PresentablePartFolder.java:268) > > > at > > > org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select= (LeftToRightTabOrder.java:65) > > > at > > > org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.se= lectPart(TabbedStackPresentation.java:391) > > > at > > > org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartSt= ack.java:1102) > > > at org.eclipse.ui.internal.PartStack.setSelection(PartStack.j= ava:1051) > > > at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:= 1256) > > > at org.eclipse.ui.internal.PartStack.add(PartStack.java:442) > > > at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:1= 09) > > > at > > > org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashConta= iner.java:60) > > > at > > > org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper= .java:212) > > > at > > > org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.j= ava:202) > > > at > > > org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.j= ava:753) > > > at > > > org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(Editor= Manager.java:665) > > > at > > > org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:6= 28) > > > at > > > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(Workbench= Page.java:2323) > > > at > > > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.ja= va:2258) > > > at org.eclipse.ui.internal.WorkbenchPage.access > > > $9(WorkbenchPage.java:2250) > > > at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.= java:2236) > > > at > > > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) > > > at > > > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2= 231) > > > at > > > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2= 212) > > > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) > > > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) > > > at > > > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Edi= torUtility.java:251) > > > at > > > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Edi= torUtility.java:131) > > > at > > > org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUti= l.java:49) > > > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:= 169) > > > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:= 153) > > > at > > > org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Select= ionDispatchAction.java:222) > > > at > > > org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispa= tchAction.java:198) > > > at > > > org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.ha= ndleOpen(PackageExplorerActionGroup.java:296) > > > at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPar= t > > > $4.open(PackageExplorerPart.java:869) > > > at org.eclipse.jface.viewers.StructuredViewer > > > $2.run(StructuredViewer.java:741) > > > at > > > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo= rm.java:1044) > > > at org.eclipse.core.runtime.Platform.run(Platform.java:783) > > > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) > > > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:= 148) > > > at > > > org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.= java:739) > > > at > > > org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewe= r.java:968) > > > at org.eclipse.jface.viewers.StructuredViewer > > > $6.handleOpen(StructuredViewer.java:1067) > > > at > > > org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:2= 43) > > > at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.= java:238) > > > at org.eclipse.jface.util.OpenStrategy > > > $1.handleEvent(OpenStrategy.java:277) > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.ja= va:66) > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) > > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.= java:2867) > > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.ja= va:2572) > > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.j= ava:1699) > > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:166= 3) > > > at > > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav= a:367) > > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI= .java:143) > > > at > > > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:10= 3) > > > at org.eclipse.core.internal.runtime.PlatformActivator > > > $1.run(PlatformActivator.java:226) > > > at > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja= va:376) > > > at > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja= va:163) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method= ) > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:3= 34) > > > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > > > at org.eclipse.core.launcher.Main.run(Main.java:973) > > > at org.eclipse.core.launcher.Main.main(Main.java:948) > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategie= s > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3D= click > > > _______________________________________________ > > > Pydev-code mailing list > > > Pyd...@li... > > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Rocky B. <ro...@se...> - 2005-07-23 13:55:16
|
This was a fresh Eclipse application instance and workspace, no plugins installed before or anything. Although on an Eclipse instance where I did have 0.9.5 installed already I seem to get different errors, but I wasn't concerned about those at this point... getting it to work on a fresh instance was the priority. Regards, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server -- http://serverzen.net On Sat, 2005-07-23 at 09:51 -0300, Fabio Zadrozny wrote: > Did you uninstall pydev 0.9.5? There are some bugs that reported that > they could be installed toghether and generate strange errors... > > Cheers, > > Fabio > > On 7/22/05, Rocky Burt <ro...@se...> wrote: > > Hi, > > > > Just ran across a problem trying to open python files with PyDev 0.9.6 > > on Eclipse 3.1 (which I thought was supposed to have better eclipse 3.1 > > support). > > > > When I try opening a python file I get the following stacktrace > > (preventing me from editing the python file altogether): > > > > java.lang.NullPointerException > > at > > org.python.pydev.editor.PyPartitionScanner.checkPartitionScanner(PyPartitionScanner.java:85) > > at org.python.pydev.editor.PyEdit.init(PyEdit.java:231) > > at > > org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773) > > at > > org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572) > > at > > org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365) > > at > > org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) > > at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283) > > at > > org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126) > > at > > org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) > > at > > org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) > > at > > org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391) > > at > > org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102) > > at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051) > > at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256) > > at org.eclipse.ui.internal.PartStack.add(PartStack.java:442) > > at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109) > > at > > org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60) > > at > > org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212) > > at > > org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202) > > at > > org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:753) > > at > > org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665) > > at > > org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628) > > at > > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2323) > > at > > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258) > > at org.eclipse.ui.internal.WorkbenchPage.access > > $9(WorkbenchPage.java:2250) > > at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236) > > at > > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) > > at > > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) > > at > > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) > > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) > > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) > > at > > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251) > > at > > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131) > > at > > org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) > > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) > > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) > > at > > org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222) > > at > > org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) > > at > > org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) > > at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart > > $4.open(PackageExplorerPart.java:869) > > at org.eclipse.jface.viewers.StructuredViewer > > $2.run(StructuredViewer.java:741) > > at > > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) > > at org.eclipse.core.runtime.Platform.run(Platform.java:783) > > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) > > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) > > at > > org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739) > > at > > org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) > > at org.eclipse.jface.viewers.StructuredViewer > > $6.handleOpen(StructuredViewer.java:1067) > > at > > org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) > > at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) > > at org.eclipse.jface.util.OpenStrategy > > $1.handleEvent(OpenStrategy.java:277) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572) > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) > > at > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) > > at > > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) > > at org.eclipse.core.internal.runtime.PlatformActivator > > $1.run(PlatformActivator.java:226) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) > > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > > at org.eclipse.core.launcher.Main.run(Main.java:973) > > at org.eclipse.core.launcher.Main.main(Main.java:948) > > > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > Pydev-code mailing list > > Pyd...@li... > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click |
From: Fabio Z. <fa...@gm...> - 2005-07-23 12:51:46
|
Did you uninstall pydev 0.9.5? There are some bugs that reported that they could be installed toghether and generate strange errors... Cheers, Fabio On 7/22/05, Rocky Burt <ro...@se...> wrote: > Hi, >=20 > Just ran across a problem trying to open python files with PyDev 0.9.6 > on Eclipse 3.1 (which I thought was supposed to have better eclipse 3.1 > support). >=20 > When I try opening a python file I get the following stacktrace > (preventing me from editing the python file altogether): >=20 > java.lang.NullPointerException > at > org.python.pydev.editor.PyPartitionScanner.checkPartitionScanner(PyPartit= ionScanner.java:85) > at org.python.pydev.editor.PyEdit.init(PyEdit.java:231) > at > org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773) > at > org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.= java:572) > at > org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:3= 65) > at > org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartRefer= ence.java:552) > at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283) > at > org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Presenta= blePart.java:126) > at > org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(P= resentablePartFolder.java:268) > at > org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(Lef= tToRightTabOrder.java:65) > at > org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.select= Part(TabbedStackPresentation.java:391) > at > org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.= java:1102) > at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:= 1051) > at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256= ) > at org.eclipse.ui.internal.PartStack.add(PartStack.java:442) > at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109) > at > org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer= .java:60) > at > org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.jav= a:212) > at > org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:= 202) > at > org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:= 753) > at > org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorMana= ger.java:665) > at > org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628) > at > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage= .java:2323) > at > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2= 258) > at org.eclipse.ui.internal.WorkbenchPage.access > $9(WorkbenchPage.java:2250) > at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java= :2236) > at > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) > at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) > at > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorU= tility.java:251) > at > org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorU= tility.java:131) > at > org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.ja= va:49) > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) > at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) > at > org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionD= ispatchAction.java:222) > at > org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchA= ction.java:198) > at > org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handle= Open(PackageExplorerActionGroup.java:296) > at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart > $4.open(PackageExplorerPart.java:869) > at org.eclipse.jface.viewers.StructuredViewer > $2.run(StructuredViewer.java:741) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.j= ava:1044) > at org.eclipse.core.runtime.Platform.run(Platform.java:783) > at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) > at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) > at > org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java= :739) > at > org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.ja= va:968) > at org.eclipse.jface.viewers.StructuredViewer > $6.handleOpen(StructuredViewer.java:1067) > at > org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) > at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java= :238) > at org.eclipse.jface.util.OpenStrategy > $1.handleEvent(OpenStrategy.java:277) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:6= 6) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java= :2867) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2= 572) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:= 1699) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:36= 7) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.jav= a:143) > at > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) > at org.eclipse.core.internal.runtime.PlatformActivator > $1.run(PlatformActivator.java:226) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:3= 76) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:1= 63) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > at org.eclipse.core.launcher.Main.run(Main.java:973) > at org.eclipse.core.launcher.Main.main(Main.java:948) >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Rocky B. <ro...@se...> - 2005-07-22 23:07:36
|
Hi, Just ran across a problem trying to open python files with PyDev 0.9.6 on Eclipse 3.1 (which I thought was supposed to have better eclipse 3.1 support). When I try opening a python file I get the following stacktrace (preventing me from editing the python file altogether): java.lang.NullPointerException at org.python.pydev.editor.PyPartitionScanner.checkPartitionScanner(PyPartitionScanner.java:85) at org.python.pydev.editor.PyEdit.init(PyEdit.java:231) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.add(PartStack.java:442) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:753) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2323) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258) at org.eclipse.ui.internal.WorkbenchPage.access $9(WorkbenchPage.java:2250) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart $4.open(PackageExplorerPart.java:869) at org.eclipse.jface.viewers.StructuredViewer $2.run(StructuredViewer.java:741) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) at org.eclipse.jface.viewers.StructuredViewer $6.handleOpen(StructuredViewer.java:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy $1.handleEvent(OpenStrategy.java:277) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator $1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) |
From: Fabio Z. <fa...@es...> - 2005-07-20 16:23:23
|
Hi All, PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.6 has just been released. This is to be considered a stable release for all features but the debugger, as there are still some integration issues for it to work with Eclipse 3.1, so, if you are using PyDev because of its debugger support, you should stick to version 3.0.x until those issues are fixed. Check the homepage (http://pydev.sourceforge.net/) for more details. The major release highlights is that it Eclipse 3.1 is now supported. Older versions of Eclipse are no longer supported. Regards, -- Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br PyDev - Python Development Enviroment for Eclipse pydev.sf.net pydev.blogspot.com |
From: Fabio Z. <fa...@gm...> - 2005-07-20 11:34:51
|
Well, I had other plans for that... if it is in the path, you can directly execute: python interpreterInfo.py and it should give you all the info required... (that file is in org.python.pydev/PySrc/interpreterInfo.py)... I just didn't have the time to do it automattically right now... (The problem is getting it if it is not in the path) Right now, it already works like that, but the user must specify the interpreter. I didn't find a good place to do that automatically, although I haven't searched it too much either. You can check the org.python.pydev.ui.pythonpathconf.InterpreterInfo -- it is the class that parses those results. The class InterpreterManager has: public InterpreterInfo getInterpreterInfo(String executable, IProgressMonitor monitor) that is the method that builds those results... The file (interpreterInfo.py) still needs some fixes, but getting the interpreter should be the part that works correctly... Also, it would be nice if you could put the patches as bugs in sourceforge (http://sourceforge.net/tracker/?group_id=3D85796&atid=3D577329= ), as it is easier for me to keep track of them... (a bug for each patch). Cheers, Fabio p.s. I'm forwarding this to the list... On 7/19/05, the...@op... <the...@op...> wrote: > > You have to update the plugin.xml in the project, so that > > the dependencies are satisfied... |
From: Fabio Z. <fa...@gm...> - 2005-07-18 23:15:53
|
patched! On 7/12/05, Karol Pietrzak (RIT Student) <ka...@ri...> wrote: > =20 >=20 > Hey everyone. > =20 > Attached is a very simple patch so PyDev compiles with Java 1.5. I only > got two errors in PyOrganizeImports.java.=20 > |
From: Fabio Z. <fa...@gm...> - 2005-07-18 23:02:36
|
applied, thanks -note: I should probably also upgrade to java 1.5 :-) On 7/18/05, Karol Pietrzak (RIT Student) <ka...@ri...> wrote: > =20 > =20 >=20 > I forgot to attach the actual patch, silly me. > =20 > |
From: Karol P. \(R. Student\) <ka...@ri...> - 2005-07-18 19:27:18
|
SW5kZXg6IG9yZy9weXRob24vcGFyc2VyL1B5dGhvbkdyYW1tYXIuamF2YQ0KPT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0K UkNTIGZpbGU6IC9jdnNyb290L3B5ZGV2L29yZy5weXRob24ucHlkZXYucGFyc2VyL3NyYy9vcmcv cHl0aG9uL3BhcnNlci9QeXRob25HcmFtbWFyLmphdmEsdg0KcmV0cmlldmluZyByZXZpc2lvbiAx LjENCmRpZmYgLXUgLXIxLjEgUHl0aG9uR3JhbW1hci5qYXZhDQotLS0gb3JnL3B5dGhvbi9wYXJz ZXIvUHl0aG9uR3JhbW1hci5qYXZhCTI1IEp1biAyMDA1IDIwOjIzOjM3IC0wMDAwCTEuMQ0KKysr IG9yZy9weXRob24vcGFyc2VyL1B5dGhvbkdyYW1tYXIuamF2YQkxOCBKdWwgMjAwNSAxOToxOTox OCAtMDAwMA0KQEAgLTEsNSArMSw3IEBADQogLyogR2VuZXJhdGVkIEJ5OkpKVHJlZSZKYXZhQ0M6 IERvIG5vdCBlZGl0IHRoaXMgbGluZS4gUHl0aG9uR3JhbW1hci5qYXZhICovDQogcGFja2FnZSBv cmcucHl0aG9uLnBhcnNlcjsNCitpbXBvcnQgamF2YS51dGlsLkl0ZXJhdG9yOw0KKw0KIGltcG9y dCBvcmcucHl0aG9uLnBhcnNlci5hc3QubW9kVHlwZTsNCiANCiBwdWJsaWMgY2xhc3MgUHl0aG9u R3JhbW1hci8qQGJnZW4oamp0cmVlKSovaW1wbGVtZW50cyBQeXRob25HcmFtbWFyVHJlZUNvbnN0 YW50cywgUHl0aG9uR3JhbW1hckNvbnN0YW50cyB7LypAYmdlbihqanRyZWUpKi8NCkBAIC03MTMy LDggKzcxMzQsOCBAQA0KICAgICAgICAgampfZXhwZW50cnlbaV0gPSBqal9sYXN0dG9rZW5zW2ld Ow0KICAgICAgIH0NCiAgICAgICBib29sZWFuIGV4aXN0cyA9IGZhbHNlOw0KLSAgICAgIGZvciAo amF2YS51dGlsLkVudW1lcmF0aW9uIGVudW0gPSBqal9leHBlbnRyaWVzLmVsZW1lbnRzKCk7IGVu dW0uaGFzTW9yZUVsZW1lbnRzKCk7KSB7DQotICAgICAgICBpbnRbXSBvbGRlbnRyeSA9IChpbnRb XSkoZW51bS5uZXh0RWxlbWVudCgpKTsNCisgICAgICBmb3IgKEl0ZXJhdG9yIGl0ZXIgPSBqal9l eHBlbnRyaWVzLml0ZXJhdG9yKCk7IGl0ZXIuaGFzTmV4dCgpOyApIHsNCisgICAgICAgIGludFtd IG9sZGVudHJ5ID0gKGludFtdKShpdGVyLm5leHQoKSk7DQogICAgICAgICBpZiAob2xkZW50cnku bGVuZ3RoID09IGpqX2V4cGVudHJ5Lmxlbmd0aCkgew0KICAgICAgICAgICBleGlzdHMgPSB0cnVl Ow0KICAgICAgICAgICBmb3IgKGludCBpID0gMDsgaSA8IGpqX2V4cGVudHJ5Lmxlbmd0aDsgaSsr KSB7DQo= |