On 2018-01-10 11:52, Cato Nano wrote: > When called from within a python3 prompt, Proteus gets found > > But this time xmlrpclib is missing > > Also, xmlrpclib is not declared as a dependency in the Proteus setup.py file
xmlrpclib is a standard library of Python so it should not be declared as dependency. But indeed xmlrpclib is the name for Python2, in Python3 it should be xmlrpc. Normally, when installing proteus with Python3, the code is transformed and xmlrpclib is changed for xmlrpc. So it seems the installation is wrong. I guess it should be reported to the distribution you are using. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20180111000732.GE3972%40kei.
