Python Forum
I am having a problem with my Slider
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I am having a problem with my Slider
#4
Here is folder setup.
slider\
|-- app.py
  templates\
    |-- index.html
  static\
    css\
      |-- style.css # can be empty or missing
You have done pip install Flask
In folder:
E:\all_flask\2019\slider
λ ls # or dir in cmd
app.py  static/  templates/

# Check install
E:\all_flask\2019\slider
λ pip install Flask
Requirement already satisfied: Flask in c:\python37\lib\site-packages (1.0.2)
Requirement already satisfied: Werkzeug>=0.14 in c:\python37\lib\site-packages (from Flask) (0.14.1)
Requirement already satisfied: itsdangerous>=0.24 in c:\python37\lib\site-packages (from Flask) (0.24)
Requirement already satisfied: click>=5.1 in c:\python37\lib\site-packages (from Flask) (7.0)
Requirement already satisfied: Jinja2>=2.10 in c:\python37\lib\site-packages (from Flask) (2.10)
Requirement already satisfied: MarkupSafe>=0.23 in c:\python37\lib\site-packages (from Jinja2>=2.10->Flask) (1.0)

# Run app
E:\all_flask\2019\slider
λ python app.py
 * Serving Flask app "app" (lazy loading)
 * Environment: production
   WARNING: Do not use the development server in a production environment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 334-187-997
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Now you see address http://127.0.0.1:5000/ copy to browser.
How it shall look in browser,see that values are live updated when move slider.
[Image: 3qC9Ey.jpg]
Reply


Messages In This Thread
I am having a problem with my Slider - by Hadad - Jul-22-2019, 02:31 AM
RE: I am having a problem with my Slider - by Hadad - Jul-23-2019, 06:21 PM
RE: I am having a problem with my Slider - by snippsat - Jul-23-2019, 06:45 PM
RE: I am having a problem with my Slider - by Hadad - Jul-23-2019, 07:14 PM
RE: I am having a problem with my Slider - by Hadad - Jul-24-2019, 01:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using range slider in flask webpage to use in python KimPet 2 7,639 Jan-23-2021, 11:58 PM
Last Post: snippsat
  reduce volume slider to 0% metulburr 6 3,628 Jun-15-2019, 09:58 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020