Questions tagged [eric-ide]

A Python IDE written in PyQt using the QScintilla editor widget. [Open Source, GPL]

Website : http://eric-ide.python-projects.org/

Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. eric4 includes a plugin system, which allows easy extension of the IDE functionality with plugins downloadable from the net.

26 questions
4
votes
2 answers

theme for python eric ide

I want to change my background IDE in eric but when I do this in preferences>editor>style nothing change in background color, just font styles changed. Is there any solution for this? cause white color make a huge damage in editor when working lots…
Reza Akraminejad
  • 1,412
  • 3
  • 24
  • 38
2
votes
1 answer

Using Eric-IDE with pyenv in Linux

I want to install Eric with pip into a Linux environment set up with pyenv. The program works, but I can not see my packages. I can not see what the problem is. Here is what I did I installed eric into a virtualenv "eric6" usind pip install…
CatMan
  • 173
  • 8
2
votes
2 answers

ubuntu eric no module PyQt5.Qsci

Just installed Ubuntu 16.04 LTS yesterday, installed Eric. Worked fine. Wanted to start Eric and use qtdesigner today, didn't work (got error qtdesigner not found) since you have to manually install it according to guides. Went through that now this…
St_Ecke
  • 161
  • 1
  • 9
2
votes
1 answer

Eric5: The OK button of 'new project' dialog is disable

I have installed Eric5 successfully. But I could not create a new project, as the 'OK' button of the 'Project Properties' dialogue is disable. Help ! Thank you very much. PS: I install the dependence via synaptic. System is Ubuntu 14.04. I have fund…
HAO Xuguang
  • 63
  • 2
  • 6
2
votes
0 answers

Autocompletion in Eric IDE is not working

I've installed Eric4.4.18 on Ubuntu from Ubuntu Software Center. I've marked the "Autocompletion Enabled" option and set the language to be python, but it's not working. All that Eric seems to do is syntax highlighting. How could I get it to work?
Islam Hassan
  • 1,736
  • 4
  • 26
  • 42
1
vote
1 answer

Python Eric IDE: Execute selection in console

This is such a simple question, but I cannot figure out the answer. I have installed the Eric 6 IDE for Python. It has an interactive console - great! How can I execute selected commands in the console? PyCharm has Shift+Ctrl+E, Spyder has…
Elias Strehle
  • 1,722
  • 1
  • 21
  • 34
1
vote
1 answer

Cant install Eric IDE

I was trying to install eric ide on my pc. I installed PyQt4 package and I have python 2.7. But the installation stuck with following error. I tried lots of searching but nothing found. Can anyone help? Thanks. E:\Downloads\eric4-4.5.16> python…
user3054300
  • 11
  • 1
  • 2
1
vote
1 answer

pys60 development by eric IDE

I want to develop pys60 by eric4 IDE. I know that it's so late and has no worth but I need it. The following link: http://developer.nokia.com/Community/Discussion/showthread.php/173353-Eric-Ide-perfect-IDE-for-Python-PyS60-developmant describes it…
mosakazemi
  • 11
  • 1
1
vote
1 answer

I installed the python3.3.2 in my PC, ubuntu12.04. And the eric IDE

For that the ubuntu itself installed the python2.7.3. So after I set up the eric, the default IDE is stil python 2.7.3. But I have installed python 3.3.2. How to re-set this for eric? because I want to use the python 3.3.2. Thanks.
GaoYuan
  • 153
  • 1
  • 10
0
votes
1 answer

Eric-IDE version 7 Installation problems

My operating system is Linux Mint. I've recently updated to version 21. During the updating process certain packages are removed by the installer. One such package was Eric7. I have tried to install it using their Install.py script but I've hit…
Liamdale
  • 1
  • 2
0
votes
0 answers

How to change the cursor color in Eric IDE? (eric6)

Like the title states, is there any way to change the cursor color in Eric6 IDE? I am working on a black background and with black cursor it's just pain. I tried and couldn't find anything under: Settings-->Styles OR Settings-->Syntax Styles. I am…
127 001
  • 13
  • 1
0
votes
0 answers

TypeError: input() takes 2 positional arguments but 3 were given

I'm trying to learn basics of python and there is this input() command in eric6 and the command and the error is this: size = int(input('size: ')) Traceback (innermost last): File "", line 1, in File…
0
votes
1 answer

Eric IDE, Qt File Dialog: show hidden files

How am I supposed to handle hidden files like .gitignore in my Eric project? Open Dialog does not seem to have an option to show hidden files; I couldn't find any such option anywhere in settings or configurations. Is there a solution?
Alexey Orlov
  • 2,412
  • 3
  • 27
  • 46
0
votes
1 answer

"The debugger backend could not be started." Eric 6 IDE Python 3.x

New to python, used Matlab previously. I get an error message: "The debugger backend could not be started." when I try to run any script in Eric IDE editor for python. (I am using various simple code examples for importing and visualizing data. An…
Rebecca Ijekah
  • 429
  • 2
  • 5
  • 14
0
votes
1 answer

Eric IDE: running unit tests inside IDE

I've got a small project and running unit tests: $ python tests/runner.py ...... ---------------------------------------------------------------------- Ran 6 tests in 0.002s OK $ python -m…
Alexey Orlov
  • 2,412
  • 3
  • 27
  • 46
1
2