Hi folks,

I found this python package of web2py for unix/linux installation:

http://pypi.python.org/packages/source/w/web2py/web2py-1.98.2.tar.gz
(source files and bytecode files)

Unpacking it with tar and then do:

python setup.py build
python setup.py install

The setup.py script is doing well by building and installing the
needed files for the web2py framework for linux/unix.

Building is done to directory:
build/lib/gluon/

Installation is done to directory:
/usr/local/lib/python2.7/site-packages/gluon/

Now i want to use the current stable version of web2py but i have one
problem there is no bytecode package for linux/unix available for
download so i have to download the source code zip file:
http://www.web2py.com/examples/static/web2py_src.zip

Problem: how can i create a package (including the bytecode) of web2py
source code of the current stable version 1.99.4?

Reply via email to