Python Forum
view_db.models [HELP] - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: view_db.models [HELP] (/thread-10949.html)



view_db.models [HELP] - Lartos - Jun-14-2018

Hello !

I want to code a cv-parser so I searched on the internet and found this : https://github.com/lovelyk0910/resume-parser-in-python/blob/master/parser.py

I changed it a bit so it can work on python 3 but I have a problem with one of the last line : from view_db.models import parsed_resume
There is no such module as view_db.models.

Can somebody help me with this ?
Thank for your help