Eel: ptyhon/pyinstaller : eel to exe tells me: ( filenotfounderror: [errno 2] no such file or directory: 'eel' ) in auto-py-to-exe-master

Created on 19 Oct 2019  路  2Comments  路  Source: ChrisKnott/Eel

ptyhon/pyinstaller : eel to exe tells me: ( filenotfounderror: [errno 2] no such file or directory: 'eel' ) in auto-py-to-exe-master ,or [ permission is denied in cmd ]>>> when I tried in cmd . my OS win32bit python3.7 #52

my command line is: pyinstaller -y -F -i "C:/Users/Broo/Desktop/Barq/barq.ico" --add-data "C:/Users/Broo/Desktop/Barq/web";"web/" -m eel --hidden-import win32com "C:/Users/Broo/Desktop/Barq/pass.py".

my OS win32bit

python 3.7
Eel 0.10.4
pyinstaller 3.5

the project is designed to work with internet.

help wanted

Most helpful comment

Your command should start with python -m eel ...

All 2 comments

Your command should start with python -m eel ...

@ChrisKnott Thank you very mach it's work correctly

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axl3blaz3 picture axl3blaz3  路  4Comments

datainvestor picture datainvestor  路  5Comments

mattiaornaghi picture mattiaornaghi  路  5Comments

Swicegood picture Swicegood  路  4Comments

alifeinbinary picture alifeinbinary  路  3Comments