On 27 April 2012 14:27, pritesh modi <pritesh.modi24@gmail.com> wrote:
>
> i am looking for same actually can u provide me information about that. i think what i understand is here finally the .py code should not go at deployment server and only compile code is going at server and run at deployment server.
>
I think this can be achieved in two or three ways.
Distutils, and some hacking as suggested here:
http://bytes.com/topic/python/answers/42434-distutils-binary-distribution
Or using setup tools and a rolling a binary egg:
http://python.6.n6.nabble.com/Distributing-only-pyc-td2010644.html
Alternatively you can rolling your own package / deployment
toolchain... this really would depend on your target platform. This
would probably make sense if you're targeting windows and want to
bundle all your requirements.
I really can't comment on which is the preferred approach, as I don't
have any experience with binary only packaging (all our distributed
code is open source). But these at least should give you a starting
point for your own investigation.
Regards,
--
Andrew Cutler
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment