-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.txt
38 lines (36 loc) · 3.67 KB
/
file.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
python : C:\Users\INDIA\AppData\Local\Programs\Python\Python311\python.exe: can't open file 'D:\\python programs\\Flask Project\\First': [Errno
2] No such file or directory
At line:1 char:1
+ python First Flask.py >> file.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\INDIA\...le or directory:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Done!
* Serving Flask app 'First Flask'
* Debug mode: on
python : WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
At line:1 char:1
+ python 'First Flask.py' >> file.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (WARNING: This i...server instead.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
* Running on http://127.0.0.1:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 682-209-048
127.0.0.1 - - [14/Sep/2023 15:01:57] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2023 15:01:57] "GET /static/style.css HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2023 15:01:58] "GET /static/favicon.ico HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2023 15:02:19] "GET /Harsha HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2023 15:02:19] "GET /static/style.css HTTP/1.1" 304 -
127.0.0.1 - - [14/Sep/2023 15:02:19] "GET /static/favicon.ico HTTP/1.1" 304 -
* Detected change in 'D:\\python programs\\Flask Project\\First Flask.py', reloading
Done!
* Restarting with stat
* Debugger is active!
* Debugger PIN: 682-209-048
127.0.0.1 - - [14/Sep/2023 15:06:09] "GET /Harsha HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2023 15:06:09] "GET /static/style.css HTTP/1.1" 304 -
127.0.0.1 - - [14/Sep/2023 15:06:09] "GET /static/favicon.ico HTTP/1.1" 304 -
Done!