On Wed, Mar 3, 2010 at 7:08 PM, Daniel Griffin <[email protected]> wrote: > I have gotten everything to work on OSX except scripts that import > setuptools/pkg_resources. At run time these try to make references to parts > of the python installation, specifically > prefix + lib/python2.6/config/Makefile > > I tried running this on windows and it worked fine. Is this stuff supposed > to get copied over? Can you point me to where in the code this is taken care > of?
Ordinarily, the make file is not copied. I'm not sure how it works on Windows but cx_Freeze certainly does nothing with such files itself. Perhaps you can point me to the code in setuptools/pkg_resources that is not working? Anthony ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
