Git Product home page Git Product logo

Comments (6)

Kamoba avatar Kamoba commented on September 12, 2024

Ok now see the problem, it open internet explorer which is certainly not my default browser. I copied the link to Firefox and now it works.

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 12, 2024

If chrome is not installed, this will make a call to the built in webbrowser module which opens the page in the default browser. If no default browser is set, you will be asked to select what browser to open the interface in.

from auto-py-to-exe.

Kamoba avatar Kamoba commented on September 12, 2024

Yes Chrome is not installed, i use Chrome portable if needed. But 100% sure my default browser is Firefox (but Firefox portable!).
But how too see the Gui app?
Thanks.

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 12, 2024

If you execute,

import webbrowser
webbrowser.open('https://www.example.com')

What occurs? You should see the default browser open the link.

from auto-py-to-exe.

Kamoba avatar Kamoba commented on September 12, 2024

I got internet explorer open to https://www.example.com.
Now I know why, on my Windows Setting "Default Application" none are set for 'Web browser' so it's why, but all html files are set to openned by Firefox that's what I was referring to, but i see, it's not the same thing.
You didn't tell me how you got the GUI window in your video, an old version maybe?

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 12, 2024

Right, I had said "default browser" before, not meaning to reference the default application for .html files. This application does not open a HTML file in the browser, it goes to a locally hosted address which then downloads HTML; these are two different things.

Since we've cleared this all up and the application is doing what is expected, I'll close the issue. Feel free to comment if we have missed something.

from auto-py-to-exe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.