Comment 1 for bug 270514

Revision history for this message
Jurgis Pralgauskis (jurgis-pralgauskis) wrote :

#__file__ instead of sys.executable solves the problem
def getHelpFileName():
    filename=os.path.join(os.path.dirname(__file__), 'csc321index.html')