bottle tag

5 questions


1 answers
54 views
0
SimpleTemplate shows only part of format_now even if value={{format_now}}

I would like to use datetime.strftime in the SimpleTemplate of Bottle to match the value in the form to the pattern specified in the pattern attributeIf strftime is executed, the value of format_now s...

2 years ago

1 answers
125 views
0
The Bottle does not display Hello World on the web page.

Prerequisites/What you want to achieveI would like to display Hello World on the web page in Bottle.Problems/Error Messages you are experiencing仮想 Create a virtual environment②Install Bottle③Run the p...

2 years ago

1 answers
134 views
0
Results cannot be displayed in the web app created in Python (Bottle)

I'm a Python beginner.I would like to display the program I created in Python (simple calculation/mahjong library) in my web browser using the bottle framework.*Partial modificationsPython 3.8 and abo...


1 answers
95 views
0
How Dynamic Routing Filters Work in the Bottle Framework

I'm using a tutorial from Python's web application framework, Bottle, but it's stuck in the Dynamic Routing filter.Specifically, execute the following code: from bottle import route, run, template@rou...

2 years ago

1 answers
93 views
0
@route('/hello/') on the bottle, but the top page is 404

http://localhost:8080/ and http://127.0.0.1:8080/ have tried to access, but the following error appears:Error: 404 Not Found Sorry, the requested URL 'http://127.0.0.1:8080/ 'cause an error: Not found...

2 years ago

© 2024 OneMinuteCode. All rights reserved.