11 If you want to uninstall the package just execute the uninstall script. This |
11 If you want to uninstall the package just execute the uninstall script. This |
12 gets rid of all installed files. In this case please send an email to the |
12 gets rid of all installed files. In this case please send an email to the |
13 below mentioned address and tell me your reason. This might give me a hint on |
13 below mentioned address and tell me your reason. This might give me a hint on |
14 how to improve eric6. |
14 how to improve eric6. |
15 |
15 |
16 If the required packages (Qt4, QScintilla2, sip and PyQt4) are not installed, |
16 If the required packages (Qt5, QScintilla2, sip and PyQt5) are not installed, |
17 please get them and install them in the following order (order is important). |
17 please get them and install them in the following order (order is important). |
18 |
18 |
19 1. Install Qt5 (from Nokia) |
19 1. Install Qt5 (from Nokia) |
20 |
20 |
21 2. Build and install QScintilla2 (from Riverbank Computing) |
21 2. Build and install QScintilla2 (from Riverbank Computing) |
31 |
31 |
32 If you want to use the interfaces to other supported software packages, you may |
32 If you want to use the interfaces to other supported software packages, you may |
33 install them in any order and at any time. |
33 install them in any order and at any time. |
34 |
34 |
35 Please note, that the QScintilla2 Python bindings have to be rebuild, if |
35 Please note, that the QScintilla2 Python bindings have to be rebuild, if |
36 the PyQt4 package gets updated. If this step is omitted, a bunch of strange |
36 the PyQt5 package gets updated. If this step is omitted, a bunch of strange |
37 errors will occur. |
37 errors will occur. |
38 |
38 |
39 Installation of translations |
39 Installation of translations |
40 |
40 |
41 Translations of the eric6 IDE are available as separate downloads. There |
41 Translations of the eric6 IDE are available as separate downloads. There |
158 is part of the standard Python installation. |
158 is part of the standard Python installation. |
159 |
159 |
160 profile |
160 profile |
161 This is part of the standard Python distribution and is used to profile |
161 This is part of the standard Python distribution and is used to profile |
162 Python source code. |
162 Python source code. |
163 |
|
164 cyclops |
|
165 This is a tool to detect variable cycles which can cause the garbage |
|
166 collector being unable to do his job. |
|
167 |
163 |
168 Interfaces to additional software packages via plugins |
164 Interfaces to additional software packages via plugins |
169 |
165 |
170 Some of the interfaces provided as plugins are as follows. |
166 Some of the interfaces provided as plugins are as follows. |
171 |
167 |