You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2025. It is now read-only.
import PyOpenGraph
og = PyOpenGraph("https://google.com")
Returns:
TypeError: 'module' object is not callable
This is with the latest version of PyOpenGraph pulled from Github today, and python 2.7.10, on Mac OS X 10.10.5.
Note that if I run python PyOpenGraph,py it does, work, printing out some page metadata, but if I put the above lines in a script or in the python (or ipython) console, I get the error above.
Returns:
This is with the latest version of PyOpenGraph pulled from Github today, and python 2.7.10, on Mac OS X 10.10.5.
Note that if I run
python PyOpenGraph,pyit does, work, printing out some page metadata, but if I put the above lines in a script or in the python (or ipython) console, I get the error above.