erikriver / opengraph

A python module to parse the Open Graph Protocol
http://ogp.me/
MIT License
226 stars 82 forks source link

import opengraph #24

Open Arekkusuva opened 7 years ago

Arekkusuva commented 7 years ago

from opengraph import OpenGraph cannot import name 'OpenGraph' in opengraph/init.py

Zerokami commented 6 years ago

This is a Python 3 issue and hasn't been solved since ages.

This is why we have six and future.

Please use six and update this.

776166 commented 6 years ago

Still not working. Can somebody make a pull request?

PaulHarrer commented 5 years ago

@776166 If you still have a problem with the package go ahead and use the version ported for Python 3 here: https://pypi.org/project/opengraph_py3

Then you can use it by import opengraph_py3instead of opengraphand you're good to go ;)