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 to access WebTours "In

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 following is my code >> >> > def getDetails(self,username,password): >> > urllib

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): > >     urllib = urllib2.Request > >     idurl="ht

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.HTTPSConnection("s