SunQuest
           Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old April 30th, 2003, 10:06 PM
nexe nexe is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Australia
Posts: 33 nexe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 m 8 sec
Reputation Power: 6
Send a message via ICQ to nexe
libsip error

hi
i found this little script on a site that is ment to just show a window
PHP Code:
#!/usr/bin/env python
import sys
from qt import 
*
from kdecore import *
from kdeui import *

a=KApplication(sys.argv)
w=QWidget()
a.setMainWidget(w)
a.setTopWidget(w)
w.resize(200,100)
w.show()
a.exec_loop() 

and when i9 try and run it i get this error

[root@nexe1 python]# python helloworld.py
Traceback (most recent call last):
File "helloworld.py", line 3, in ?
from qt import *
File "/usr/lib/python2.2/site-packages/qt.py", line 35, in ?
import libsip
ImportError: No module named libsip
[root@nexe1 python]#

i have installed libsip but i get the same error

Reply With Quote
  #2  
Old May 6th, 2003, 03:43 AM
telex4's Avatar
telex4 telex4 is offline
Wacky hack
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Location: London, England
Posts: 512 telex4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 25 m 29 sec
Reputation Power: 8
It's a very common error... packages for Sip and PyQt tend to be messed up. Have a look at:

http://quickrip.sourceforge.net/fp.shtml#pyqt

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > libsip error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway