Where are placed the binaries of tcl/tk? Is anything in /usr/lib? Pyinstaller ignores everything from /usr/lib.
Look at file ./PyInstaller/depend/dylib.py how the exclude list constructed. On osx we use macholib to decide if a library is a system library or not. [email protected] píše v So 09. 02. 2013 v 04:04 -0800: > On Saturday, February 9, 2013 12:48:37 PM UTC+1, Hartmut Goebel > wrote: > So this is a clear sign that not all required libraries are > bundled :-( > > > > That makes sense. Does anybody have an idea what can be done about > this? > I'm happy to help in any way I can, but I am not too familiar with the > inner workings of PyInstaller... -- 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.
