You are here

Juice startup error

2 posts / 0 new
Last post
jeanfx
Offline
Last seen: 12 years 5 months ago
Joined: 2011-12-01 13:20
Juice startup error

Hi,
I reinstalled Juice over and over but I get an error on startup which quits the programm.

Error Log says following:

Exception in thread Thread-4:Traceback (most recent call last):
File "threading.pyc", line 442, in __bootstrap
File "ipodder\threads.pyc", line 94, in run
File "gui\tree.pyc", line 212, in _scan
TypeError: iteration over non-sequence
Traceback (most recent call last):
File "gui.py", line 11, in ?
File "iPodderGui.pyc", line 3653, in main
File "iPodderGui.pyc", line 708, in __init__
File "wx\_core.pyc", line 6151, in __init__
File "wx\_core.pyc", line 5803, in _BootstrapApp
File "iPodderGui.pyc", line 1033, in OnInit
File "iPodderGui.pyc", line 266, in __init__
File "wx\_windows.pyc", line 871, in __init__
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\msw\statbr95.cpp(73): status bar must have a parent
Traceback (most recent call last):
File "gui.py", line 11, in ?
File "iPodderGui.pyc", line 3653, in main
File "iPodderGui.pyc", line 708, in __init__
File "wx\_core.pyc", line 6151, in __init__
File "wx\_core.pyc", line 5803, in _BootstrapApp
File "iPodderGui.pyc", line 1033, in OnInit
File "iPodderGui.pyc", line 266, in __init__
File "wx\_windows.pyc", line 871, in __init__
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\msw\statbr95.cpp(73): status bar must have a parent
Traceback (most recent call last):
File "gui.py", line 11, in ?
File "iPodderGui.pyc", line 3653, in main
File "iPodderGui.pyc", line 708, in __init__
File "wx\_core.pyc", line 6151, in __init__
File "wx\_core.pyc", line 5803, in _BootstrapApp
File "iPodderGui.pyc", line 1033, in OnInit
File "iPodderGui.pyc", line 266, in __init__
File "wx\_windows.pyc", line 871, in __init__
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\msw\statbr95.cpp(73): status bar must have a parent

Any ideas?

best regards

Jean

Magpie
Offline
Last seen: 12 years 3 months ago
Joined: 2012-02-04 21:51
Possible fix

I just had the same error and after a bit of head scratching I discovered that the error occurs when I run the application from a directory with a # character anywhere in the path. Renaming the directory structure to remove the # character fixed the problem for me.

Roman

Log in or register to post comments