metagoofil icon indicating copy to clipboard operation
metagoofil copied to clipboard

ImportError: No module named myparser

Open GoogleCodeExporter opened this issue 9 years ago • 7 comments

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

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

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

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

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

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

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

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

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

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

Same problem, I'm OS X Maverick.

Original comment by [email protected] on 9 Sep 2014 at 2:06

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter

any solution ?

blackghostt avatar Jan 24 '17 02:01 blackghostt

File "......../metagoofil-2.2/discovery/googlesearch.py", line 3, in import myparser

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.

Oscar-Tark avatar Feb 06 '21 14:02 Oscar-Tark