** Changed in: openobject-addons
       Status: New => Fix Released

-- 
Dia Export script codegen-openerp.py Unicode Path Bug Report
https://bugs.launchpad.net/bugs/389260
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Fix Released

Bug description:
Dia for Win32 (with python plugin)

To export dia file to openerp zip package. It's raised exception @line "  
self.filename = filename" in codegen-openerp.py when export to a path include 
unicode char. 

Just fixed it like :

self.filename = filename.encode(sys.getfilesystemencoding())



mrshelly
2009/06/19



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to