|
Re: [Webware-discuss] mod_webkit2 and Python 2.3.3 on RedHat 9.0
From: Chris Barker <Chris.Barker@no...> - 2004-04-20 19:49
|
Eduardo Elgueta wrote:
> If you run Webware with the AppServer script, you have to change the line
>
> /usr/bin/env python Launch.py ThreadedAppServer $*
>
> to
>
> /path/to/python2.3 Launch.py ThreadedAppServer $*
or:
/usr/bin/env python2.3
I do this for ALL my python scripts, that way I know what version they
are going to be run with. THis aught to be universal, despite best
efforts, there are differences between versions, and you never know what
exisiting scripts might be counting on the old version, particularly on
RedHat!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@...
|
| Thread | Author | Date |
|---|---|---|
| Re: [Webware-discuss] mod_webkit2 and Python 2.3.3 on RedHat 9.0 | Chris Barker <Chris.Barker@no...> |