Le Sun, 07 Mar 2010 22:40:36 +0800, pingooo a écrit :
> I'm writing an open source python client for a web service. The client
> may be used in all kinds of environments - Linux, Mac OS X, Windows, web
> hosting, etc by others. It is not impossible to have twisted as a
> dependency, but that makes deployment a larger job than simply uploading
> a Python file.

If it can be used by non-Python users, you will have to package it using 
py2exe or py2app anyway, in which case Twisted will be bundled 
automatically and the size overhead won't be very large.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to