On Tuesday, 30 May 2017 08:48:34 UTC+1, Mahmood Naderan  wrote:
> No idea?...
> 
>  
> Regards,
> Mahmood
> 
> 
> On Tuesday, May 30, 2017 1:06 AM, Mahmood Naderan via Python-list 
> <python-list@python.org> wrote:
> 
> 
> 
> Hello,
> 
> How it is possible to embed a package in my project? I mean, in my python 
> script I have written
> 
> 
> import openpyxl
> 
> 
> So, the user may not have installed that package and doesn't understand what 
> is pip!
> 
> Please let me know the instructions or any document regarding that.

You might want to look at the zipapp module in the stdlib.
Paul
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to