On Wed, Aug 20, 2003 at 12:20:10PM +0200, Jortan H wrote: > I will try more later when I get home. But I'm sure > that I have /usr/bin/python symlinked to python2.3. > > I've written python scripts and can run them in python > shell (or whatever it's called) and sys.version > returns 2.3.0 but when I add sys.version to code > runned by Freevo it says 2.2.2 (or something). I tried > to remove the directory containing the python modules > that came with Freevo binary release, but then Freevo > did not start saying it couldn't find the modules.
Ah, that's different. If you're trying to use the system Python when you previously had the runtime configured, you need to remove the entire binary release since it's an all-or-nothing thing right now as far as I know. What distribution are you on? If you're on RedHat or a variant, Debian, or Gentoo, you can use system binaries and you can avoid the whole runtime thing. ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
