Re: python / wxpython
"Karsten Hilbert" <[email protected]>
| Newsgroups | gmane.comp.gnu.medical.devel |
|---|---|
| Message-ID | <trinity-123a6b9e-8137-47e3-bbba-39168719b366-1440368856373@3capp-gmx-bs13> |
> 2015-08-24 00:04:30 CRITICAL gm.tools (C:\Python27\lib\site- > packages\Gnumed\pycommon\gmTools.py::handle_uncaught_exception_console() > #114): unhandled exception caught > Traceback (most recent call last): > File "C:\Programme\GNUmed-client\bin\gnumed.py", line 664, in <module> > from Gnumed.wxpython import gmGuiMain > File "C:\Python27\lib\site-packages\Gnumed\wxpython\gmGuiMain.py", line 129, > in <module> > from Gnumed.wxpython import gmPregWidgets > File "C:\Python27\lib\site-packages\Gnumed\wxpython\gmPregWidgets.py", line > 45, in <module> > from wxGladeWidgets import wxgEdcCalculatorDlg > ImportError: No module named wxGladeWidgets VERY strange because this is clearly a bug so one wonders how it would have worked at all until now. The line needs to read: from Gnumed.wxGladeWidgets import wxgEdcCalculatorDlg Karsten