Traceback (most recent call last): File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "c:\python27\lib\runpy.py", line 72, in _run_code exec code in run_globals File "C:\Python27\Scripts\pyinstaller.exe\__main__.py", line 9, in <module> File "c:\python27\lib\site-packages\PyInstaller\__main__.py", line 94, in run run_build(pyi_config, spec_file, **vars(args)) File "c:\python27\lib\site-packages\PyInstaller\__main__.py", line 46, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) File "c:\python27\lib\site-packages\PyInstaller\building\build_main.py", line 791, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) File "c:\python27\lib\site-packages\PyInstaller\building\build_main.py", line 737, in build exec(text, spec_namespace) File "<string>", line 29, in <module> File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 411, in __init__ strip_binaries=self.strip, upx_binaries=self.upx, File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 196, in __init__ self.__postinit__() File "c:\python27\lib\site-packages\PyInstaller\building\datastruct.py", line 161, in __postinit__ self.assemble() File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 259, in assemble dist_nm=inm) File "c:\python27\lib\site-packages\PyInstaller\building\utils.py", line 198, in checkCache cachedfile = os.path.join(cachedir, basenm) File "c:\python27\lib\ntpath.py", line 85, in join result_path = result_path + p_path UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 9: ordinal not in range(128)
I tried several things, but I could not solve. I'm using Windows 10 and I'm pretty new to this programming area.