Bug 11567 - WifiEye fails on start
: WifiEye fails on start
Status: CLOSED INVALID
Product: WifiEye
General
: unspecified
: N900 Maemo
: Unspecified critical (vote)
: ---
Assigned To: Stefanos Harhalakis
: general
:
:
:
:
  Show dependency tree
 
Reported: 2010-11-12 06:50 UTC by Daniel
Modified: 2010-11-13 10:27 UTC (History)
0 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Daniel (reporter) 2010-11-12 06:50:43 UTC
SOFTWARE VERSION:
(Settings > General > About product)

EXACT STEPS LEADING TO PROBLEM: 
(Explain in detail what you do (e.g. tap on OK) and what you see (e.g. message
Connection Failed appears))
1. Run WifiEye from desktop or menu 

EXPECTED OUTCOME:
WifiEye runs and displays

ACTUAL OUTCOME:
WifiEye crashes to desktop

REPRODUCIBILITY:
Always

EXTRA SOFTWARE INSTALLED:
PR 1.3

OTHER COMMENTS:
Running WifiEye from the command line results in the following error.

Traceback (most recent call last):
File "/usr/bin/wifieye", line 24, in <module>
  import wifieye.core
File "/usr/lib/pymodules/python2.5/wifieye/core.py", line 25, in <module>
  import wifi
File "usr/lib/pymodules/python2.5/wifieye/wifi.py", line 25, in <module>
  from PyQt4 import QtCore
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtCore module
requires API v7.1
Comment 1 Stefanos Harhalakis 2010-11-13 10:23:07 UTC
This is bug of python2.5-sip4.

See:

https://bugs.maemo.org/show_bug.cgi?id=11539#c5

for more information and a workaround.