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?

Thanks,
Dan


On Tue, Mar 2, 2010 at 7:47 PM, Anthony Tuininga <[email protected]
> wrote:

> Hmm, not sure what is going on there. If you could provide me with a
> script that demonstrates the problem I'd be happy to test it out and
> let you know what I discover. The base executable sets the path to
> include the directory in which the executable is found, the executable
> itself and the zip files. There is nothing that says "/" unless the
> path determination logic is flawed, of course. :-) Tweak the
> initscript and print out sys.path first thing and see what it says.
> That might help you track it down.
>
> Anthony
>
> On Tue, Mar 2, 2010 at 5:32 PM, Daniel Griffin <[email protected]> wrote:
> > One thing I am having trouble figuring out is an issue I get when I try
> to
> > use twisted and therefore zope. When zope tries to find and use the
> > distutils script, distutils attempts to find the python installation in
> "/"
> > instead of the library.zip. Can point me to where or explain how you get
> the
> > python install to think its packages are in the zip file?
> >
> > Thanks,
> > Dan
> >
> > On Tue, Mar 2, 2010 at 12:32 PM, Anthony Tuininga
> > <[email protected]> wrote:
> >>
> >> Hi,
> >>
> >> The base executables bundle their own interpreter.
> >>
> >> I look forward to the patches. I have a Mac Mini to test with myself
> >> but lack the knowledge to know how to proceed in the "right" way so
> >> that other Mac users will understand -- so your efforts are
> >> appreciated. Thanks.
> >>
> >> Anthony
> >>
> >> On Tue, Mar 2, 2010 at 11:24 AM, Daniel Griffin <[email protected]>
> wrote:
> >> > Hi,
> >> > I am working on using cx_freeze to bundle a fairly complex python app
> >> > for
> >> > OSX and Linux. Do these executables rely on the installed python or do
> >> > they
> >> > bundle their own interpreter? I have have gotten cx_freeze to work on
> >> > OSX
> >> > and will be submitting patches when I verify my fixes for it and
> figure
> >> > out
> >> > how to prevent it from looking for python in /lib/python2.6.
> >> > Thanks,
> >> > Dan
> >> >
> >> >
> ------------------------------------------------------------------------------
> >> > Download Intel&#174; 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
> >> >
> >> >
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Download Intel&#174; 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
> >
> >
> >
> ------------------------------------------------------------------------------
> > Download Intel&#174; 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
> >
> >
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
>
------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to