Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

ImportError: No module named 'sgmllib' I am using Python 3.4. I converted the given files using 2to3 converter but sill get this error any solution?

OpenStudy (anonymous):

I believe `sgmllib` is not supported in Python 3.4 and you'd probably have to change any parts involving that library to use something like `html.parser` instead.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!