Re: [PyInstaller] json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

2019-04-04 Thread Jones, Bryan
Use the development version, which contains a fix for this. On Thu, Apr 4, 2019 at 2:12 AM wrote: > hello all, > > I am facing difficulties in making .exe for .py. I am getting below error. > Error : > > 100 INFO: PyInstaller: 3.4 > 100 INFO: Python: 3.6.0 > 100 INFO: Platform:

[PyInstaller] json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

2019-04-04 Thread nilkumar . mathur
hello all, I am facing difficulties in making .exe for .py. I am getting below error. Error : 100 INFO: PyInstaller: 3.4 100 INFO: Python: 3.6.0 100 INFO: Platform: Windows-10-10.0.15063-SP0 115 INFO: UPX is not available. 115 INFO: Extending PYTHONPATH with paths

[PyInstaller] ModuleNotFoundError for C++ component

2019-04-04 Thread aanderson
Hi all I get a "ModuleNotFoundError" when running an exe. The exe is compiled using --debug=imports and this says that the module "pikepdf._ccphelpers.py" is missing. However, these is no such module in the pikepdf package. There is a "_ccphelpers.py" module, but including this module via

Re: [PyInstaller] PyInstallers with Ansible Python API

2019-04-04 Thread Hokuto Kagaya
Hello, Thank you Martin, Finally I can execute my app by adding the following files: datas=[("/myapp/path/to/.venv/lib/python3.7/site-packages/ansible/config/base.yml", "ansible/config"), ("/myapp/path/to/.venv/lib/python3.7/site-packages/ansible/config/module_defaults.yml",