very simple i have a python program that in it i want to install a repo of github with command. when i use this it work (in IDLE): $ python >>> import pip >>> pip.main(['install', 'E:\repo'])
and it install local (or remote) repo (E:\repo) to my site-package. i want to know that if i use pip command in a python file and create exe file with pyinstaller i can install repo with running exe or not? and after that i try to using "git clone https://github.com/simpleRepo" instead of using pip for cloning repo, but it give some error that i imply in a new post in group. please guide me. On Mon, May 19, 2014 at 12:16 AM, Hartmut Goebel <[email protected] > wrote: > Am 17.05.2014 07:30, schrieb Mahmoodreza Aarabi: > > 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? > > > I think it's time to describe your aim. I have the impression you may try > to solve a problem where PyInstaller is the wrong tool for. > > -- > Schönen Gruß > Hartmut Goebel > Dipl.-Informatiker (univ), CISSP, CSSLP > Information Security Management, Security Governance, Secure Software > Development > > Goebel Consult, Landshut > http://www.goebel-consult.de > > Blog: > http://www.goebel-consult.de/blog/eu-gesetz-bedroht-unser-trinkwasser > Kolumne: > http://www.cissp-gefluester.de/2012-09-steht-ein-manta-fahrer-vor-der-uni > > Goebel Consult ist Mitglied bei http://www.7-it.de/ > -- Bests, madoodia -- 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.
