Koozali.org: home of the SME Server

Python

Thomas

Python
« 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

JeffC

Re: Python
« Reply #1 on: March 04, 2003, 07:10:44 PM »
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

stephen noble

Re: Python
« Reply #2 on: March 06, 2003, 06:16:22 AM »
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.
>>>

Thomas

Re: Python
« Reply #3 on: March 06, 2003, 09:43:17 AM »
Sweet!

Thanks a bunch guys. :o)

Thomas