running pkg_resources from a compiled py2exe prog ram
btw the code is just.. import ConfigParser import zipfile import os import subprocess import getopt, sys import os.path import _winreg import pkg_resources -- http://mail.python.org/mailman/listinfo/python-list
running pkg_resources from a compiled py2exe prog ram
Hi, I'm trying to make an exe that uses pkg_resources. Every time I try to run the compiled version it always fails complaining that it is missing pkg_resources. Traceback (most recent call last): File "PythonPackageManager.py", line 6, in import MainWindow File "MainWindow.pyc", line