python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Browser instead of GUI in CRA #451

Closed amantiwari1 closed 3 years ago

amantiwari1 commented 3 years ago

Eel version Please state the version of Eel you're using. Eel==0.14.0

Describe the bug Open default Browser by itself instead GUI

To Reproduce Steps to reproduce the behavior:

  1. Install Command - yarn install and pip install * ,
  2. Run Command - yarn build and open default Browser by itself instead GUI
  3. Build npm run build and python -m eel eel_CRA.py build --onefile
  4. Click on "eel_CRA.exe"
  5. Still Open default Browser by itself instead GUI

Expected behavior Open default Browser by itself instead GUI

Screenshots If applicable, add screenshots to help explain your problem. Open Browser by itself after clicking exe file eelreact

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

amantiwari1 commented 3 years ago

I found it Solution