On Jul 26, 2015 1:56 PM, "Rich Shepard" <[email protected]> wrote:
>
>   I have two wxPython versions installed: -2.8.12.1 for one application (I
> forget which one requires this version) and -3.0.2.0 for applications I
> develop.
>
>   In an application here the main module needs include these lines:
>
> import wxversion
> wxversion.select('3.0.2.0')
> import wx
>
>   Because I don't want to change source code each time I suck down the
> latest from the subversion repository I'd like to specify this in the
> configuration file. However, while I see the option for specifying where
to
> find wxWidgets I have not found how to specify the wxPython version, and
> this causes a fatal error when compiling.
>

There is nothing like that in the configure. I don't have currently any
good advice, but you don't have to modify the code after every svn up if
your local changes don't cause a conflict. If you think there is something
which should be changed in the code to make it easier, let us know

Anna

> Please advise,
>
> Rich
> _______________________________________________
> grass-user mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to