-

Moving the direct packages out of the src directory and deleting the code in the init file worked. It looks like you need to copy the ‘etc’ directory over to your dist. Py2exe only looks for python modules and any associated .dll files. Anything else (meaning the Config.prc files) you pretty much have to copy over manually.