diff --git a/README.md b/README.md index db9d626..c4ac22e 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Temporary README.md \ No newline at end of file +Temporary README.md + +All Vocola stuff is now (2020-12-18) in the src/vocola2 directory (Doug/Quintijn) \ No newline at end of file diff --git a/src/vocola2/_vocola_main.py b/src/vocola2/_vocola_main.py index 3650784..7950ab2 100644 --- a/src/vocola2/_vocola_main.py +++ b/src/vocola2/_vocola_main.py @@ -32,6 +32,7 @@ """ import sys +import traceback import os # access to file information import os.path # to parse filenames import time # print time in messages @@ -60,6 +61,11 @@ VocolaGrammarsDirecory = status.getVocolaGrammarsDirectory() VocolaUserDirectory = status.getVocolaUserDirectory() VocolaDirectory = status.getVocolaDirectory() + else: + VocolaGrammarsDirecory = "" + VocolaUserDirectory = "" + VocolaDirectory = "" + # print('VocolaEnabled: %s'% VocolaEnabled) language = status.getLanguage() if language != 'enx': @@ -69,6 +75,7 @@ Quintijn_installer = False VocolaEnabled = True language = 'enx' + traceback.print_exc() if thisDir and os.path.isdir(thisDir): pass