【发布时间】:2012-01-23 14:01:58
【问题描述】:
我正在尝试构建 64 位版本的 wxpython,以使用我的 macports 版本的 python2.7(通用构建)。我被指向以下端口py27-wxpython-devel 并完成了通常的安装命令。不幸的是,我立即收到以下错误消息
Unable to execute port: Can't install wxWidgets-devel because conflicting ports are installed: wxWidgets
我认为这意味着我需要删除 wxwidgets 才能安装此端口。但是我不愿意这样做,因为我希望这个wxwidgets 与我目前正在使用的wxpython 版本有关。有其他解决方案吗?
【问题讨论】:
标签: 64-bit wxpython wxwidgets conflict macports