> 2011/7/8 Bjarni Rúnar Einarsson <[email protected]> > >> >> http://pagekite.net/wiki/Floss/PyBreeder/ >> https://github.com/pagekite/PyBreeder >> >> It's basically a small tool for combining multiple .py files into one. >> It's trivial I know, but I looked all over and couldn't find anything >> quite >> like it, so I ended up writing my own. Breeder is not very smart and it >> does not handle any binary dependencies, but it might still be capable >> of >> packaging up a working django server in some cases. :-) >> > > Nice script; but i (and also i guess Cal) were thinking more in the terms > of > having a single binary. > >
[DISCLAIMER] i still have not tried pybreeder Having a single blob file (the .py file generated by pybreeder) will allow us to "link" it to the uwsgi binary generating another binary with python code embedded. This is pretty easy to accomplish. I will try it in the next few days. -- Roberto De Ioris http://unbit.it -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

