metagoofil
metagoofil copied to clipboard
ImportError: No module named myparser
What steps will reproduce the problem?
1. I Ran metagoofil.py
2. Module Error
3.
What is the expected output? What do you see instead?
Error on the module
What version of the product are you using? On what operating system?
2.2, Ubuntu 12.04
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 4 Apr 2013 at 11:17
I had the same issue. myparser.py is in the trunk folder of the source. If you
copy it over and try running metagoofil.py again then you'll see another module
called zlib is also missing.
Original comment by [email protected]
on 6 Apr 2013 at 6:37
I run openSuse 12.3 and got the same error. Are there a working stable version ?
Original comment by [email protected]
on 23 Sep 2013 at 4:19
Have you tried the latest version that is available on the SVN trunk, of Google
code?
Original comment by [email protected]
on 23 Sep 2013 at 4:29
I did checkout the latest version from SVN Trunk and now its works fine. Thanks
mate!
Original comment by [email protected]
on 23 Sep 2013 at 5:18
any solution ?
File "......../metagoofil-2.2/discovery/googlesearch.py", line 3, in
Is what I got. Found that the class is called parser if im correct and I've replaced the class name myparser on googlesearch.py with parser. now zLib is the issue.