Jon, I have a number of python files with dos line ending (\r\n), which
can't be parsed with the parser module. If you change the open call  
in importer.py in :
         theSource = file(inPath,'U').read()
the line ending is translated into newline and the script is able to  
read them :)

Cheers,

Gideon

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to