473,386 Members | 1,679 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,386 software developers and data experts.

Fedora 1 and Eric3

Has anyone here managed to install Eric (Python GUI) on Fedora Core 1?
I have had no end of sh*t from qscintilla right on up. It seems I have to
jump through an endless series of hoops in a certain order to get to the
end.

Any step-by-step kinda help?

*:*
--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #1
9 1436
Bats had this to say:
Has anyone here managed to install Eric (Python GUI) on Fedora Core 1?
I have had no end of sh*t from qscintilla right on up. It seems I have to
jump through an endless series of hoops in a certain order to get to the
end.

Any step-by-step kinda help?

*:*

Ah well.... no feedback.
--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #2
Bats wrote:
Bats had this to say:

Has anyone here managed to install Eric (Python GUI) on Fedora Core 1?
I have had no end of sh*t from qscintilla right on up. It seems I have to
jump through an endless series of hoops in a certain order to get to the
end.

Any step-by-step kinda help?

*:*


Ah well.... no feedback.


Well.. I can give you feedback but it is kind of useless. I have found
that no matter what distro I used - Fedora 1 or otherwise - getting that
program to work (along with all of its seemingly circular dependencies)
was a very unpleasant experience and one I never succeeded at. There is
something to be said for the simplicity of Windows installers...

All I can say is keep trying, and Google this newsgroup. This has come
up here before - you are not alone...

Markus.
Jul 18 '05 #3
On Sun, 2004-10-24 at 11:19 -0400, Markus Wankus wrote:
Bats wrote:
Bats had this to say:

Has anyone here managed to install Eric (Python GUI) on Fedora Core 1?
I have had no end of sh*t from qscintilla right on up. It seems I have to
jump through an endless series of hoops in a certain order to get to the
end.

Any step-by-step kinda help?

*:*


Ah well.... no feedback.


Well.. I can give you feedback but it is kind of useless. I have found
that no matter what distro I used - Fedora 1 or otherwise - getting that
program to work (along with all of its seemingly circular dependencies)
was a very unpleasant experience and one I never succeeded at. There is
something to be said for the simplicity of Windows installers...

All I can say is keep trying, and Google this newsgroup. This has come
up here before - you are not alone...


Download and install the appropriate rpms for these two packages:

http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3
http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3

You'll also need sip and qt, but these are most likely already
installed. If not, Googling for, say 'sip rpm' will be left as an
excercise ;)

python install.py (as root)

Total time: about 5 minutes

Regards,
Cliff

--
Cliff Wells <cl************@comcast.net>

Jul 18 '05 #4
Bats wrote:
Bats had this to say:
Has anyone here managed to install Eric (Python GUI) on Fedora Core 1?
I have had no end of sh*t from qscintilla right on up. It seems I have to
jump through an endless series of hoops in a certain order to get to the
end.

Any step-by-step kinda help?

*:*

Ah well.... no feedback.

I know there are eric deb packages out there that pull everything down
in one fell swoop, so maybe it's time to get apt/yumming or whatever fc
calls it :-)

apt-get install eric

Personally I only discovered that as a matter of curiosity when I saw
eric in a repository and tried it to see the difference - having
installed it (and every dependency) from tarballs previously, used it
for a while, and sadly removed it. It's clearly an excellent piece of
software, but I just had something else that did each task I wanted -
usually better.

Besides which, once you've got your IDE/debugger sorted out, if you're
working in the python/Qt that eric offers, even the GUI form design for
python/Qt can be done in a *much* better, easier way using plain old
Qt-designer, then piping the .ui files it creates through pyuic.

Jul 18 '05 #5
Given that using qt designer to make your forms is easier - do you have an
IDE you like, or do you just stick to text editors?
--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #6
Markus Wankus had this to say:
Well.. I can give you feedback but it is kind of useless. I have found
that no matter what distro I used - Fedora 1 or otherwise - getting that
program to work (along with all of its seemingly circular dependencies)
was a very unpleasant experience and one I never succeeded at. There is
something to be said for the simplicity of Windows installers...

All I can say is keep trying, and Google this newsgroup. This has come
up here before - you are not alone...


Ah - I wondered about that... :)
I have tried Eric three times. RH9, Fedora 1 (twice, between formats) and I
still cannot get it going.

I won't even get into my WxWindows/Python woes at the moment. Suffice to say
that I am in another version hell-loop.

Sheesh.

--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #7
Cliff Wells had this to say:
http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3
http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3

You'll also need sip and qt, but these are most likely already
installed. If not, Googling for, say 'sip rpm' will be left as an
excercise ;)

python install.py (as root)

Total time: about 5 minutes


Am looking for a yum repos for the Eric rpms. I will go all "apt-get" mad
when I have no option left!
Thanks for the links, I recall having all these rpms and it still did not
work - are you on Fedora 1 ?

--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #8
On Tue, 2004-10-26 at 19:52 +0200, Bats wrote:
Cliff Wells had this to say:
http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3
http://rpm.pbone.net/index.php3?stat...illa&srodzaj=3

You'll also need sip and qt, but these are most likely already
installed. If not, Googling for, say 'sip rpm' will be left as an
excercise ;)

python install.py (as root)

Total time: about 5 minutes


Am looking for a yum repos for the Eric rpms. I will go all "apt-get" mad
when I have no option left!
Thanks for the links, I recall having all these rpms and it still did not
work - are you on Fedora 1 ?


Fedora 2, but that shouldn't make much difference. If the versions of
those rpms for FC1 aren't as new as the FC2 ones the you can just get
the .src rpm and rebuild it.

I'm guessing the source of your past problems is that the PyQt rpms you
tried to use didn't have qtext built in, which is required for eric but
apparently optional in the build. The ones I pointed you to have that
built in.

Regards,
Cliff

--
Cliff Wells <cl************@comcast.net>

Jul 18 '05 #9
Cliff Wells had this to say:
Fedora 2, but that shouldn't make much difference.Â*Â*IfÂ*theÂ*versionsÂ*of
those rpms for FC1 aren't as new as the FC2 ones the you can just get
the .src rpm and rebuild it.

I'm guessing the source of your past problems is that the PyQt rpms you
tried to use didn't have qtext built in, which is required for eric but
apparently optional in the build.Â*Â*TheÂ*onesÂ*IÂ*pointedÂ*youÂ*toÂ*haveÂ*th at
built in.

Ah. Does Fedora use Python 2.33 by default? I have two versions running and
that causes such conflicts and stress.
I think the changes to Fedora 2 make quite a difference.

I tried monkeybone's repository, but yum complains that it can't resolve all
the deps for Eric3! Go figure, it's in the repository, and even yum can't
solve the puzzle.

I really want one location where I can get all the rpms' in one go. Could
you let me know the URL of the apt-repository that you used?

--
Bats
~..~
(I can only post on weekends and rare times during the week.)

Jul 18 '05 #10

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: Logan | last post by:
Several people asked me for the following HOWTO, so I decided to post it here (though it is still very 'alpha' and might contain many (?) mistakes; didn't test what I wrote, but wrote it - more or...
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...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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:
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.