69 questions
0
votes
0
answers
27
views
Liclipse acts like it doesn’t resolve imports
I’m using Liclipse and I’ve been using pip to install new packages. However, when I try to import the new packages in Liclipse, the editor highlights the import as unresolved.
However, through testing,...
1
vote
0
answers
61
views
Is there a version of the PyDev debugger that supports Python 3.4 in LiClipse?
I want to use IronPython 3.4 as my project interpreter in the latest version of LiClipse.
The program runs fine but there is an error when trying to debug it.
I tried to run the debugger on my program ...
-2
votes
4
answers
228
views
stupid nube cant even do one simple code test [closed]
I decided recently that I want to start learning to code. I chose python as my first language because of it's versatility and Open Source connections. Now, of course to learn any programming language, ...
0
votes
0
answers
71
views
How to have django-admin recognized in Eclipse/LiClipse?
I've been trying to execute django-admin from within a LiClipse project using:
projectName = "someProject"
command = 'django-admin startproject ' + projectName
process = subprocess.Popen(...
1
vote
0
answers
114
views
How can I comprehend this Liclipse (Eclipse) upgrade failure error message?
I am running LiClipse 7.1.0, in an instance of LiClipse/Eclipse which has been in use and upgraded for a long, long time. LiClipse is now suggesting that I upgrade to LiClipse 7.2.0. When I try to ...
0
votes
1
answer
30
views
Where are the pop-up windows and branching in HTML documents?
I am testing LiClipse 6.1.0 and I am trying to configure HTML documents as python documents; help pop-ups while writing code and branching for drop-down code blocks (+)
but I don't see the necessary ...
1
vote
3
answers
1k
views
pydev debugger fails on launch but code runs fine
When I launch the pydev debugger with LiClipse (latest versions of both) I get a "KeyError:" exception.
I have ensured that the workspace folder has the proper permissions. I get this problem even if ...
0
votes
1
answer
58
views
LiClipse Dark editor color (white on yellow)
In LiClipse when you mark a variable the color changes to white on yellow background making it impossible to see.
I found where I can change the colors:
Window -> Preferences -> General -> Appearance ...
0
votes
1
answer
90
views
LiClipse theme: Theme does not apply to strings
I use a particular color theme in the appearance preferences of LiClipse to change the appearance of the text in my editor for my PyDev projects.
I can easily change the color of any type of data that ...
1
vote
1
answer
242
views
How can i run a specific parametric test-case in py.test in Eclipse
While PyDev supports py.test runner, when running parametric-tests, it is not possible to run a specific test-case in PyUnit view.
Normally, Right-click+Run on a test-case in PyUnit view re-launches ...
0
votes
2
answers
74
views
Code scrolling lags in LiClipse 4.4 with the latest PyDev
I disabled Overview Ruler Minimap and enabled vertical scrollbar.
When I scroll code using scrollbar caret or using mouse wheel, scrollbar and line numbers are scrolled immediately and smoothly. But ...
0
votes
2
answers
175
views
Does LiClipse (for Mac) include its own copy of the JRE?
Does the LiClipse development environment (IDE) for Mac OS X include its own copy of the JRE (Java Runtime Environment), or does it use the system's JRE to run?
LiClipse is built on the Eclipse IDE,...
1
vote
1
answer
594
views
Python subprocess.run with stderr=subprocess.PIPE redirects input(text)
I wrote a program (myProg.py) that uses subprocess module to run other python programs through the run function. I noticed that arg in input(arg) statements in these other python programs are not ...
0
votes
0
answers
66
views
liclipse + git + mylyn no branch or commit message
I'm testing LiClipse as a replacement for Eclipse and I have problems getting mylyn to work correctly. It used to pre-fill a new branch name and a commit message from an active task. I cannot get it ...
-2
votes
2
answers
66
views
Best practice for using argument's class method
I am trying to figure out the solution for the following problem:
#ExampleA.py
class a:
def my_great_method_A(self):
pass
#ExampleB.py
def functionX(inst_a): #Argument 'inst_a' will be ...
0
votes
1
answer
679
views
Tkinter GUI Not Opening in Pydev (Liclipse)
When I am trying to run my program based off a sample Tkinter GUI, nothing happens. I am still new to Pydev, but I find this rather unusual. I have a Main.py file containing the code, and I try to ...
0
votes
0
answers
29
views
Liclipse won't recognize numbers in text file
This is my first time using this site, so apologies if I'm asking in the wrong place.
I am working on a python assignment in liclipse. I have to import and analyze a provided text file that contains ...
0
votes
1
answer
155
views
pylint errors when using liclipse
PyLint: Executing command line: /usr/local/bin/pylint --rcfile=/Users/amansehgal/.rcfile --include-ids=y /Users/amansehgal/Documents/cis519/hw3_skeleton/boostedDT.py
PyLint: The stdout of the command ...
0
votes
1
answer
273
views
Change the fonts in the PyDev Package Explorer
How do I change the fonts used in the LiClipse PyDev Package Explorer? I find them a little bit on the small side.
3
votes
1
answer
6k
views
pydev debugger: warning: trying to add breakpoint to file that does not exist: (will have no effect)
I am using Eclipse with pydev installed.
Debugging through pydevd.
When running the python script in the server, pydevd configured value PATHS_FROM_ECLIPSE_TO_PYTHON is being used. But If I update the ...
1
vote
1
answer
193
views
LiClipse as potential security attack endpoint
From time to time I have to connect to the Internet in public workspaces and wifi zones, that is why I am trying to keep an eye on what ports are reachable on my laptop from outside.
Here is my ...
0
votes
1
answer
372
views
Python 'unexpected EOF while parsing' eclipse pydev run selected code
If I select the following code and click "Run selected Code" in eclipse, it will give me an error.
class abc(object):
def __init__(self):
print 'base'
def run(self):
print '...
1
vote
1
answer
813
views
Setting a default working directory in PyDev/LiClipse/Eclipse
I am using LiClipse / PyDev. When I run some test or other python module from the package explorer via right click -> run as -> python run, the working directory is set to the directory of the ...
0
votes
1
answer
10k
views
Python : ImportError: No module named requests
I am new to PyDev and Python and trying to run a python program on LiClipse ( version: 2.5.4....) on Windows 7 and seeing this error. This program is importing requests.
I am using python 2.7
Did ...
36
votes
3
answers
21k
views
Where are Run configurations stored?
I'm running Liclipse 2.5.3 on Mac OS. I renamed my project causing me to lose all my run configurations. When I tried recreating one, it says the file exists. However, there are no run configurations ...