Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

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,...
Dustyn Pesuti's user avatar
1 vote
0 answers
61 views

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 ...
Amber's user avatar
  • 11
-2 votes
4 answers
228 views

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, ...
Ester's user avatar
  • 49
0 votes
0 answers
71 views

I've been trying to execute django-admin from within a LiClipse project using: projectName = "someProject" command = 'django-admin startproject ' + projectName process = subprocess.Popen(...
Nav's user avatar
  • 20.8k
1 vote
0 answers
114 views

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 ...
Jim DeLaHunt's user avatar
  • 11.5k
0 votes
1 answer
30 views

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 ...
Frank Mascarell's user avatar
1 vote
3 answers
1k views

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 ...
beehoppop's user avatar
0 votes
1 answer
58 views

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 ...
Europa's user avatar
  • 1,422
0 votes
1 answer
90 views

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 ...
J.Deschenes's user avatar
1 vote
1 answer
242 views

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 ...
ankostis's user avatar
  • 9,670
0 votes
2 answers
74 views

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 ...
Sergey Kravchenko's user avatar
0 votes
2 answers
175 views

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,...
Jim DeLaHunt's user avatar
  • 11.5k
1 vote
1 answer
594 views

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 ...
Khobaib Zaamout's user avatar
0 votes
0 answers
66 views

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 ...
pawel's user avatar
  • 1,109
-2 votes
2 answers
66 views

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 ...
Shuhei Kazuma's user avatar
0 votes
1 answer
679 views

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 ...
Boooke's user avatar
  • 5
0 votes
0 answers
29 views

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 ...
aStarvingStudent's user avatar
0 votes
1 answer
155 views

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 ...
marc's user avatar
  • 835
0 votes
1 answer
273 views

How do I change the fonts used in the LiClipse PyDev Package Explorer? I find them a little bit on the small side.
user1443098's user avatar
  • 7,755
3 votes
1 answer
6k views

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 ...
Karthik's user avatar
  • 111
1 vote
1 answer
193 views

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 ...
Oleksiy's user avatar
  • 91
0 votes
1 answer
372 views

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 '...
user97662's user avatar
  • 980
1 vote
1 answer
813 views

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 ...
the anonymous's user avatar
0 votes
1 answer
10k views

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 ...
VictorGram's user avatar
  • 2,659
36 votes
3 answers
21k views

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 ...
Joe Chiarelli's user avatar