Hi:

After 3 days fighting with eclipse and pydev, I just realized that if you 
install eclipse directly from synaptic, it doesn't work (unless for me). The 
last eclipse version is 3.4 (ganymede) and synaptic version is 3.2.

I don't know if there is some missing libraries or version are incompatible but 
It's less than 2 weeks I work in linux and I have no idea what was happening. 
Even if i could install eclipse and pydev, create a workspace and sintax error 
were marked, I could not debug any .py file. I always had  "Import error: No 
module named release" on console.

Well at last I found the solution, uninstalling everything concerning eclipse 
from synaptic. 

Then I went on step by step on instructions I found here:
http://jhcore.com/2008/06/26/eclipse-34-ganymede-on-ubuntu/

INSTRUCTIONS:
JDK
First things first, you need a JDK (Java SDK) in order to use Eclipse. I am a 
fan of the OpenJDK, Sun’s open source version of its JDK. OpenJDK recently 
reached full Sun JDK compliance. But any JDK should work, assuming it is at 
least Java 5.

sudo apt-get install openjdk-6-jdk

Then update your ~./bashrc file, appending the JAVA_HOME (adjust this if you 
use a different JDK).

export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/

Get Ganymede

wget 
http://ftp.osuosl.org/pub/eclipse/technology/epp/downloads/release/ganymede/R/eclipse-java-ganymede-linux-gtk.tar.gz
tar xzvf eclipse-java-ganymede-linux-gtk.tar.gz
mv eclipse eclipse3.4

We should be ready to go:

eclipse3.4/eclipse

Ten minutes against 3 days!!!!... Wishing this could help someone

------------------------
Manuales, Videotutoriales de OpenERP en http://www.openerpsite.com
http://www.aulaerp.com




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=37032#37032

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to