I have an issue running the compiled application from the two-line code: #trytables.exe code
import tables print "Hello World" The error when running the EXE in the target computer is: Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\python27\lib\site-packages\PyInstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_importers.py" , line 270, in load_module File "C:\Documents and Settings\nguyencp\Desktop\SandBox\FlowBenchmarkTool_v2\build\trytables\out00-PYZ.pyz\tables" , line 30, in <module> File "c:\python27\lib\site-packages\PyInstaller-2.1-py2.7.egg\PyInstaller\loader\pyi_importers.py" , line 409, in load_module ImportError: DLL load failed: The specified module could not be found. And t -- 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.
