Opened 10 years ago

Closed 10 years ago

#42032 closed defect (invalid)

Can't install py27-wxpython-3.0 because conflicting ports are installed: py27-wxpython-2.8

Reported by: ReddyKilowatt (Reddy Kilowatt) Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mojca (Mojca Miklavec)
Port: py27-wxpython-3.0

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I tried installing py27-wxpython-2.8 on 10.9.1. This resulted in a chain of errors which I just can't resolve.

I've done

sudo port self update
sudo port upgrade outdated

sudo port clean py27-wxpython-2.8
sudo port clean py27-wxpython-2.8
   --->  Cleaning py27-wxpython-2.8

sudo port install py-wxpython-3.0
Error: Unable to execute port: Can't install py27-wxpython-3.0 because conflicting ports are installed: py27-wxpython-2.8

How do I get wxPython installed?

Change History (3)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mojca@… added
Description: modified (diff)
Keywords: wxPython-3.0 removed
Owner: changed from macports-tickets@… to jwa@…

Looks like py27-wxpython-2.8 is already installed. Go ahead and use it if you like.

If you want to install py27-wxpython-3.0 instead, you'll have to uninstall py27-wxpython-2.8 first, because according to the error message, they conflict (cannot be installed at the same time).

comment:2 Changed 10 years ago by ReddyKilowatt (Reddy Kilowatt)

I was under the impression that sudo port clean py27-wxpython-2.8 would remove the wxpython-2.8 package.

I've since found that sudo port uninstall py27-wxpython-2.8 works much better ;-) and have installed wxpython-3.0 successfully.

Thanks

comment:3 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: invalid
Status: newclosed
Version: 2.2.1
Note: See TracTickets for help on using tickets.