Re: [PyKDE] Installation problems. Summary of what I know so far.

2002-12-01 Thread James Supancic
Ok. I am going to try to install by building it myself. I will be writing 
this as I install so it might sound a little strange as you read it.
Ok. I am changing directory it sip-x11-gpl-3.4.
I am in the directory.
I am ruining python2 ./build.py
I get an error message saying that I need to specify ether qt or qt-mt using 
the -l argument. I give the command
python2 ./build.py -l qt-mt
I get an error failed to open makefile
I type su
I type (edit out for obvious reasons)
I enter python2 ./build.py -l qt-mt
It says at it was configured correctly and to now use make and make install 
to finish the installing with the correct privileges. I am assuming root is 
good enough.
I enter make and make install. Everything goes OK (from what I have seen, I 
have attached the entire session in a plain text file for you).
Thinking that it might have just been a problem I want to test an example 
and see if it works.
I issue the following commands -
cd ..
ls
cd ./PyQt-x11-gpl-3.4
ls
cd ./examples2
ls
python2 ./dclock.py
A little digital clock pops up. When I close the clock I am returned to my 
root prompt. I type exit.
I am not assuming that PyQt and sip work. Now to install PyKDE
First I want to test and see if fixing sip fixed PyKDE.
I type cd ..
ls
cd ./PyKDE-3.3.2
ls
cd ./examples
ls
I little text editor looking thing pops up. I close it without saving my 
document.
I think it is all working.
Thank you for your help. Because it worked I will not be sending the 
installation output.
Summary of when wrong -
I must have installed sip wrong there fore messing up PyQt and PyKDE.
Thank you for your time,
Arrummzen
NOTE: If you want to reply to this send the email to the list and to me 
directly.

_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


[PyKDE] Installation problems. Summary of what I know so far.

2002-11-30 Thread James Supancic
Will anyone help me get python KDE to work on my system? I installed the 
RPMs but I still can not get it to work. When I try to run a program with 
python2.2 I get the following output -
Traceback (most recent call last):
	File ./dclock.py, line 7, in ?
		from qt import *
	File usr/lib/python2.2/site-packages/qt.py, line 35, in ?
		import libsip
ImportError: /usr/lib/Python2.2/site/packages/libsip.so: undefined symbol: 
Py_Fr
I installed all the RPMs. I also have python 1.5 installed, could this be 
causing the problem? I am on red hat Linux version 7.3.
I was trying to build the libraries myself but that was a lot of trouble and 
took a long time (about an hour, I can live with that if it works but I 
don't have the time to keep messing around with it, I don't want to have to 
repeatedly compile and test). I think I installed the RPMs correctly.
Also I am having trouble getting email from this mailing list so if you are 
nice enough to reply pleas send your reply directly to me at 
[EMAIL PROTECTED] (you mite also want to send it to the list).
Thank you for your time,
Arrummzen

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] Installation problems. Summary of what I know so far.

2002-11-30 Thread James Supancic
Ok. What is the solution to this? I installed via RPM. Thank you for sending 
the email directly to me!
Thank you for your time,
Arrummzen

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde


Re: [PyKDE] Installation Help With PyQt-x11-gpl-3.4 with Python 2.2

2002-11-29 Thread James Supancic
Ok. My email system has been cutting my email short (only sending the first 
paragraph). I AM NOW VERY ANGRY (this is the 3ed time I have had to write 
this email). I am going to have to send everything via a attached plain text 
file. Pleas read it.


From: Jonathan Gardner [EMAIL PROTECTED]
To: James Supancic [EMAIL PROTECTED]
Subject: Re: [PyKDE] Installation Help With PyQt-x11-gpl-3.4 with Python 
2.2
Date: Fri, 29 Nov 2002 12:17:33 -0800
MIME-Version: 1.0
Received: from sccrmhc03.attbi.com ([204.127.202.63]) by 
mc6-f28.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Fri, 29 Nov 
2002 12:16:02 -0800
Received: from atlas.home (unknown.domain[12.242.174.49])  by 
sccrmhc03.attbi.com (sccrmhc03) with SMTP  id 
2002112920160100300ko143e; Fri, 29 Nov 2002 20:16:01 +
User-Agent: KMail/1.4.1
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 29 Nov 2002 20:16:02.0435 (UTC) 
FILETIME=[23898D30:01C297E4]

On Friday 29 November 2002 11:56 am, James Supancic wrote:
 Ok for some reason the out put is not getting sent so I attached it to 
the
 email (hopefully you get it that way). I downloaded the RMPs and tried 
to
 use them but they keep giving me dependency errors. Witch one do I 
install
 fist?

First you need to install sip, then PyQt, then PyKDE.

If you forced any of them, it might be good to start from scratch. Try 
this:

# rpm -qa | grep PyKDE
# rpm -qa | grep PyQt
# rpm -qa | grep sip

and for all the modules listed, run
# rpm -e package name

As you install the packages, if you get any dependency problems, email me 
the
exact text it spits out.

 Also I have two versions of python installed. How do I make sure the
 RPM installs for the rite version of Python? I can send the entire
 installation output (its rely long...) if you need it.

I made my stuff with Python2.2. You can run it from the command line with
'python2' rather than 'python'. You can try running the scripts with 
'python2
scriptname' rather than 'python script name' or './script name'.

Go ahead and send me the output. I'll read through it. I'm the guy that is
supposed to make sure the Red Hat 7.3 PyQt modules work, so I need to see 
it.

 I am rely mad about
 this. I spent about 2 hours setting it all up and waiting for it to 
make! I
 hope you can help me fix this!

Yep, it is frustrating at first, but well worth the sweat and difficulties. 
I
love programming PyQt, and most people I introduce to it do too. I hope
getting started gets easier as I get better at making RPMs.

Also, can you please email to the list? You are probably not the only one 
with
these same problems, and sometimes other people will find valuable insight
from the conversation in other areas.

--
Jonathan Gardner
[EMAIL PROTECTED]


_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


1
Description: Binary data