O
O
One Miay2014-04-17 22:23:04
Python
One Miay, 2014-04-17 22:23:04

How to install eric ide on Win8.1?

Checking dependencies
Python Version: 3.4.0
Sorry, please install PyQt4.
Error: DLL load failed: The specified module could not be found.
Press enter to continue...
There is simply no manual. Or maybe there are some other ide for working with QT on python in such a convenient form?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
semolex, 2014-04-18
@Miay

You need to check which of the libraries supports your version of Python, if the latest one is great :)
I installed everything under 2.7 - almost everything that is released is oriented towards 2 versions.
Update:
I found "sequence" on the forum :)
1. First of all, Eric needs a few prerequisites which are (fortunately) available from www.riverbankcomputing.co.uk/software/pyqt/download
2. Download the binary packages for windows .
3. Download Eric.
4. Install the binary packages.
5. Extract Eric to a place of your choice.
6. Run install.py
7. Run \eric\eric4.py and you're off!

I
Ivan, 2014-04-18
@sputnic

I understand the line

Sorry, please install PyQt4

explicitly indicates that you need to install PyQT4

O
One Miay, 2014-04-18
@Miay

Well, it's understandable, I installed it. But the error didn't go away.

S
semolex, 2014-04-18
@semolex

Requirments:
Python 2.6.0 or better
Qt 4.6.0 or better (from Digia)
PyQt 4.6.0 or better (from Riverbank)
QScintilla 2.3.0 or better (from Riverbank)
Might need to deliver some of this!

O
One Miay, 2014-04-18
@Miay

Well, of course, such information is presented on the website. The question is, is it better to install the specified versions or is it fresher?

C
Cyrus, 2015-03-06
@storm184

Eric6 is out!
Under Windows 8.1 (I have amd64 , so I will describe the process for this architecture)
, the links work at the time of writing the post.
4. Open the folder with Eric6 ((WIN)+cmd at the command line, write cd D:\Eric6 ENTER)
5. python install.py ENTER
6. When installation is complete, look for eric6.pyw in the directory D:\Eric6and right-click on it, select Send -->> Desktop (Create Shortcut)
6d4dbf7874bb445a833772d77dc6cac7.pngPS To make the code editor like mine in the TANGO DARK style, create a file tango_dark.e4h with the following content:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-4.3.dtd">
<!-- Eric5 highlighting styles -->
<!-- Saved: 2010-11-24, 18:08:12 -->
<!-- Author:  -->
<HighlightingStyles version="4.3">
  <Lexer name="Python2">
    <Style style="0" color="#eeeeee" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="1">Default</Style>
    <Style style="1" color="#878787" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Comment</Style>
    <Style style="2" color="#8ae234" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Number</Style>
    <Style style="3" color="#8ae234" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Double-quoted string</Style>
    <Style style="4" color="#8ae234" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Single-quoted string</Style>
    <Style style="5" color="#729fcf" paper="#2e3436" font="Liberation Mono,10,-1,5,75,0,0,0,0,0" eolfill="0">Keyword</Style>
    <Style style="6" color="#888a85" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="1">Triple single-quoted string</Style>
    <Style style="7" color="#888a85" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="1">Triple double-quoted string</Style>
    <Style style="8" color="#eeeeec" paper="#2e3436" font="Liberation Mono,10,-1,5,75,0,0,0,0,0" eolfill="0">Class name</Style>
    <Style style="9" color="#eeeeee" paper="#2e3436" font="Liberation Mono,10,-1,5,75,0,0,0,0,0" eolfill="0">Function or method name</Style>
    <Style style="10" color="#e8ae38" paper="#2e3436" font="Liberation Mono,10,-1,5,75,0,0,0,0,0" eolfill="0">Operator</Style>
    <Style style="11" color="#eeeeee" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Identifier</Style>
    <Style style="12" color="#888a85" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Comment block</Style>
    <Style style="13" color="#ee7676" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Unclosed string</Style>
    <Style style="14" color="#407090" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Highlighted identifier</Style>
    <Style style="15" color="#805000" paper="#2e3436" font="Liberation Mono,10,-1,5,50,0,0,0,0,0" eolfill="0">Decorator</Style>
  </Lexer>
</HighlightingStyles>

Open Eric6 settings and feed the file as shown in the picture:
368b14acaa20463e8e10f3c47fb07111.pngGood luck with Eric IDE 6! (-:

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question