Instaland Eric's Python IDE

Iniciado por gmaciel, 19 de Novembro de 2009, 21:56

tópico anterior - próximo tópico

gmaciel

Fala galera, beleza? To trabalhando em uma presa que desenvolve em python e usa linux. Aí resolvi instalar o linux no meu note pra aprender melhor e tal. O lance é que estou tentando instalar essa IDE e tá soda!

Instalei alguns packages, como o simport, g++, make, Qt4

E preciso instalar os softwares:  QScintilla-gpl-2.4 e PyQt-x11-gpl-4.6.1

Ai quando tento instalar o PyQt usando a seguinte linha, da esse erro:

python2.5 configure.py
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.
gilson@gilson-laptop:~/Downloads/PyQt-x11-gpl-4.6.1$ python2.5 configure.py --verbose
Determining the layout of your Qt installation...
/usr/bin/qmake -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o qtdirs.o qtdirs.cpp
qtdirs.cpp:1:17: error: QFile: No such file or directory
qtdirs.cpp:2:24: error: QLibraryInfo: No such file or directory
qtdirs.cpp:3:23: error: QTextStream: No such file or directory
qtdirs.cpp: In function 'int main(int, char**)':


e assim vai

e quando tento instalar o QScintilla da isso:
qmake qscintilla.pro
gilson@gilson-laptop:~/Downloads/QScintilla-gpl-2.4/Qt4$ make
g++ -c -pipe -O2 -D_REENTRANT -w -fPIC -DQSCINTILLA_MAKE_DLL -DQT -DSCI_LEXER -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I../include -I../src -I. -o qsciscintilla.o qsciscintilla.cpp
In file included from qsciscintilla.cpp:38:
Qsci/qsciscintilla.h:44:21: error: qobject.h: No such file or directory
Qsci/qsciscintilla.h:45:25: error: qstringlist.h: No such file or directory
Qsci/qsciscintilla.h:47:22: error: QByteArray: No such file or directory
Qsci/qsciscintilla.h:48:17: error: QList: No such file or directory
Qsci/qsciscintilla.h:49:20: error: QPointer: No such file or directory
In file included from Qsci/qsciscintilla.h:51,
                 from qsciscintilla.cpp:38:


alguma ideia por favor?

Desenvolvo atualmente usando o VI, mas queria uma IDE melhor pra debugar e tudo mais.

Valeu!

GuidjeLeGamba

gmaciel,

Boa tarde. Como estás tentando compilar uma aplicação, é necessário instalar as bibliotecas de desenvolvimento. A Qt4, por exemplo, qual biblioteca instalaste? Tente instalar a libqt4-dev e tente de novo.

Outra informação importante: acredito que o QScintilla exista nos repositórios - e talvez o PyQt, também.

Abraço!!


Renato Krause

O próprio eric está nos repositórios.