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
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
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
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