[Radiance-general] brad

Randolph M. Fritz RFritz at lbl.gov
Mon Jul 18 12:10:54 PDT 2011


Lars, the code is an e-accent-grave in the ISO 8859-1 character set.  
Current versions of Python can be made to accept that character set by 
adding a comment containing "coding=latin-1" in the first two lines of 
the module file.

This could be one of the following lines:
  # coding=latin-1
  # -*- coding: latin-1 -*- (for Emacs)
  # vim: set fileencoding=latin-1 : (for vim)

Hope this helps!

Francesco, if you're reading, could you pick up this change?

-- 
Randolph M. Fritz • RFritz at lbl.gov
Environmental Energy Technologies Division • Lawrence Berkeley Labs





More information about the Radiance-general mailing list