On Tuesday, 30 May 2017 11:03:13 UTC+1, Mahmood Naderan wrote:
> Thanks. I will try and come back later.
I just noticed your import was for openpyxl. I don't know if that uses a C
extension, but if it does, zipapp won't help. You'll probably need something
like cx_Freeze or py2exe (3rd party ap
Thanks. I will try and come back later.
Regards,
Mahmood
On Tuesday, May 30, 2017 2:03 PM, Paul Moore wrote:
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 Pytho
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
> wrote:
>
>
>
> Hello,
>
> How it is possible to embed a package in my project? I mean, in my python
> script I
No idea?...
Regards,
Mahmood
On Tuesday, May 30, 2017 1:06 AM, Mahmood Naderan via Python-list
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 u
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.
Regards,
Mahmood
--