OpenSource Solutions Enterprise Solutions
Feature Tour View Demo Get Ttrial
ASK THE MEISTER
Welcome, Guest
Please Login or Register.    Lost Password?
Jython EasyEclipse PyDev (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Jython EasyEclipse PyDev
#42
Oouc (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Jython EasyEclipse PyDev 7 Months ago Karma: 0&nbsp&nbsp
Design to Unit Test; Graeme Rocher on the Grails Plugin Architecture; Using Python within Java
from the latest TheServerSide.com gives
this code. It doesn't work for me or an Eclipse Evangelist who is a code
contributor to Eclipse. Can OM or anyone help me to set this up under
OM using the EasyEclipse with PyDev of Oct 2007? I am runing Ubuntu 7.10.

import org.python.core.Py_object_;
import org.python.core.PyException;
import org.python.util.PythonInterpreter;

public class Interop {
public static void main(String []args) throws PyException {

PythonInterpreter interp = new PythonInterpreter();
interp.exec(”firstNames=open(’/tmp/FirstNames.txt’,’r’)”);
interp.exec(”lastNames=open(’/tmp/LastNames.txt’,’r’)”);
interp.exec(”fNlines=firstNames.readlines()”);
interp.exec(”lNlines=lastNames.readlines()”);
interp.exec(”fullNames=[x+y for x in fNlines for y in lNlines]”);
Py_object_ completeList = interp.get(”fullNames”);

System.out.println("Full names : "+ completeList);
}
}
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#53
quinn (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:Jython EasyEclipse PyDev 6 Months, 3 Weeks ago Karma: 0&nbsp&nbsp
Meister has an Eclipse plugin that can help with building your application. I believe our plugin will also work with EasyEclipse but that depends what version of Eclipse your EasyEclipse is _base_d on.

However, your main question appears to be with the piece of code that you submitted. What is your understanding of the problem you are having here and how would you like us to help?

Quinn
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Openmake Live OPENMAKE LIVE
Build Blogs BUILD BLOGS
Ask the Meister ASK THE MEISTER
LOGIN LOGIN
Contact Us CONTACT US
RSS RSS
Google PageRank 
Checker - Page Rank Calculator