2006/8/5, Giovanni Bajo <[EMAIL PROTECTED]>:
Luis Miguel Morillas <[EMAIL PROTECTED]> wrote:

> I opened a ticket a few days ago:
> http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/ticket/67
>
> Any idea about how to solve this problem?


Luis, I do not have any direct experience with pkg_resources. I expect it to
investigate directories in the sys.path, .pth files, and whatnot to find out if
a module is installed: not really something that could work well with a frozen
application.

In fact, what is the reason for a frozen application to ever need
pkg_resources? It does not make sense to investigate user's Python installation
which might not even exist. I guess pkg_resources should be used on development
machines only. Do you have any real-world usage case where you would need
pkg_resources from inside a frozen application?


I don't need pkg_resources, but Ft's package uses it :-/  Uche told me
that setuptools version does not use __config__, but I'm afraid I need
it when I'm freezing an Ft's based app. Read my notes:
http://livingpyxml.python-hosting.com/wiki/PkgResourcesProblem


tnx



--
Saludos,


Luis Miguel
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to