On Fri, Mar 16, 2012 at 3:33 AM, Hernán Foffani <hfoff...@gmail.com> wrote:
> Hi,
> Say I want to distribute a smaller (in quantity of files) Python standard 
> library. What would you recommend? Pyc the whole library to build a DLL or 
> just zip it? Are there any performance difference between the two? Any other 
> alternative or best practice?

I know that some people have pyc'd the standard library in the past,
but with zipimport being so new I don't know if anyone has tried it
yet. I haven't heard from anyone who has, at least. You might have to
give both a try, and if you can let us know the results that would be
very helpful.

- Jeff
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to