Hello albertca, I controlled that I had the last version and I had a look in the python code again. I'm not a pyhton developper but there's really a problem :
there's a variable defined like this : src_chars = """à áäâÃÃÃÃèéëêÃÃÃÃìÃïîÃÃÃÃòóöôÃÃÃÃùúüûÃÃÃÃçñºª·¤ '"()/*-+?!&$[...@#`'^:;<>=~\%\\""" Between the first """ and the last """, there are 78 chars. In your module, I added the line print(len(src_chars)) and print(src_chars). I got the following results : 77 for the len and all characters except the last one are printed. So, there's a problem with the last \ which is not count but causes the index error. As I told you, I'm not a pyhton programme so I dont know if the last \ in the chain is important or not, but removing it solves my problem .... Thanks -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=44515#44515 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
