I have this block of code:
path = askdirectory(title=\'Choose folder\') os.chdir(path) try: os.system(\'currency.py\') except: #Error mess