I'm trying to build a 64-bit version of wxpython, to work with my macports version of python2.7 (universal build). I've been pointed to the following port py27-wxpython-devel
and done the usual install command. Unfortunately I immediately receive the following error message
Unable to execute port: Can't install wxWidgets-devel because conflicting ports are installed: wxWidgets
I assume this means I need to remove wxwidgets
to enable me to install this port. I'm reluctant to do this however because I expect this wxwidgets
is something to do with the version of wxpython
that I currently have working. Is there an alternative solution?