Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1391
Originally Posted by sondjata View Post
Thanks. but am I reading the error wrong? It seems that the app is calling an older version of pyQT but a newer one is installed. Shouldn't the app only check for a minimum version and not a specific version?

Again I may be reading the error incorrectly.
Note the complaint is between "sip module" and "PyQt4.QtGui" which have conflicting versions. "sip" is the library that the PyQt binding are based around. "PyQt4.QtGui" is what is requiring an older version, not DialCentral.

Code:
[1|user@Nokia-N800-43-7|~]/usr/bin/run-standalone.sh /opt/dialcentral/bin/dialcentral.py
Traceback (most recent call last):
File "/opt/dialcentral/bin/dialcentral.py", line 22, in <module>
import dialcentral_qt
File "/opt/dialcentral/lib/dialcentral_qt.py", line 12, in <module>
from PyQt4 import QtGui
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.0
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
sondjata's Avatar
Posts: 1,076 | Thanked: 176 times | Joined on Mar 2007
#1392
I see. Well since TOR is working and I can dial out that way I'm OK. Thanks for the hard work.
__________________
---
N800
Diablo
Boot from MMC
Gpodder Cache on MMC
MTube Cache on MMC
Mugen 1800mAh Battery
Addesso USB rollup keyboard
Solio Solar Charger
Holux GPSlim GPS

N810
community SSU
Turbo Diablo
8GB external
Boot from Internal SD
Still no GPS Fix.

N900
Stock
32GB
Many Solar Chargers (Saved bacon during Sandy!)
Inland ProHT BT keyboard
What's this? A GPS Fix? Wowwwwwww
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1393
Ed!!!!

Hey, I've been weird tonight. *lol*

I got myself a new phone number.

If a chick ever asks me for my digits, I can now respond with

"It's fo fee fo fi fee fi too fee fo too!" in my best hick hillbilly voice impression. *lol*

Is there any way to tie this new number with my other Google Voice account that everyone already knows?

It's saying that I cannot add another Google Voice phone number as a forwarding number.

Just wondering if there's something else I can do to bring my house, two Google Voice numbers, cell phone, tablet and Gizmo numbers all together.

Sorry for the strange question. But hey, it's me.
 
Posts: 35 | Thanked: 2 times | Joined on May 2009 @ Southwest USA Desert
#1394
Hadn't had my NIT N810 on for about two weeks when I turned it on yesterday and saw the blinking orange upgrade alert. It told me there were pending upgrades for FBReader and DialCentral. Ran both the upgrades and FBR runs fine, but DialCentral won't launch. Went back to AppMgr and uninstalled, then reinstalled from Maemo Garage... still won't launch. AppMgr shows it at Ver 1.1.94-0. Any suggestions?
Thanks
Slim
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1395
Originally Posted by Hassayampa Slim View Post
Hadn't had my NIT N810 on for about two weeks when I turned it on yesterday and saw the blinking orange upgrade alert. It told me there were pending upgrades for FBReader and DialCentral. Ran both the upgrades and FBR runs fine, but DialCentral won't launch. Went back to AppMgr and uninstalled, then reinstalled from Maemo Garage... still won't launch. AppMgr shows it at Ver 1.1.94-0. Any suggestions?
Thanks
Slim
Please note, you are running from extras-devel, not all apps are meant to be auto-updated from that.

http://talk.maemo.org/showpost.php?p...postcount=1342
http://talk.maemo.org/showpost.php?p...postcount=1384
http://eopage.blogspot.com/2010/12/p...ral-to-qt.html
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following 2 Users Say Thank You to epage For This Useful Post:
Posts: 35 | Thanked: 2 times | Joined on May 2009 @ Southwest USA Desert
#1396
Gee, wish I had known this before that flashing red button coaxed me into upgrading. I hate to sound dumb, but I don't even know what Qt is...
So, is there somewhere I can download the "old" version of DialCentral?
Thanks again,
Slim
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1397
Originally Posted by Hassayampa Slim View Post
Gee, wish I had known this before that flashing red button coaxed me into upgrading. I hate to sound dumb, but I don't even know what Qt is...
So, is there somewhere I can download the "old" version of DialCentral?
Thanks again,
Slim
My n810 is rechared again (I keep letting the battery die on accident). I'm going to be looking at this problem in more detail tonight.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1398
I bet everyone will be glad to know that I did the recovery steps as I understood them:
Code:
apt-get remove python2.5-sip4
apt-get autoremove
apt-get update
apt-get install dialcentral ejpi gonvert
(1) Removes that package and everything that depends on it, all the way up to dialcentral
(2) Just tidies things up for good measure
(3) Gets the latest package listings, just in case
(4) Reinstalls all of my Qt apps I uninstalled with (1) with all of their Qt deps.

I am now getting the error like everyone else

I made a followup post to maemo-dev to see if they had any further information.

In the mean time you can uninstall DialCentral, disable extras-devel, and reinstall DialCentral (which will be from extras) and that should take you back to the GTK version.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following 4 Users Say Thank You to epage For This Useful Post:
moja's Avatar
Posts: 66 | Thanked: 27 times | Joined on Feb 2008 @ near Memphis, TN USA
#1399
On my bare-bones internal flash install with NuvoClear2 theme, I got the same PyQt4.QtGui error that you guys mentioned above.

But when I ran 1.1.9.2 from my SD card install, with the Diablo5/Telescope theme/switcher, I got a different terminal output.

Code:
Nokia-N800-43-7:~# /opt/dialcentral/bin/dialcentral.py
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1569: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_plugin_menu_focus_active.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1571: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1576: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_plugin_menu_focus_passive.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1578: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1583: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_plugin_menu_separator.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1585: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1603: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_menu_frame.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1606: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1611: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_plugin_menu_focus_active.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1613: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1634: Unable to locate image file in pixmap_path: "../images/qgn_plat_task_navigation_menu_frame.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:1637: border (or stretch) without valid file
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:6877: Unable to locate image file in pixmap_path: "../images/qgn_plat_toolbar_fullscreen_frame_top_left_tab.png"
/usr/share/themes/Diablo5/gtk-2.0/gtkrc:6879: border (or stretch) without valid file
Traceback (most recent call last):
  File "/opt/dialcentral/lib/dialcentral_qt.py", line 70, in <lambda>
    self._idleDelay.timeout.connect(lambda: self._mainWindow.start())
  File "/opt/dialcentral/lib/dialcentral_qt.py", line 461, in start
    self._prompt_for_login()
  File "/opt/dialcentral/lib/dialcentral_qt.py", line 548, in _prompt_for_login
    self._defaultCredentials[0], self._defaultCredentials[1], self.window
  File "/opt/dialcentral/lib/dialogs.py", line 68, in run
And, FWIW, I got to the login dialog, for some reason.
__________________
N800/16GB (2x8) • Diablo (SSU) 5.2010.33-1|
 
Posts: 35 | Thanked: 2 times | Joined on May 2009 @ Southwest USA Desert
#1400
Originally Posted by epage View Post
In the mean time you can uninstall DialCentral, disable extras-devel, and reinstall DialCentral (which will be from extras) and that should take you back to the GTK version.
Thanks for checking this out and coming back with a solution.
Sorry to sound so dumb..but how do I disable the extras-devel repository?
Slim
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:05.