View Single Post
  #2   (View Single Post)  
Old 24th June 2009
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

I'm not familiar with these to apps, but check the scripts that start them up.
and see if they start with

Code:
#!/usr/bin/env python2.5
You can change that to
Code:
#!/usr/bin/env python
and it will use your default version of Python so if Python 2.6 is the default version it will use that.

How to upgrade you Python version is in /usr/ports/UPDATING
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick

Last edited by roddierod; 24th June 2009 at 09:23 PM.
Reply With Quote