Before including cefpython, pyinstaller works as expected and generate exec file. I am new to this technology I don't know why this error getting because of pyinstaller problem or any other issues.
Is anything other than pyinstaller available to generate the exec in ubuntu?
Version using:
CEF Python 57.0
Python 2.7.12 64bit
wxPython 4.0.0b2 gtk2 (phoenix)
Create Exec file:
ex: pyinstaller --onefile wxpython.py
Error:
Traceback (most recent call last):
File "wxpython.py", line 11, in <module>
from cefpython3 import cefpython as cef
File "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
exec(bytecode, module.__dict__)
File "cefpython3/__init__.py", line 45, in <module>
File "PyInstaller/loader/pyiboot01_bootstrap.py", line 136, in __init__
File "ctypes/__init__.py", line 362, in __init__
OSError: /tmp/_MEInJSebh/cefpython3/libcef.so: cannot open shared object file: No such file or directory
Failed to execute script wxpython
Please let me know the solution for this.