Hi all
Just want to post some bug information, /maybe i must post in some bug tracking 
system/ but here it is

XML-RPC dont work under windows

I trace the problem until line in tools\translate.py
    if os.name == 'nt':
        from report.report_sxw import _LOCALE2WIN32
        lang = _LOCALE2WIN32.get(lang, lang)

This early import of report module put 3 records in netsvc.py SERVICES = {} 
which sets SimpleXMLRPCRequestHandler self.rpc_paths
and where the requested path is checked you will receive 'could not connect to 
server'

Resolution for now is just to copy _LOCALE2WIN32 from report_sxw.py in 
translate.py

And finally, this change was introduced in revision 1699




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=34248#34248

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to