Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-10 Thread Greg Ewing
On 11/07/21 2:24 am, Dennis Lee Bieber wrote: Off-hand, that looks like a BASH command, so stuff it in your .bashrc or .profile and see what happens. Or make yourself a little shell script that starts flask with the appopriate settings. -- Greg --

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread vergos....@gmail.com
Στις Παρασκευή, 9 Ιουλίου 2021 στις 11:48:43 μ.μ. UTC+3, ο χρήστης Menno Holscher έγραψε: > Op 09-07-2021 om 15:01 schreef vergos@gmail.com: > > please tell me what i need to do to be able to see error messages in > > browser and not only via console: > > > > app = Flask(__name__) > >

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread Menno Holscher
Op 09-07-2021 om 15:01 schreef vergos@gmail.com: please tell me what i need to do to be able to see error messages in browser and not only via console: app = Flask(__name__) app.debug = True application = app The above only displays error via console into the error_log, having to open it

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread vergos....@gmail.com
Στις Παρασκευή, 9 Ιουλίου 2021 στις 4:10:29 μ.μ. UTC+3, ο χρήστης Chris Angelico έγραψε: > On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com > wrote: > > please tell me what i need to do to be able to see error messages in > > browser and not only via console: > > > > app =

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread vergos....@gmail.com
Στις Παρασκευή, 9 Ιουλίου 2021 στις 4:10:29 μ.μ. UTC+3, ο χρήστης Chris Angelico έγραψε: > On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com > wrote: > > please tell me what i need to do to be able to see error messages in > > browser and not only via console: > > > > app =

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread Chris Angelico
On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com wrote: > please tell me what i need to do to be able to see error messages in browser > and not only via console: > > app = Flask(__name__) > app.debug = True > application = app > > The above only displays error via console into the

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread vergos....@gmail.com
Στις Παρασκευή, 9 Ιουλίου 2021 στις 3:57:11 μ.μ. UTC+3, ο χρήστης Menno Holscher έγραψε: > Op 09-07-2021 om 08:14 schreef vergos@gmail.com: > > Στις Παρασκευή, 9 Ιουλίου 2021 στις 12:03:00 π.μ. UTC+3, ο χρήστης Menno > > Holscher έγραψε: > >> Op 08-07-2021 om 15:42 schreef

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread Menno Holscher
Op 09-07-2021 om 08:14 schreef vergos@gmail.com: Στις Παρασκευή, 9 Ιουλίου 2021 στις 12:03:00 π.μ. UTC+3, ο χρήστης Menno Holscher έγραψε: Op 08-07-2021 om 15:42 schreef vergos@gmail.com: import flask dir(flask) ['Blueprint', 'Config', 'Flask', 'Markup', 'Request', 'Response',

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-09 Thread vergos....@gmail.com
Στις Παρασκευή, 9 Ιουλίου 2021 στις 12:03:00 π.μ. UTC+3, ο χρήστης Menno Holscher έγραψε: > Op 08-07-2021 om 15:42 schreef vergos@gmail.com: > > i just moved from bottleframework to flask. I changes what needed to be > > altered to convert the code and when i run it i just get "Internal

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Menno Holscher
Op 08-07-2021 om 15:42 schreef vergos@gmail.com: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" This error is the error any web site shows when the code of your application has an

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread vergos....@gmail.com
tagg > > έγραψε: > > > >> Hi > >> > >> Do you have a file or folder named 'flask' in the same directory as > >> www.py by any chance? > >> > >> Steve > >> > >> On Thu, Jul 8, 2021 at 4:50 PM vergos@gmail.c

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread vergos....@gmail.com
Στις Πέμπτη, 8 Ιουλίου 2021 στις 7:16:27 μ.μ. UTC+3, ο χρήστης Stestagg έγραψε: > [my reply on the list this time :)] > > That's fine. Sorry, I should have provided more information. > > This type of error that you're gettting /can/ happen if you have the > library correctly installed, but

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread vergos....@gmail.com
Στις Πέμπτη, 8 Ιουλίου 2021 στις 7:09:49 μ.μ. UTC+3, ο χρήστης Stestagg έγραψε: > Hi > > Do you have a file or folder named 'flask' in the same directory as www.py > by any chance? No, the way i have installed flask was under root account with the command pip3 install flask. But even if i

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Stestagg
; >> Do you have a file or folder named 'flask' in the same directory as >> www.py by any chance? >> >> Steve >> >> On Thu, Jul 8, 2021 at 4:50 PM vergos....@gmail.com < >> vergos.niko...@gmail.com> wrote: >> >>> i just moved from bottlefra

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Stestagg
ert the code and when i run it i just get "Internal server > error" > > Running tail -f ../logs/error_log i get no errors. > > How can i find out what is the culprit here? > > [nikos@superhost wsgi]$ export FLASK_APP=www.py > [nikos@superhost wsgi]$ export FLA

Re: i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no

2021-07-08 Thread Νίκος Βέργος
4:50 PM vergos@gmail.com < > vergos.niko...@gmail.com> wrote: > >> i just moved from bottleframework to flask. I changes what needed to be >> altered to convert the code and when i run it i just get "Internal server >> error" >> >> Running tail -f ../

i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no err

2021-07-08 Thread vergos....@gmail.com
i just moved from bottleframework to flask. I changes what needed to be altered to convert the code and when i run it i just get "Internal server error" Running tail -f ../logs/error_log i get no errors. How can i find out what is the culprit here? [nikos@superhost wsgi]$ export