Questions tagged [liclipse]

LiClipse is a set of plugins to enhance Eclipse and improve the overall Eclipse experience. It includes improved IDE theming, builtin editors for many languages (and a way to easily create new editors without delving into actual Java coding), usability improvements for all Eclipse editors, packaging of some common existing plugins and installers which are natively integrated into each platform.

68 questions
34
votes
3 answers

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 present. Where are the run configs stored?
Joe Chiarelli
  • 343
  • 1
  • 3
  • 6
8
votes
1 answer

why Tensorflow-gpu is still using cpu

I am using Keras with tensorflow-gpu in backend, I don't have tensorflow (CPU - version) installed, all the outputs show GPU selected but tf is using CPU and system memory when i run my code the output is: output_code I even ran…
4
votes
4 answers

How to read excel Unicode characters using Python

I am receiving an Excel file whose content I cannot influence. It contains some Unicode characters like "á" or "é". My code has been unchanged, but I migrated from Eclipse Juno to LiClipse together to a migration to a different python package (2.6…
Trebia Project.
  • 930
  • 2
  • 17
  • 36
3
votes
1 answer

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 PATHS_FROM_ECLIPSE_TO_PYTHON value second time,…
Karthik
  • 71
  • 1
  • 4
3
votes
4 answers

"print" throws an invalid syntax error in Python 3

I am brand new to python. I have been working on the courses on Codecademy. I am also currently using Pydev / LiClipse. In one of the first lessons on Codecademy it wants you to set the variable parrot to "Norwegian Blue". Then it wants you to…
Bret
  • 53
  • 1
  • 1
  • 7
2
votes
0 answers

PyVmMonitor Error " pyvmmonitor-ui was not properly started"

According to the PyVmMontior Devs, "PyVmMonitor integration is bundled in PyDev itself.." I have been trying to use PyVmMonitor to profile a pyqt5 desktop application I have been developing, however I get the following error when trying to launch…
2
votes
1 answer

How to enable any language other than Python?

I recently found out about liclipse and was very excited about its concept (lite eclipse) especially when newly installed Liclipse managed to start up in 5 seconds. But it seems I cannot find how to use it for any of languages listed on the website…
Gonzalez
  • 681
  • 1
  • 11
  • 21
2
votes
1 answer

Eclipse/LiClipse freezes when .py file is opened

My LiClipse with PyDev started freezing several seconds after project is open. I've checked for updates without success. When it is freezed, LiClipse consumes about 48 percent of CPU and 300 000 kb of memory (consuming so much memory is probably…
Milano
  • 18,048
  • 37
  • 153
  • 353
1
vote
0 answers

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 as an IronPython run. A runtime error comes up…
Amber
  • 11
  • 1
1
vote
1 answer

LiClipse 8.1 on Mac OS 10.14.6 cannot run python interpreter (posix_spawn failed)

maybe someone has seen this.. fairly old Mac OS which might cause this, but mostly everything works OK: Mac OS 10.14.6 (18G9323) LiClipse 8.1.0.202110030926 com.brainwy.liclipse.rcp.product null Homebrew freshly updated (even though also…
realaaa
  • 11
  • 1
1
vote
0 answers

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 upgrade, it fails with a message, "dependencies are…
Jim DeLaHunt
  • 10,960
  • 3
  • 45
  • 74
1
vote
1 answer

Unable to open LiClipse 6.1.0 on MacOS/Catalina (10.15.3)

I have downloaded LiClipse 6.1.0 from http://www.liclipse.com/download.html three times (to ensure that I don't have a corrupt/damaged file) and installed it on a MacPro Notebook with MacOS Catalina (10.15.3). I have followed the installation…
Ryan
  • 19
  • 2
1
vote
3 answers

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 I run LiClipse in Administrator mode. I expect to…
beehoppop
  • 21
  • 3
1
vote
1 answer

Compiled Extension File error Report in LiClipse Python

doc_holder_str = '' sample_H_value = open("C:\testGupixwin\BX-N-H.HED", "r") standard_conc_value = open("C:\testGupixwin\gupixwin_H_stdConc.txt", "r") sample_H_value_str = sample_H_value.readline() while sample_H_value_str is not '' : …
1
vote
1 answer

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 it - but in this case, nothing happens, and the…
ankostis
  • 8,579
  • 3
  • 47
  • 61
1
2 3 4 5