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 -- https://mail.python.org/mailman/listi

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__) > > 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 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 = 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 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 = 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 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 error_log,

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 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-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', 'Sessio

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
t get "Internal server > > error" > This error is the error any web site shows when the code of your > application has an error. > > How can i find out what is the culprit here? > > > > [nikos@superhost wsgi]$ export FLASK_APP=www.py > > [nikos@superh

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 applicat

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:02 μ.μ., ο/η Stestagg > > έγραψε: > > > >> Hi > >> > >> Do you have a file or folder named 'flask' in the same directory as > >> www.py by any chance? > >> > >> Steve > >>

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 wit

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 inst

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
μ., ο/η Stestagg > έγραψε: > >> 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.com < >> vergos.niko...@gmail

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
o 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 FLASK_APP=www.py > [nikos@superhost wsgi]$

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 Νίκος Βέργος
Jul 8, 2021 at 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" >> >> Runn

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

Re: Internal Server Error when trying to access WebTours (an Application built in Strawberry perl)

2019-10-29 Thread dieter
Kishore m writes: > I have installed Python 64 bit 2 days back and had to uninstall Python as I > got below error with webtours application built in Strawberry Perl which im > using from an year without any issue. > > *Problem Statement:* > Internal Server Error when trying

Internal Server Error when trying to access WebTours (an Application built in Strawberry perl)

2019-10-28 Thread Kishore m
Hi Team, I have installed Python 64 bit 2 days back and had to uninstall Python as I got below error with webtours application built in Strawberry Perl which im using from an year without any issue. *Problem Statement:* Internal Server Error when trying to access WebTours *Error message in

Re: https://test.pypi.org/ internal server error

2019-08-24 Thread Manfred Lotz
l address I get an internal server error. > > Same when I try https://test.pypi.org/manage/account/. > > What is the proper place to report the problem? > For the records. In the meantime the internal server error has been fixed. -- https://mail.python.org/mailman/listinfo/python-list

https://test.pypi.org/ internal server error

2019-08-24 Thread Manfred Lotz
I want to exercise how to create a package and upload it to pyi. So, I registered with https://test.pypi.org/. Now, when I click on https://test.pypi.org/manage/account/#account-emails to verify my email address I get an internal server error. Same when I try https://test.pypi.org/manage

Re: AssertionError: Headers already set! Status: 500 Internal Server Error Content-Type: text/plain Content-Length: 59

2013-07-29 Thread Terry Reedy
this code on ubuntu 12.04 using command python hello_world.py error obtained AssertionError: Headers already set! This all comes from webapp2. You should never see assertion error. Report to authors or ask on webapp2 mailing list if there is one. Status: 500 Internal Server Error Content-Typ

AssertionError: Headers already set! Status: 500 Internal Server Error Content-Type: text/plain Content-Length: 59

2013-07-29 Thread Jaiky
ainPage),('/testform',TestHandler)],debug=True) def main(): apps.run() if __name__ == '__main__': main() ### when running this code on ubuntu 12.04 using command python hello_world.py erro

Re: Internal Server error

2009-02-08 Thread Diez B. Roggisch
zaheer.ag...@gmail.com wrote: > On Feb 8, 4:09 pm, "Diez B. Roggisch" wrote: >> zaheer.ag...@gmail.com schrieb: >> >> >> >> > HI >> > I am getting an internal server error while trying get response from a >> > server fo

Re: Internal Server error

2009-02-08 Thread zaheer . agadi
On Feb 8, 4:09 pm, "Diez B. Roggisch" wrote: > zaheer.ag...@gmail.com schrieb: > > > > > HI > > I am getting an internal server error while trying get response from a > > server following is my code > > >    def getDetails(self,username,password

Re: Internal Server error

2009-02-08 Thread Diez B. Roggisch
zaheer.ag...@gmail.com schrieb: HI I am getting an internal server error while trying get response from a server following is my code def getDetails(self,username,password): urllib = urllib2.Request idurl="https://some.server.com/"; port=8181 conn = httplib.HTTPS

Internal Server error

2009-02-08 Thread zaheer . agadi
HI I am getting an internal server error while trying get response from a server following is my code def getDetails(self,username,password): urllib = urllib2.Request idurl="https://some.server.com/"; port=8181 conn = httplib.HTTPSConnection("some.se

mod_python and Internal Server Error ...

2005-06-28 Thread Julien Cigar
Hello, I'm using mod_python 3.1.3 with Apache 2.0.54 on a Debian box with the publisher handler and the Clearsilver template engine, and from time to time apache returns an 500 error code (Internal Server Error). Apache errog.log file looks like : [Tue Jun 28 14:42:12 2005] [error] [clien