On 19 March 2015 at 07:48, wrote:
> What might prevent cx_Freeze from working with this egg file on Windows
> but not Linux?
I'm not sure. I fixed it some time ago to look inside egg files, but I only
tested on Linux, so it's possible that I overlooked something on Windows.
Thomas
not
Linux?
From: jeffery.sm...@l-3com.com [mailto:jeffery.sm...@l-3com.com]
Sent: Thursday, March 19, 2015 10:38 AM
To: cx-freeze-users@lists.sourceforge.net
Subject: Re: [cx-freeze-users] Unable to freeze GitPython
I've narrowed this to the smmap module used by GitPython. Note that all
I've narrowed this to the smmap module used by GitPython. Note that all this
works on Linux but not Windows.
If I use a simple script like:
import smmap
print('hello')
it works fine at the command line, but when frozen I get
Traceback (most recent call last):
File "C:\BaRT\Python34\lib\site-pa