Program does not start correctly

The place to post any Bugs or Problems you may have with the Current Release Version
Post Reply
wilsojos
Posts: 1
Joined: Mon Sep 05, 2011 6:36 pm

Program does not start correctly

Post by wilsojos »

This is a question and a temporary work-around for anyone having the same problem.

Windows Vista: The program worked fine with initial installation and a few additional modules; however, after adding some modules it would not load the program past the splash screen. Here is the log file:
Error in sys.excepthook:
Traceback (most recent call last):
File "baseClass.pyo", line 307, in ExceptionHook
File "baseClass.pyo", line 277, in __init__
File "errdlg.pyo", line 148, in __init__
File "errdlg.pyo", line 193, in GetEnvironmentInfo
File "baseClass.pyo", line 286, in GetProgramName
AttributeError: 'SplashScreen' object has no attribute 'version'

Original exception was:
Traceback (most recent call last):
File "analyzer4.py", line 5471, in <module>
File "wx\_core.pyo", line 7978, in __init__
File "wx\_core.pyo", line 7552, in _BootstrapApp
File "analyzer4.py", line 5455, in OnInit
File "analyzer4.py", line 491, in __init__
File "flatTool.pyo", line 477, in OnCmtTopics
AttributeError: 'BibleAnalyzer' object has no attribute 'CmtRef'


I changed the program to run as Administrator and it started working.

Post Reply