PyInstaller on 32-bit Linux - ImportError: The 'six' package is required
问题 I'm making a program using Python2.7 and Kivy1.9.2-dev , and trying to package it with PyInstaller-3.0 for different systems as a single executable. The systems I'm trying to package it for are these: 64-bit Linux Mint 17.3 32-bit Linux Mint 17 (also tried while upgrading to 17.1 and 17.3) 32-bit Windows XP SP3 Raspbian (Raspberry Pi) On all these systems the program is working well when just run with Python, uncompiled. (so, all Kivy dependencies are fine, too). However, out of the