Hi List 
I installed "xlrd" package from https://pypi.python.org/pypi/xlrd/0.9.3.

In my super simplified example code below, it compiles without any error 
but gives error at runtime. 

I do know that it is not a standard package and after searching for a while 
I came to know that I need to do some hooks. Which file do I need to 
include (where) and what will be its content?


*hello.py*
print("inside the file: Working here...")
import xlrd
print("Hi")



*Error*
HP-ZBook-15:~/Desktop/hello/dist/hello$ ./hello
inside the file: Working here...
Traceback (most recent call last):
  File "<string>", line 2, in <module>
ImportError: No module named xlrd


Thanks for help.
Mary

-- 
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.

Reply via email to