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
0
votes
0 answers

Does Python Eric manage virtualenv?

I'm a bit of a newbie programmer and I've done most of my programming up to this point in notepad++. Right now I'm just storing all my python 3 virtual environments (venv) in different directories and loading them manually before executing my…
user2863294
  • 432
  • 1
  • 5
  • 11
0
votes
1 answer

Changing Eric6 appearance configuration

I'm trying to use Eric6 python IDE and have been struggling with making it fit my needs better. I want to use it as a poor man's Matlab, thus many advanced features are useless to me, plus some programming habits are actively hindered by Eric. can…
user3002166
  • 689
  • 9
  • 24
0
votes
1 answer

Complie form fails with eric6 under Anaconda

Trying to compile form(dialog) in Eric6 IDE. But got compilation fail error. Log said "pyuic4: System cannot find path" (If you are using Chinese system, switch encoding in Python page in Eric config) I am using Anaconda python3 64-bit environment.
Eric Wang
  • 1,009
  • 1
  • 9
  • 16
0
votes
1 answer

How can I specify an alias in ERIC Python IDE?

I have code in python which sets an environment variable and an alias to another code. E.g. when I run 'install.py' I get the environment variable and alias to a code named pyfem.py. I can use these and run the command pyfem (filename).pro perfectly…
dyon
  • 25
  • 3
0
votes
2 answers

How do I solve Eric 6 Python IDE PyQt5 not found Error?

The error is: Eric 6 does not work at all with Python 3.4.2 & PyQt5. I've made installation in the sequence: Python-->PyQt-->Eric 6, but the console shows error as above, why? How can this error be solve?
0
votes
4 answers

how to install eric python IDE and all the plugins on windows 7

so, i want to learn python and looking around for python IDE, i already have PyCharm but i also want to be able to make GUI so i download eric IDE eric IDE need these prerequisites to install Python 3.1.0 or better Python 2.6.0 or better Qt 5.3.0 or…
beuhswt
  • 1
  • 1
  • 1
  • 1
0
votes
0 answers

Eric 6 Python IDE Qt version Error

I want to setup Eric 6 IDE on Linux Mint 17.1. I downloaded source code of Eric 6 and I tried to setup. sudo python3 install.py I got an Qt version error on the below. Checking dependencies Python Version: 3.4.0 Found PyQt5 Found QScintilla2 Found…
0
votes
2 answers

How to install the Django plugin for the Eric IDE?

I can't believe I have to ask this, but I have spent almost three hours looking for the answer. Anyway, I have Eric IDE 4 installed on my linux distro. I can't seem to download any plugins to the plugins repository. The only one I really want is…
Lynn
  • 559
  • 1
  • 6
  • 22
-1
votes
1 answer

Eric IDE fails to start: "Command 'eric7' not found" after installation

Steps to reproduce: Open Terminal Run command python3 -m venv eric_env Run command ~/eric_env/bin/python3 /home/bob/eric_env/install.py Command output: "Installation complete." Run command eric7 Command error: "Command 'eric7' not…
Nairum
  • 1,217
  • 1
  • 15
  • 36
-1
votes
1 answer

Eric IDE dark theme

I started using Eric IDE but cannot find a way to set a dark theme. I was using just Geany text editor before and I had a dark theme, now I'm used to it. I'd like the IDE debugging features but the white background really hurts my eyes.
purpurato
  • 21
  • 1
  • 3
-1
votes
1 answer

copy paste from Eric IDE does not work

I am able to copy/paste from Windows or Linux terminal into Eric IDE but not otherwise. Should I install a plugin? I am using Xming on windows.
Tims
  • 627
  • 7
  • 19
1
2