Basically, I am cramming python into an embedded environment where I can't compile/configure it on the system itself. I am not surprised that the site
module refuses to load; but that's okay, I don't need it. How do I control which modules python automatically imports?
Notes, this is a static build, and the only things I've copied to the working environment from the host are my static executable, and the contents of my /usr/lib/python/ directory (.py files) aka, no config files.