python - Pyinstaller and guidata -
i having problems pyinstaller , guidata.
my script form.py basic illustration of http://pythonhosted.org/guidata/examples.html
then create form.exe: python pyinstaller.py -f form.py
but when run form.exe get:
traceback (most recent phone call last): file "<string>", line 8, in <module> file "c:\python27\pyinstaller-2.0\pyinstaller\loader\iu.py", line 386, in impo rthook mod = _self_doimport(nm, ctx, fqname) file "c:\python27\pyinstaller-2.0\pyinstaller\loader\iu.py", line 480, in doim port exec co in mod.__dict__ file "c:\users\usuario\documents\test\build\ pyi.win32\form\out00-pyz.pyz\guidata", line 540, in <module> file "c:\python27\pyinstaller-2.0\pyinstaller\loader\iu.py", line 386, in impo rthook mod = _self_doimport(nm, ctx, fqname) file "c:\python27\pyinstaller-2.0\pyinstaller\loader\iu.py", line 480, in doim port exec co in mod.__dict__ file "c:\users\usuario\documents\test\build\ pyi.win32\form\out00-pyz.pyz\guidata.config", line 19, in <module> file "c:\users\usuario\documents\test\build\ pyi.win32\form\out00-pyz.pyz\guidata.configtools", line 100, in add_image_module _path file "c:\users\usuario\documents\test\build\ pyi.win32\form\out00-pyz.pyz\guidata.configtools", line 86, in add_image_path windowserror: [error 123] el nombre de archivo, el nombre de directorio o la sin taxis de la etiqueta del volumen no boy correctos: u'c:\\users\\usuario\\documen ts\\test\\dist\\form.exe?175104\\guidata\\images\\*.*'
any help?
python pyinstaller
No comments:
Post a Comment