Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11997 closed defect (fixed)

Incompatibility: py-matplotlib and py-wxpython

Reported by: jochen@… Owned by: jochen@…
Priority: Normal Milestone:
Component: ports Version: 1.4.42
Keywords: python, wxWidgets, wxPython, matplotlib Cc: mww@…, jyrkiwahlstedt, roederja
Port:

Description

matplotlib-0.90.0 does not work with wxPython-2.8 as provided by the current py-wxpython port.

DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_jochen_source_macports-trunk_dports_python_py-matplotlib/work/matplotlib-0.90.0" && /opt/local/bin/python2.4 setup.py build'
setup.py:267: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained.  Please switch to the wx package as soon as possible.
  import wxPython
/opt/local/lib/python2.4/site-packages/wx-2.8-mac-unicode/wx/_core.py:13967: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")
WXAgg's accelerator requires wxPython
running build

Change History (3)

comment:1 Changed 17 years ago by roederja

Cc: jann@… added

Are you sure that it doesn't work ? The excerpt that you gave only gives a warning. I know that it works with wxpython26, so we might need to change the dependency for matplotlib.

comment:2 Changed 17 years ago by jochen@…

Resolution: fixed
Status: newclosed

This was actually neither a a py-wxpython nor a py-matplotlib bug, but an issue with python itself (_locale.so not being build).

Seems to be fixed by r25391.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.