I tried to use the client on Windows with python 2.7 and i have the following error :
ImportError: No module named 'resource'
This error occurs because 'resource' module is only available for UNIX system.
Is 'resource' module usage could be optional in a Windows application ?
Regards.
I tried to use the client on Windows with python 2.7 and i have the following error :
ImportError: No module named 'resource'
This error occurs because 'resource' module is only available for UNIX system.
Is 'resource' module usage could be optional in a Windows application ?
Regards.