Hi all, I have just started to use pyinstaller and it works great to package single scripts using complex dependencies such as Qt4. However, I would need to do the same with a complete python package. This is, distributing a python package with all the dependencies already built- in into the same directory, and then allow users to do "import MyPkg" without taken care of MyPkg dependencies.
Is that possible? I could not find the way to do is so far... thanks! Jaime.
-- 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.
