Andrea Crotti píše v Po 03. 10. 2011 v 21:20 +0100:
> I/we are interested in understanding if PyInstaller might be used for 
> our purposes, but
> before I invest too much time in it I would like to understand if
> it's 
> feasible at all.

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

> 
> We have applications with a lot of external libraries: PyQt, the
> whole 
> ETS and in plus
> maybe 10 or more big eggs for each application.

Pyqt is well supported by pyinstaller. I'm not sure how ETS or other
eggs would work. It's mostly a matter of trying it and see.

> The eggs are normally not zip-safe and more namespace-packages that
> real 
> eggs.

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.

> So the question is, could I succeed in using PyInstaller on such a
> mess 
> or should I
> drop the idea completely?

I'm sure you could succeed.

-- 
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.

Reply via email to