Re: Error running the exe file in Windows "Failed to execute script pyi_rth_pkgres"

2016-08-10 Thread Ernest Bonat, Ph.D.
Hi, I have fixed this problem by following the steps: 1. Uninstall the PyInstaller downloaded from http://www.pyinstaller.org/ pip install pyinstaller 2. Install the PyInstaller from the GitHub developer repository pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

Error running the exe file in Windows "Failed to execute script pyi_rth_pkgres"

2016-08-07 Thread Ernest Bonat, Ph.D.
Hi, I have created a simple Python program including the following packages: import numpy as np import matplotlib.pyplot as plt import pandas as pd if __name__ == '__main__': print("Hi!") I have created the installation package using PyInstaller with the following command line: