Re: wxPython version question

2007-08-01 Thread Chris Mellon
On 8/1/07, The Max <[EMAIL PROTECTED]> wrote: > Hi at all > > > Hi have need of testing the version of wxPython in use at the > moment I use wxversion, but I don't can find a method for testing > version like this: > > if versionOfWX() <= 2.8: > > or > > if versionOfWX() >= 2.8: > > ( versione

Re: wxPython version question

2007-08-01 Thread Bjoern Schliessmann
The Max wrote: > Hi have need of testing the version of wxPython in use at the > moment I use wxversion, but I don't can find a method for testing > version like this: > > if versionOfWX() <= 2.8: > > or > > if versionOfWX() >= 2.8: > > ( versioneOfWX is a pseudo-function create for this

wxPython version question

2007-08-01 Thread The Max
Hi at all Hi have need of testing the version of wxPython in use at the moment I use wxversion, but I don't can find a method for testing version like this: if versionOfWX() <= 2.8: or if versionOfWX() >= 2.8: ( versioneOfWX is a pseudo-function create for this example ) Someone know