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

songbird songbird at anthive.com
Wed Jan 9 09:56:03 EST 2019


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

  which then forces the work onto every other
person who might install it, if they are on a
different architecture or system it even gets
worse if you add in that they may need to figure
out how to get a C compiler installed and 
available (if a bdist/wheel isn't available
because the developer couldn't figure out how
to generate one).

  for a novice user who just wants to get 
something done this isn't a very good solution.

  a build farm for common architectures would
help a lot of developers avoid all this thrashing.


  songbird



More information about the Python-list mailing list