gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] errors bootstrapping from cvs


From: Dave Cramer
Subject: [Gnumed-devel] errors bootstrapping from cvs
Date: Tue, 22 Apr 2008 19:42:07 -0400

Hi,

I get the following error
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 6-8: invalid data 2008-04-22 19:39:57 ERROR gm.bootstrapper (./ bootstrap_gm_db_system.py::<module>() #1278): unhandled exception caught
Traceback (most recent call last):
 File "./bootstrap_gm_db_system.py", line 1276, in <module>
   main()
 File "./bootstrap_gm_db_system.py", line 1252, in main
   file = cfg_file
File "/Users/davec/projects/gnumed/client/gnumed/Gnumed/pycommon/ gmCfg2.py", line 331, in add_file_source
   data = parse_INI_stream(stream = cfg_file)
File "/Users/davec/projects/gnumed/client/gnumed/Gnumed/pycommon/ gmCfg2.py", line 200, in parse_INI_stream
   for line in stream:
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/codecs.py", line 631, in next
   return self.reader.next()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/codecs.py", line 562, in next
   line = self.readline()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/codecs.py", line 477, in readline
   data = self.read(readsize, firstline=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/codecs.py", line 424, in read
   newchars, decodedbytes = self.decode(data, self.errors)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 6-8: invalid data

bootstrapping from CVS




reply via email to

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