0
votes
0answers
33 views

Choosing Python3.3 interpreter in Eclipse problems

I am new to Eclipse & PyDev (on Ubuntu 13.04) and want to try Python3.3 programming. But I cannot choose python3.3 iterpreter, - I try to choose it in usr\lib\python3.3 , but: - when I try to ...
1
vote
0answers
56 views

Error when configuring Python interpreter for PyDev in Eclipse

I just recently installed the PyDev 2.6 plugin for Eclipse (I run Eclipse SDK 4.2.1) and when I try to configure the Python interpreter to the path: > C:\Python27\python.exe , it gives me an "Error ...
0
votes
2answers
79 views

Python console in Eclipse

I'm unable to run a python console inside Eclipse. I've downloaded Pydev, set up an interpreter and a PYTHONPATH and imported a project, a Django project. I set up the project as a Django one and then ...
1
vote
1answer
156 views

Interpreter vs. Code Generator Xtext

I've a DSL written using Xtext. What I want is to execute that DSL to perform something good out of it. I wrote myDslGenerator class implementing the interface IGenerator in xtend to generate java ...
0
votes
1answer
141 views

Lua interpreter for Eclipse

I am trying to run lua code in the Eclipse simulator. The LuaEclipse plugins are installed and updated, but Eclipse is asking for a "Lua interpreter" when I try to run the code. If I set the Lua ...
1
vote
0answers
111 views

Eclipse cannot save python2.7 interpretor

Though this is strange but happening with me. I add python3.2 in in the Pydev> interpreter-python it is saved for always. I can run my scripts pretty well. But when I add a 'python2.7' in the Pydev> ...
1
vote
2answers
58 views

Access Active Editor from Eclipse Launch Delegate

I am developing an interpreter for a visual programming language that I am implementing using Eclipse, EMF and GEF. I am currently creating an interpreter for the diagrams. To execute a diagram, I ...
0
votes
3answers
1k views

Error configuring jython 2.5.1 on Eclipse 3.7.2 on Ubuntu 12.04

I'm trying to set up the Jython interpreter on a Eclipse 3.7.2 installed on Ubuntu 12.04 via Ubuntu Software Center. Eclipse is eclipse-platform 3.7.2-1 version. PyDev has been installed as indicated ...
2
votes
1answer
539 views

Eclipse + Pydev wont keep interpreter setting within the same session.

I'm attempting to get eclipse running as something more powerful than a colored text editor so that I can do some Maya scripting. There's literally nothing fancy about this setup, it just doesn't keep ...
0
votes
1answer
180 views

Eclipse+PyDev: pydev can't find django.contrib.messages

When, from Eclipse, i run my django project, it throws ImportError django.contrib.messages: No module named messages Furthermore, in django consolle import django.contrib works fine, it throws ...
0
votes
3answers
814 views

Getting PyDev to recognize the correct Python Interpreter on Eclipse under OS X Lion

I have two versions of python installed on my mac running OSX Lion. The first is the default python version that ships with OSX and is found in /usr/bin/python. The version I want to use is the ...
3
votes
1answer
230 views

Eclipse built-in shell

Does Eclipse come with a built-in interpreter? If not is there anything like IDLE for Python Shell that is lightweight and just works? I have already tried Groovy but I need something that is ...
0
votes
0answers
232 views

Adding python 2.4 interpreter in eclipse indigo 3.7.0 using pydev

I have been using pydev for sometime and it always worked fine. I have a new computer and I installed eclipse 3.7.0, python 2.4 interpreter and latest version of pydev 2.3.0. When I try to set up the ...
3
votes
3answers
430 views

Eclipse: connect to custom python interpreter with PyDev

I love Eclipse and PyDev because it always has the features I need. This time I'd like to connect PyDev to my interpreter that is already running. My interpreter is embedded in my game application, ...
1
vote
2answers
334 views

Scala REPL in Eclipse does not see my own classes

I created a Java / Maven project in Eclipse, and added the Scala nature. Eclipse can compile my Scala classes (when they are correct), but if I create a Scala interpreter in the project, I cannot ...
1
vote
0answers
1k views

Problem Running Python Script in Java (Eclipse)

so yesterday I asked a question and I thought I had gotten my answer as everything seemed to work fine. I come back today to try and run my program and find nothing happens, and this time I am not ...
4
votes
1answer
677 views

Using a Python Script in Java (Eclipse)

I've been looking to incorporate a Python Script a friend made for me into a Java application that I am trying to develop. After some trial and error I finally found out about 'Jython' and used the ...
3
votes
1answer
581 views

Base classes missing with Pydev interpreter and virtualenv

Ok, so if I create a brand new virtualenv, then hop into that environment, go into a python shell within that environment, and run 'import logging', for instance, it imports absolutely fine. I can ...
2
votes
4answers
1k views

Problem with Ruby intepreter for Eclipse

I just installed the Ruby plugin for Eclipse, but ran into problems selecting the interpreter on my first project. I did New Project => Ruby project, but when it asked for an interpreter, the default ...
0
votes
1answer
173 views

Eclipse “forgets” my PyDev interpreter

I've just installed Eclipse and PyDev (again - I've been without it for some time) and everything works like a charm, except one little annoyance: Every time I start Eclipse, I have to go to ...
4
votes
1answer
754 views

Drop into Scala interpreter during execution of Scala program

I am trying to drop into the Scala interpreter in the middle of my Scala program. I've seen this very interesting question but it does not seem to be working in Eclipse (3.5.2 + Scala plugin). I get ...
1
vote
2answers
1k views

Problem with Python interpreter in Eclipse

When trying to set the interpreter for python in Eclipse by choosing the executable, clicking OK displays "An error has occured." Does the interpreter name matter?