gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] Umlauts on Python 2.3


From: Ian Haywood
Subject: [Gnumed-devel] Umlauts on Python 2.3
Date: Sat, 22 Nov 2003 11:26:57 +1100

/home/ian/gnumed/gnumed/client/wxpython/gmTopPanel.py:12: DeprecationWarning: 
Non-ASCII character '\xc4' in file 
/home/ian/gnumed/gnumed/client/wxpython/gmPatientSelector.py on line 57, but no 
encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import gmLog, gmGuiBroker, gmGP_PatientPicture, gmPatientSelector, 
gmDispatcher, gmSignals, gmPatient, gmPG, gmGuiHelpers
/home/ian/gnumed/gnumed/client/wxpython/gmPatientSelector.py:28: 
DeprecationWarning: Non-ASCII character '\xe4' in file 
/home/ian/gnumed/gnumed/client/business/gmKVK.py on line 272, but no encoding 
declared; see http://www.python.org/peps/pep-0263.html for details
 
In gmTopPanel.py (using python 2.3) the presence of umlauts and other "foreign" 
characters causes this complaint.

The line # coding: latin-1 fixes the problem.

Ian

-- 
PGP public key E750652E at wwwkeys.pgp.net
9BF0 67B7 F84F F7EE 0C42  C063 28FC BC52 E750 652E




reply via email to

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