Arg0s1080 / mrz

Machine Readable Zone generator and checker for official travel documents sizes 1, 2, 3, MRVA and MRVB (Passports, Visas, national id cards and other travel documents)
GNU General Public License v3.0
328 stars 122 forks source link

No module named 'examples.functions' #36

Open knoxeer opened 3 years ago

knoxeer commented 3 years ago

When running on Linux Manjaro, I get the error:

File "/home/user/mrz/examples/mrz_generator_samples/passport_uto.py", line 5, in from examples.functions.functions import open_image ModuleNotFoundError: No module named 'examples.functions'

Run command: python passport_uto.py How i can fix this error?

Arg0s1080 commented 3 years ago

Hi whats up,

I dont know why this error occurs. open_image function its in the project --> https://github.com/Arg0s1080/mrz/blob/master/examples/functions/functions.py

Have you cloned correctly the repository?

BR