Re: python / wxpython
"Karsten Hilbert" <[email protected]>
| Newsgroups | gmane.comp.gnu.medical.devel |
|---|---|
| Message-ID | <trinity-e6663a85-3ae4-4871-9e09-689057325a48-1440365671456@3capp-gmx-bs13> |
https://github.com/johnpaulett/python-hl7/ https://pypi.python.org/pypi/hl7/ http://python-hl7.readthedocs.org/en/latest/ > Gesendet: Sonntag, 23. August 2015 um 23:28 Uhr > Von: "Sebastian Hilbert" <[email protected]> > An: [email protected] > Betreff: Re: [Gnumed-devel] python / wxpython > > Am Sonntag, 23. August 2015, 15:56:06 schrieb Karsten Hilbert: > > > What are the preferred versions for python and wxpython ? > > > > > > I am currently packaging 1.5.6 with python 2.6.6 and wxpython 2.8 > > > > Python 2.7.latest would be recommendable as GNUmed code starts to acquire > > Python 3 migration preparation changes some of which aren't available > > before Python 2.7. > > > > Invested some time to bring up everything to python 2.7 > > 1.5.7rc3 won't start on Windows because of missing hl7 library. > > 2015-08-23 23:19:12 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 106, > in <module> > from Gnumed.wxpython import gmMedicationWidgets > File "C:\Python27\lib\site-packages\Gnumed\wxpython\gmMedicationWidgets.py", > line 416, in <module> > from Gnumed.wxGladeWidgets import wxgConsumableSubstanceEAPnl > File "C:\Python27\lib\site- > packages\Gnumed\wxGladeWidgets\wxgConsumableSubstanceEAPnl.py", line 15, in > <module> > from Gnumed.wxpython.gmMeasurementWidgets import cUnitPhraseWheel > File "C:\Python27\lib\site- > packages\Gnumed\wxpython\gmMeasurementWidgets.py", line 42, in <module> > from Gnumed.business import gmHL7 > File "C:\Python27\lib\site-packages\Gnumed\business\gmHL7.py", line 15, in > <module> > import hl7 as pyhl7 > ImportError: No module named hl7 > > Will check what can be done. > > _______________________________________________ > Gnumed-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnumed-devel >