Opened 14 years ago

Closed 14 years ago

#23433 closed defect (invalid)

py-wxpython26 installs python24

Reported by: nefar@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: py-wxpython26

Description

From Portfile:
...
PortGroup           python26 1.0
name                   py26-wxpython
...
depends_lib         port:python26 \
                               port:wxWidgets

# /opt/local/bin/python --version
Python 2.6.4

# port install py-wxpython26
--->  Computing dependencies for py-wxpython26
--->  Fetching python24

I can't see anything wrong withe the Portfile. Ideas why this is broken?

Change History (1)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

I believe you are confusing py-wxpython26 with py26-wxpython.

If you want python 2.6 you need to install py26-wxpython. py-wxpython26 installs wx version 2.6 in python 2.4.

Note: See TracTickets for help on using tickets.