Re: Obtain Python version number

2006-08-08 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Tille wrote: Hi, to write a wrapper script I wonder what might be the best possibility to find out the version numer of the running python interpreter. The wrapper script is of the type

Re: Obtain Python version number

2006-08-08 Thread Pierre Habouzit
Le mar 8 août 2006 06:54, Andreas Tille a écrit : Hi, to write a wrapper script I wonder what might be the best possibility to find out the version numer of the running python interpreter. The wrapper script is of the type /var/lib/python-support/python${PYVER}/${package}/${realscript}

Re: Obtain Python version number

2006-08-08 Thread Matthias Klose
Andreas Tille writes: Hi, to write a wrapper script I wonder what might be the best possibility to find out the version numer of the running python interpreter. The wrapper script is of the type /var/lib/python-support/python${PYVER}/${package}/${realscript} and I wonder, how I can