The following modules appear to be missing ['_sysconfigdata']

Chris Angelico rosuav at gmail.com
Wed Jan 9 08:58:39 EST 2019


On Thu, Jan 10, 2019 at 12:46 AM <dude.jimbo at gmail.com> wrote:
> step 5, pyinstaller, is yet another hurdle I hope to avoid. It worked with py2exe, and it should still work with py2exe (within the efforts I'm prepared to put into this). Of course py2exe might be ancient and horrible and a bunch of other things that pyinstaller is not (I woulnd't know either way), but, to be honest, as well a tad cocky, I am not interested nor prepared to find out. Sorry about that, but hopefully one can understand. I'm not trying to 'get back into Python' , I just want something from the past back working again with minimal effort.
>

You want it to work with minimal effort? Then forget about py2exe and
just distribute your .py files. WAY easier.

ChrisA



More information about the Python-list mailing list