python - PyCharm import Error: No module named 'resource' -


i using python 2.7.10 pycharm 2017.2.1. python script requires 'import resource' after pycharm upgrade received following error 'importerror: no module named 'resource'' read related post , apply possible solutions still unsuccessful.

importerror: no module named 'resource'

i have no idea of else can here totally stuck error.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -