lois09 / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

Navi-x does not start Error: Script failed! -> ImportError: No module named navix #308

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please check the forums at navixtreme.com for a solution before posting
here. Issues posted which have already been discussed will be discarded.

1. What is the technical error you are experiencing?
Navi-x fails to start

2. What steps will reproduce the problem?
lauching it in xbmc programs menu 

3. What is the expected output? What do you see instead?
The expected output is to see navi-x
Instead of it, I see a notification with the error "Script failed! Navi-x"

4. What version number of Navi-X are you using?
3.7.8

5. What media center platform, version and operating system are you using?
xbmc 13.1 on xbian 1.0RC2

6. Please provide any additional information below:
xbmc.log 
16:27:17 T:2867483712   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named navix
                                            Traceback (most recent call last):
                                              File "/home/xbian/.xbmc/addons/Navi-X/default.py", line 198, in <module>
                                                import navix
                                            ImportError: No module named navix
                                            -->End of Python script error report<--

Original issue reported on code.google.com by ala...@gmail.com on 14 Jun 2014 at 2:32