473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Eric3 under WinXP

Hello NG,

(Win XP)

I have successfully installed pyqt, but not
qtext, which I need to run Eric3.
The PyQT demo files run fine.

I've downloaded QScintilla, compiled via MS-VC,
but (I suppose I need the SIG), to translate or provide
the Python interface with pyd Files.

Eric complains, that qtext is not found.

Has anyone success with getting this to work and how?

Many thanks in advance for possible answers,

--
Franz Steinhäusler

DrPython (Project Developer)
http://mitglied.lycos.de/drpython/
Jul 18 '05 #1
7 1553
> Hello NG,

(Win XP)

I have successfully installed pyqt, but not
qtext, which I need to run Eric3.
The PyQT demo files run fine.

I've downloaded QScintilla, compiled via MS-VC,
but (I suppose I need the SIG), to translate or provide
the Python interface with pyd Files.

Eric complains, that qtext is not found.

Has anyone success with getting this to work and how?

Many thanks in advance for possible answers,


You haven't said which version of PyQt you are using. I guess it's the
non-commercial version based on Qt v2 - QScintilla (and therefore eric)
requires Qt v3.

Phil

Jul 18 '05 #2
On Tue, 5 Apr 2005 09:17:05 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
Hello NG,

(Win XP)

I have successfully installed pyqt, but not
qtext, which I need to run Eric3.
The PyQT demo files run fine.

I've downloaded QScintilla, compiled via MS-VC,
but (I suppose I need the SIG), to translate or provide
the Python interface with pyd Files.

Eric complains, that qtext is not found.

Has anyone success with getting this to work and how?

Many thanks in advance for possible answers,


You haven't said which version of PyQt you are using. I guess it's the
non-commercial version based on Qt v2 - QScintilla (and therefore eric)
requires Qt v3.

Phil

Hello John and Phil,

thank you for your answers.

I have:
PyQt 3.13 Qt v2.3 Non-commercial Edition

I compiled:
qscintilla-1.62-gpl-1.5.1\
and the results seems ok
qmake qscintilla.pro
nmake

for the qmake, I downloaded:
Qt 3.3.4 Evaluation
I installed also SIP.
sip-4.2.1

What steps are missing?

thank you again

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 18 '05 #3
> On Tue, 5 Apr 2005 09:17:05 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
Hello NG,

(Win XP)

I have successfully installed pyqt, but not
qtext, which I need to run Eric3.
The PyQT demo files run fine.

I've downloaded QScintilla, compiled via MS-VC,
but (I suppose I need the SIG), to translate or provide
the Python interface with pyd Files.

Eric complains, that qtext is not found.

Has anyone success with getting this to work and how?

Many thanks in advance for possible answers,


You haven't said which version of PyQt you are using. I guess it's the
non-commercial version based on Qt v2 - QScintilla (and therefore eric)
requires Qt v3.

Phil

Hello John and Phil,

thank you for your answers.

I have:
PyQt 3.13 Qt v2.3 Non-commercial Edition

I compiled:
qscintilla-1.62-gpl-1.5.1\
and the results seems ok
qmake qscintilla.pro
nmake

for the qmake, I downloaded:
Qt 3.3.4 Evaluation
I installed also SIP.
sip-4.2.1

What steps are missing?


If you are using the evaluation version of Qt then you need the evaluation
version of PyQt. This already includes SIP and QScintilla.

Phil

Jul 18 '05 #4
On Tue, 5 Apr 2005 10:14:48 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
On Tue, 5 Apr 2005 09:17:05 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:

What steps are missing?


If you are using the evaluation version of Qt then you need the evaluation
version of PyQt. This already includes SIP and QScintilla.

Phil

Hello Phil,

Ok, new begin.

I installed PyQt 3.14.1 Evaluation now.
If I want to start for example aclock.py, I get:

ImportError: No module named qt
Is there any dll missing?

Or doesn't it fit with "Qt 3.3.4 Evaluation"

Any hints?

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 18 '05 #5
> On Tue, 5 Apr 2005 10:14:48 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
On Tue, 5 Apr 2005 09:17:05 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:

What steps are missing?


If you are using the evaluation version of Qt then you need the
evaluation
version of PyQt. This already includes SIP and QScintilla.

Phil

Hello Phil,

Ok, new begin.

I installed PyQt 3.14.1 Evaluation now.
If I want to start for example aclock.py, I get:

ImportError: No module named qt
Is there any dll missing?

Or doesn't it fit with "Qt 3.3.4 Evaluation"

Any hints?


What version of Python do you have installed? The binary is built against
v2.4.

BTW, your email address is bouncing messages.

Phil

Jul 18 '05 #6
On Tue, 5 Apr 2005 11:43:38 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
[...]
Or doesn't it fit with "Qt 3.3.4 Evaluation"

Any hints?
What version of Python do you have installed? The binary is built against
v2.4.

Oh sorry, I think, there was a mix between Python2.3 and Python2.4
somewhere in the registry.
(it took the .pyd files from Python23 directory).
I don't understand exactly (replaced some Python23 with
Python24 with regedit), and, cool, it is working
(also with eric (before I had installed 3.5.1 (there
was an error), and now with eric 3.6.2), all is fine.

thank you very much

BTW, your email address is bouncing messages.

Hm, sorry, I don't understand, what you mean.
Phil


best regards

--
Franz Steinhäusler
http://drpython.sourceforge.net/
http://mitglied.lycos.de/drpython/
Jul 18 '05 #7
> On Tue, 5 Apr 2005 11:43:38 +0100 (BST), "Phil Thompson"
<ph**@riverbankcomputing.co.uk> wrote:
[...]
Or doesn't it fit with "Qt 3.3.4 Evaluation"

Any hints?


What version of Python do you have installed? The binary is built against
v2.4.

Oh sorry, I think, there was a mix between Python2.3 and Python2.4
somewhere in the registry.
(it took the .pyd files from Python23 directory).
I don't understand exactly (replaced some Python23 with
Python24 with regedit), and, cool, it is working
(also with eric (before I had installed 3.5.1 (there
was an error), and now with eric 3.6.2), all is fine.

thank you very much

BTW, your email address is bouncing messages.


Hm, sorry, I don't understand, what you mean.


Email to your address bounces with "mailbox full" errors.

Phil

Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Geoffrey Clements | last post by:
I'm brand new to Python - just giving it a try but I'm having trouble with eric3. This query isn't exactly about the Python language but it is related. I run KDE on linux so I already have Qt...
0
by: Surya Kiran | last post by:
Hi, I'm a newbie to eric3 debugger. I'm facing a problem in debugging. Let me explain my problem. I'm using eric3.2 with python2.3, qt-3.2.0 and pyqt-3.7 I've a project, which spans over a...
4
by: Reiner Block | last post by:
Hi, I installed eric3 and done the settings. But I don't like the white background and changed at Options/Editor/Sourcecode, language Python the background color and font. But it affects just...
22
by: dataangel | last post by:
I'm trying to find an IDE for python that I'm comfortable with. For my needs IDLE actually works 99% of the time, but on my current project I need to have lots of files open at once, and I would...
2
by: Arso - Italy | last post by:
Hi someone have already used eric3 for debugging code running on apache using mod_python ? After the execution of the patch for apache.py, how the debug is activated ? More thanks for any...
0
by: John Ridley | last post by:
* Franz Steinhäusler wrote: > I have successfully installed pyqt, but not > qtext, which I need to run Eric3. > The PyQT demo files run fine. > > I've downloaded QScintilla, compiled via...
5
by: Alexander Zatvornitskiy | last post by:
Hello All! I'am using eric3 IDE under win32 (snapshot 2005-04-10), and have a trouble. I use this code: print "enter q to quit, or smthing else to continue" while not sys.stdin.readline()=="q":...
0
by: Julius Lucks | last post by:
Does anyone know of Help docs/tutorials that explain Eric3's plethora of features? http://www.die-offenbachs.de/detlev/eric3.html Thanks, Julius
2
by: Byte | last post by:
Decided to try the eric3 IDE, but I cant figure out how to start it! When I extract the file, all I can see is a ton of files and Python scripts. What script will run the program? Where is it?...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.