Hi Martin,

Thanks for your suggestion,

- just use directly command 'pyinstaller' 
> - or use directly 'pyinstaller.py' from the tarball without doing 
>    'python setup.py install' 
>

Alas, it returns the exact same traceback...
Debugging show that the offending statement is called in PyInstaller/build, 
line 1246:

   1245             if typ in ('EXTENSION', 'BINARY'):
   1246                 fnm = checkCache(fnm, self.strip_binaries,
   1247                                  self.upx_binaries and (is_win or 
is_cygwin)
-> 1248                                  and config['hasUPX'], dist_nm=inm)

Thanks,

-jelle

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to