Menu

#106 Can't set PYTHONPATH

closed-invalid
None
5
2005-06-10
2005-06-09
Anonymous
No

Eclipse 3.1M7
pyDev 0.9.4

I can't set PYTHONPATH to an internal folder.
Button "Add Source Folder" does not react.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2005-06-10

    Logged In: YES
    user_id=617340

    Hi, sorry, but version 3.1 is not supported, it will only be
    once it is final. There is probably an API change that made
    current code (compatible with 3.0.x) incompatible to version
    3.1.

    Sorry,

    Fabio

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2005-06-10
    • assigned_to: nobody --> fabioz
    • status: open --> closed-invalid
     
  • Dave

    Dave - 2005-07-08

    Logged In: YES
    user_id=1309713

    I encountered the same symptom and conquer with Fabio's
    hypothesis. I thought I would add that the UI symptom is
    associate with the following exception in the Eclipse log file.

    My technical environment:
    1. Eclipse SDK Version: 3.1.0 Build id: I20050627-1435
    2. PyDev 0.9.5
    3. Windows XP Professional

    !ENTRY org.eclipse.ui 4 0 2005-07-07 22:23:27.406
    !MESSAGE
    org.eclipse.ui.internal.ide.IDEWorkbenchMessages.getString
    (Ljava/lang/String;)Ljava/lang/String;
    !STACK 0
    java.lang.NoSuchMethodError:
    org.eclipse.ui.internal.ide.IDEWorkbenchMessages.getString
    (Ljava/lang/String;)Ljava/lang/String;
    at
    org.python.pydev.ui.dialogs.ProjectFolderSelectionDialog.<init
    >(ProjectFolderSelectionDialog.java:88)
    at
    org.python.pydev.ui.editors.TreeWithAddRemove.getSelection
    Dialog(TreeWithAddRemove.java:186)
    at
    org.python.pydev.ui.editors.TreeWithAddRemove$2.widgetSel
    ected(TreeWithAddRemove.java:121)
    at
    org.eclipse.swt.widgets.TypedListener.handleEvent
    (TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent
    (EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent
    (Widget.java:843)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents
    (Display.java:3080)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch
    (Display.java:2713)
    at org.eclipse.jface.window.Window.runEventLoop
    (Window.java:809)
    at org.eclipse.jface.window.Window.open
    (Window.java:787)
    at org.eclipse.ui.dialogs.PropertyDialogAction.run
    (PropertyDialogAction.java:157)
    at org.eclipse.jface.action.Action.runWithEvent
    (Action.java:996)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidget
    Selection(ActionContributionItem.java:538)
    at
    org.eclipse.jface.action.ActionContributionItem.access$2
    (ActionContributionItem.java:488)
    at
    org.eclipse.jface.action.ActionContributionItem$5.handleEvent
    (ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent
    (EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent
    (Widget.java:843)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents
    (Display.java:3080)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch
    (Display.java:2713)
    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: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)