I have python 2.7 script which is using https://pypi.python.org/pypi/grab 
module.
I convert it to windows executable using command:
c:\python27\python 
C:\Python27\Lib\site-packages\pyinstaller-2.0\pyinstaller.py --onefile 
dropbox.py

when I launch executable, I get error:

Traceback (most recent call last):
  File "<string>", line 8, in <module>
  File 
"C:\Python27\Lib\site-packages\pyinstaller-2.0\PyInstaller\loader\iu.py", 
line 409, in importHook
    raise ImportError("No module named %s" % fqname)
ImportError: No module named grab

Is it possible to make it work?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to