gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] python / wxpython


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] python / wxpython
Date: Mon, 24 Aug 2015 00:27:36 +0200

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]