Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: ocascante on September 05, 2012, 08:29:59 PM
-
Hi,
Somebody knows how to install web2py framework in sme server?
Thanks.
-
No, but it seems hard to do. SME Server comes with python 2.4 which is not a supported version according to the download page:
The source code version works on all supported platforms, including Linux, but it requires Python 2.5, 2.6, or 2.7. It runs on Windows and most Unix systems, including Linux and BSD.
You can try and update python, but I seriously advice you not to do that as the software installer is using pyhton as well and I not sure if that will continue to work under newer releases. Python and versioning schemes is a bit picky.
-
you can give a try with installing python 2.6 from source, it will allow you to have both versions, with the SME needed version in the path and the other not.
Then you must check that your webpy allow you to specify a path for python .... otherwise it will fail.
sometimes it work this way.