dirk teucher
dirk teucher
I would also just add that you can check the languages like this once these files have been updated. .\platforms\android\app\src\main\java\com\wordsbaking\cordova\tts https://github.com/vilic/cordova-plugin-tts/blob/master/www/tts.js function checkLanguage() { return new Promise(function (resolve, reject) {...
I should add that there is an "absolute path" solution to this which is : import sys sys.path.append(r'E:\thepath\tothefolder') from myOtherFile import utilityABC But I was hoping there was a way...
That solution works perfectly well to me. Thank you for your help with this. If anyone else gets this problem I also noticed along with nils code above I also...
You pre-empted the comment I was just about to make :D deleting the __pycache__ file each time does not work unless you rename the file but then if you try...