On Saturday, February 9, 2013 2:15:08 PM UTC+1, [email protected] wrote: > > Ah... good idea. I will try if I can manually remove it from the exclude > list... :) >
The paths that are passed through the lib checking in dylib.py are /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl . Both of these return False for util.in_system_path(libname), so they should not be in the exclude list, right? Based on the error above, could activestate:teapot be the problem instead? Maybe I can try to uninstall ActiveTcl and build Tcl/Tk from source instead, so it shouldn't rely on teapot... -- 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.
