On 10/03/2011 09:39 PM, Martin Zibricky wrote:
What is your expectation from pyinstaller?
What platforms do you want to use pyinstaller on?
Do you use the official python version/distribution from python.org
Linux and windows, and the python distribution is somehow from
python.org, even if not so updated.
From the manual I found something like
"Egg directories are only *partially* supported, because at
build-time they are threated as regular packages, so the meta-data
are discarded."
That's the thing that makes me doubt most, because we have some egg
directories,
and we still need the meta-data...
Most issues with packaging python modules are caused by modules doing
some magic with importing other python modules or by additional data
files which needs to be packaged with the modules.
But pyinstaller contains mechanism for writing hooks for specific python
modules.
Yes unfortunately I think that we also have this kind of stuff, but maybe
is the right occasion to cleanup a little bit of mess...
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.