refactoring a wxPython app to use 2.8.7.1

Is there some guidelines or tool, on howto re factor and application depending on wx ver 2.8.6..1 to use wx 2.8.7..x ?
At the moment I can get the app to work with the wxver trick, but I want to fully integrate it with my current app which is using 2.8.7..1

*Erik Vandamme

···

*

Erik Vandamme wrote:

Is there some guidelines or tool, on howto re factor and application depending on wx ver 2.8.6..1 to use wx 2.8.7..x ?
At the moment I can get the app to work with the wxver trick, but I want to fully integrate it with my current app which is using 2.8.7..1

What types of problems are you running into? Nothing really fundamental changed between 2.8.6 and 2.8.7 and I've migrated my apps through the 2.8.x series with very few problems.

Why not go to 2.8.8.1?

Paul