On Thu, 2008-02-21 at 07:01 -0800, O Ravard wrote: > With the McMillan installer, all binary files where stored in a > directory called "support".
Were they? I can't recall it doing. > PyInstaller does not this. Is this exact or is it a bad use of > PyInstaller ? No, it is exact that it does not do it. > Is it possible to have binary files (all .pyd files and dlls on > windows) to be strored in > a special directory (in the case of "onedir" install) ? It's not straightforward as you would need to tweak the python import path so to look within that directory. You might be better off putting a symlink to the executable outside. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
