GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

UserWarning: wxPython/wxWidgets release number mismatch on rhe-compute1 #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run eqrm_core\demo\plot\execute_all_demos.py
2. Once the execute_demos() gets run warning messages printed on screen
3.

What is the expected output? What do you see instead?
No warning displayed. The plots appear to be created successfully however.

Please use labels and text to provide additional information.
Warning message:
/usr/local/python-2.7.2/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core
.py:14532: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")

Original issue reported on code.google.com by b...@girorosso.com on 22 Mar 2012 at 1:31