Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-27 Thread Fabio Spelta
> think you missed python-qtext package? No, it's installed: [EMAIL PROTECTED] # apt-get install python-qtext Reading package lists... Done Building dependency tree... Done python-qtext is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -- Fabio __

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread Stephan Hermann
Hi, On Thursday 26 January 2006 10:46, Fabio Spelta wrote: > > > On synaptic, use eric package and not eric3 package > > I miss something. I installed everything you wrote, but I get: > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/eric/eric3.py", line 15, in ? >

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread leau2001
Stephan Hermann a écrit : On Thursday 26 January 2006 09:42, leau2001 wrote: Package needed with synaptic — python2.4-qt3 — python2.4-qtext — python2.4-sip4.qt3 — pyqt-tools — python2.4-qt3-gl (to use l’OpenGL) — qt3-designer — qt3-assistant — qt3-dev-tools — qt3-doc — qt3-examples — qt3-li

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread leau2001
Fabio Spelta a écrit : On synaptic, use eric package and not eric3 package I miss something. I installed everything you wrote, but I get: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/eric/eric3.py", line 15, in ? from qt import QTextCodec, SIGNAL, SLOT,

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread Fabio Spelta
> > On synaptic, use eric package and not eric3 package I miss something. I installed everything you wrote, but I get: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/eric/eric3.py", line 15, in ? from qt import QTextCodec, SIGNAL, SLOT, qApp ImportError: cannot imp

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread Stephan Hermann
On Thursday 26 January 2006 09:42, leau2001 wrote: > Package needed with synaptic > > — python2.4-qt3 > — python2.4-qtext > — python2.4-sip4.qt3 > — pyqt-tools > — python2.4-qt3-gl (to use l’OpenGL) > > — qt3-designer > — qt3-assistant > — qt3-dev-tools > — qt3-doc > — qt3-examples > — qt3-linguist

[PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread leau2001
Package needed with synaptic — python2.4-qt3 — python2.4-qtext — python2.4-sip4.qt3 — pyqt-tools — python2.4-qt3-gl (to use l’OpenGL) — qt3-designer — qt3-assistant — qt3-dev-tools — qt3-doc — qt3-examples — qt3-linguist For those who want to develop on ubuntu gnome, you need to install — qt3-

Re: Fwd: Re: [PyKDE] Installing eric3

2004-02-02 Thread Sergei Mikhailov
ate: Sun, 01 Feb 2004 18:59:18 -0300 (ART) > >From: Roberto Alsina <[EMAIL PROTECTED]> > >Subject: Re: [PyKDE] Installing eric3 > >To: Sergei Mikhailov <[EMAIL PROTECTED]> > >Importance: Normal > >User-Agent: SquirrelMail/1.4.0 > >Original-recipient

Re: [PyKDE] Installing eric3

2004-02-01 Thread Sergei Mikhailov
Yes, I am running Linux. Fedora Core 1. I guess the same thing as RedHat 9.0 At 04:48 PM 2/1/2004, you wrote: Just in case: if you are using Linux, please mention your distribution and version. There may be simpler ways to get eric3 :-) > I am trying to install eric3, the pythong ide. eric3's READ

[PyKDE] Installing eric3

2004-01-31 Thread Sergei Mikhailov
I am trying to install eric3, the pythong ide. eric3's README said that first Qt, QScintilla, Sip, and PyQt need to be installed. QT was alrady installed on my system, so I started with QScintilla. I tried installing all these libraries from rpms, but it did not work, so I tried from source. Wh