I installed "Levenstein" package from PyPI website:
https://pypi.python.org/pypi/python-Levenshtein/0.11.2
My hello.py file has the following 3 lines of code
print("inside the file: Working here...")
from Levenshtein import distance
print(distance("abcd", "cdefgh"))
PyInstaller creates executable without any error but I suppose the above
package being non-standard is missed. I get the following error:
$ ./hello
inside the file: Working here...
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named Levenshtein
I looked at the document but couldn't figure out how to use "hooks". I
tried to create hooks-Levenshtein, but I am not sure what to put there. I
tried to make my example as simple as possible.
Thanks
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.