Daniel Hyams píše v Čt 02. 12. 2010 v 10:56 -0500: > > But, I'm finding that, if the same library exists on the system on > which you are running, it is much better to use the system lib than > the distributed one. So would it be possible to link to the > system-wide lib (might be /usr/lib/libpango.so.2) in this case instead > of your own libpango.so.2?
Do you thing it could be possible programmaticaly detect if the system lib is better than the distributed one? There is also another threat: system libraries may not be compiled with all the features you depend on. -- 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.
