On Wed, Mar 22, 2017 at 4:44 AM, wrote:
> I have recently developed an app which includes grpc, which works fine in
> Python. I am now trying to package this using cx_Freeze.
>
This is the first I've heard of cx_Freeze but I'll try to be helpful.
I've fixed a number of issues with missing packa
Hi
I have recently developed an app which includes grpc, which works fine in
Python. I am now trying to package this using cx_Freeze. I've fixed a
number of issues with missing packages, but have now hit a brick wall.
The problem is with the import grpc statement in one of my modules. The