Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Thomas on March 04, 2003, 10:18:52 AM
-
How? Is it possible under SME 5.6?
Perhaps it is already there, hidden somewhere in the bowels of SME. :o)
Hope someone can help.
Regards
Thomas
-
Python is not installed by default.
Try going to http://wiki.contribs.org/LinkBase and doing a search for "python".
I think you'll find what you want :>
-jeff
-
python and python2 are both installed
get shell access and just type the comand
[root@server SOURCES]# python
Python 1.5.2 (#1, Apr 3 2002, 18:16:26) [GCC 2.96 20000731 (Red Hat Linux 7.2 2 on linux-i386
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>>
[root@server SOURCES]# python2
Python 2.2 (#1, Apr 12 2002, 15:29:57)
[GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
-
Sweet!
Thanks a bunch guys. :o)
Thomas