On Oct 11, 2013, at 10:03 AM, Werner F. Bruhin <[email protected]> wrote:

> Would this be o.k.:
> 
> if 'phoenix' in wx.PlatformInfo:
>    do phoenix specific code
> else:
>    here the existing code

I think that using wx.VERSION would be more stable, since 'phoenix' is a 
development code name. How about:

if wx.VERSION[0] >= 3:
etc.

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to