Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6350630
By: malleite

Hi,

I filled this as a bug (#2556197) that was closed 
assuming it was a JVM bug, so in the BUG report page there are details about
the system, but shortly it's SuSe 11.1 with python 2.6 and runs eclipse 3.4.1 .

The problem occurs during the setup of the interpreter

1) setting the interpreter to /usr/bin/python
2) Setting the folder to be added to SYSTEM pythonpath
     2.1) Setting , for example, /usr/lib64/python2.6/site-packages/gtk-2.0
works well
     2.2) I go back and add the folder /usr/lib64/python2.6/site-packages ->
it crashes

I can see the progress bar rolling as it scans the 
 /usr/lib64/python2.6/site-packages directory,
but at some point in the middle of operation, it crashes. 
After the crash, when I open again eclipse it indeed lost
the python configuration (something that does not
happen when I keep /usr/lib64/python2.6/site-packages
out of the configuration.

For some reason,  adding the folder   /usr/lib64/python2.6/site-packages causes
it to lose
the definition  of the interpreter. I do not know  where; if someone knows how
to increase the verbose level of the log messages I could investigate further
...

Thanks,
Marco
========== .log =========================
!ENTRY org.python.pydev 1 1 2009-02-05 11:36:24.923
!MESSAGE Information about process of adding new interpreter:
- Opening dialog to request executable (or jar).
- Chosen interpreter file:'/usr/bin/python
- Ok, file is non-null. Getting info on:/usr/bin/python
- Beggining task:Getting libs totalWork:100
- Setting task name:Mounting executable string...
- Setting task name:Executing:  /usr/bin/python -u
/home/leite/eclipse/plugins/org.python.pydev_1.4.2/PySrc/interpreterInfo.py
- Setting task name:Making pythonpath environment... /usr/bin/python -u
/home/leite/eclipse/plugins/org.python.pydev_1.4.2/PySrc/interpreterInfo.py
- Setting task name:Making exec... /usr/bin/python
-u /home/leite/eclipse/plugins/org.python.pydev_1.4.2/PySrc/interpreterInfo.py
- Setting task name:Reading output...
- Setting task name:Waiting for process to finish.
- Success getting the info. Result:/usr/bin/python

!SESSION 2009-02-05 11:37:42.161
-----------------------------------------------
eclipse.buildId=M20080911-1700
java.version=1.6.0_0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.python.pydev.core 4 4 2009-02-05 11:37:50.600
!MESSAGE org.python.pydev.ui.interpreters.PythonInterpreterManager:Interpreter
is not properly configured!
Please go to window->preferences->PyDev->Python Interpreters and configure it.
If this is not supposed to be a Python project, change the project type on the
project properties to the project you want (e.g.: Jython project).
!STACK 0
org.python.pydev.ui.NotConfiguredInterpreterException:
org.python.pydev.ui.interpreters.PythonInterpreterManager:Interpreter is not
properly configured!
Please go to window->preferences->PyDev->Python Interpreters and configure it.
If this is not supposed to be a Python project, change the project type on the
project properties to the project you want (e.g.: Jython project).
    at org.python.pydev.ui.interpreters.AbstractInterpreterManager.getDefaultInt
erpreter(AbstractInterpreterManager.java:123)
    at org.python.pydev.plugin.nature.PythonNature.getProjectInterpreter(PythonN
ature.java:904)
    at org.python.pydev.plugin.nature.PythonNature.getProjectInterpreter(PythonN
ature.java:884)
    at org.python.pydev.plugin.nature.PythonNature$RebuildPythonNatureModules.ru
n(PythonNature.java:154)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to