hi guys
i have this snippet:
#hello.py
import pip
if __name__ == "__main__":
pip.main(['install', (r'E:\installer')])
i want create exe of it with pyinstaller -F hello.py
it create exe, but when i run it it repeadedly run and create
pip-xxxx-build folder from package in temp folder but does not clone it in
site-package
why?
what should i do add to spec?
note: 'E:\installer' is a local package that have setup.py (i test same
package from github address, but have same problem)
please guide
--
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.
For more options, visit https://groups.google.com/d/optout.