Hi folks, I have my app set up to report backtraces when something goes wrong, but it seems that pyinstaller is including the full build path in the .pyc files, leading to difficult to read backtraces:
http://i55.tinypic.com/doav06.gif When I was using py2exe, the build path was stripped. Is there any way to do this with pyinstaller? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
