I'm having problems with python when using import

0
I'm trying to use import utils, but I've recently discovered that I did not have this file in the python library, so I tried it anyway, it still gives an error, more specifically it does not appear to be 'import'. . How do I resolve this?

    
asked by anonymous 20.02.2017 / 22:02

1 answer

0

The utils module does not come by default in python. Download or install via pip

See: utils 0.9.0

    
20.02.2017 / 23:16