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

2019-01-09 Thread Matthew Lemon
If the OP was able to take the time to familiarise himself with the technologies, rather than bemoan the difficulty of deploying a ten year old code-base without mininal effort, he might have some success. Code rot is an issue after weeks sometimes, never mind ten years, and Python deployment is

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

2019-01-08 Thread Matthew Lemon
Hi, I would start from scratch with this. 1. You have latest Python 2 version. 2. Use virtualenv to create and activate a new virtual environment. 3. pip install wxPython and other dependencies. 4. Get your application running from the command line first and follow up any DLL exceptions. 5. Use