> Is there any way to pack my .py with all required libraries and create a self 
> running package? Something like building exe file with static libraries. 
> Therefore, the user won't install any thing manually.


Try Py2exe <http://www.py2exe.org> to create a standalone .exe file (but for 
Windows only though).

/Jean
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to