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 <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> 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 > > > [email protected] > > > 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 > > > > > > ------------------------------------------------------- > 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 > [email protected] > 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 _______________________________________________ Pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
