I can suggest you http://code.google.com/p/pts-mini-gpl/wiki/StaticPython

It's a statically compiled version (and runtime) of python, you can drop it
in web2py folder and write a script that starts

./python web2py.py ....

In this way you have not to fight with rpm packing (I made several packeges
for opensuse ...), you can yust zip your application. This bynary works
well on all linux x86 x86-68 archs and it's not influenced by the
distribution you are running.

Angelo

2012/1/5 Ross Peoples <ross.peop...@gmail.com>

> Hello everyone,
>
> I want to make an RPM package for my application that primarily targets
> CentOS. I am working with version 5, which only has Python 2.4. I would
> like to create an RPM that packages Python 2.7, web2py, and my application.
> Does anyone have any experience with doing anything like this? I'm a
> developer, not a packager, so this is all new to me.
>
> Any help would be greatly appreciated. Thanks,
>
> Ross
>



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

Reply via email to