Re: Pysftp Issue File Upload is not working - put command

2020-03-10 Thread NAND KISHORE
> > > Hi >We have requirement where we need to get file from client path and then > upload the same to vendor directory path. I am not able to upload the file > to vendor directory path , however when I tried to use the WINSCP it worked > fine. So I thought of checking with Gurus what is wrong

Issue with PYSFTP - Working in WINSCP

2020-03-10 Thread NAND KISHORE
Hi We have requirement where we need to get file from client path and then upload the same to vendor directory path. I am not able to upload the file to vendor directory path , however when I tried to use the WINSCP it worked fine. So I thought of checking with Gurus what is wrong I am doing in

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

2019-10-28 Thread Kishore m
ystem cannot find the file specified. : couldn't spawn child process: C:/Users/Pavan Kishore/Downloads/Web Tours 1.0/WebTours/cgi-bin/welcome.pl, referer: http://127.0.0.1:1080/WebTours/index.htm *Possible steps which caused Issues:* (This Issue came up after below changes on system) 1. Installe

'python' is not recognized as an internal or external command

2019-09-01 Thread G Kishore
nal or external command," error is thrown. Done the path variable in the environmental variables as the location where python is installed. Thanks Kishore -- https://mail.python.org/mailman/listinfo/python-list

Re: Listing link urls

2017-10-29 Thread Kishore Kumar Alajangi
+ tutor On Sun, Oct 29, 2017 at 6:57 AM, Kishore Kumar Alajangi < akishorec...@gmail.com> wrote: > Hi, > > I am facing an issue with listing specific urls inside web page, > > https://economictimes.indiatimes.com/archive.cms > > Page contains link urls by year and mont

Listing link urls

2017-10-29 Thread Kishore Kumar Alajangi
import urllib.request import scrapy file = open("output.txt", "r") for i in file: urls = urllib.request.Request(i, headers={'User-Agent': 'Mozilla/5.0'}) data1 = urllib.request.urlopen(urls).read() page1 = BeautifulSoup(data1, 'html.parser

How can I copy one excel file data to another excel file by excluding hidden rows content using Python

2016-10-19 Thread Kishore JK
I need to copy one excel file data into another excel file by excluding rows which were hidden in source excel file. https://i.stack.imgur.com/NPUK6.png As shown in the image, from the source excel file, I need to copy the data of row numbers 116,135 and 139 and exclude all the remaining rows w

Re: pyserial script doesnt execute properly

2010-03-10 Thread kishore
On Mar 10, 1:07 pm, "Gabriel Genellina" wrote: > En Tue, 09 Mar 2010 12:01:22 -0300, kishore > escribió: > > > > > > >> > Iam using python 2.5.4 > >> > pyserial  2.4 > >> > pywin32-214 > >> > on windows 7 > >

Re: pyserial script doesnt execute properly

2010-03-09 Thread kishore
On Mar 9, 8:01 pm, kishore wrote: > On Mar 9, 2:19 pm, News123 wrote: > > > > > Hi, > > > kishore wrote: > > > hello there > > > > Iam using python 2.5.4 > > > pyserial  2.4 > > > pywin32-214 > > > > on windows

Re: pyserial script doesnt execute properly

2010-03-09 Thread kishore
On Mar 9, 8:01 pm, kishore wrote: > On Mar 9, 2:19 pm, News123 wrote: > > > > > Hi, > > > kishore wrote: > > > hello there > > > > Iam using python 2.5.4 > > > pyserial  2.4 > > > pywin32-214 > > > > on windows

Re: pyserial script doesnt execute properly

2010-03-09 Thread kishore
On Mar 9, 2:19 pm, News123 wrote: > Hi, > > > > kishore wrote: > > hello there > > > Iam using python 2.5.4 > > pyserial  2.4 > > pywin32-214 > > > on windows 7 > > > i hav a small test script written to query a serial device (arduino)

pyserial script doesnt execute properly

2010-03-09 Thread kishore
hello there Iam using python 2.5.4 pyserial 2.4 pywin32-214 on windows 7 i hav a small test script written to query a serial device (arduino) and get back reply appropriately file: test.py import serial print 'hi' ser=serial.Serial(port='\\.\COM2', baudrate=9600) ser.close() ser.open()

URGENT REQUIREMENT FOR PYTHON DEVELOPERS

2007-09-27 Thread kishore
HI THIS IS KRISHNA KISHORE FROM MindRiver. We have an Urgent requirement for Python Developers who have 5-7 YRS of EXP. SKILLS :PYTHON AND C/C++ WORK LOCATION: BANGALROE PLEASE REVERT US WITH YOUR UPDATED PROFILES. Thanks & Regards, Kishore Seethanraju |Se

RE: Python-list Digest, Vol 48, Issue 391

2007-09-26 Thread kishore
Hi This is krishna kishore from MindRiver. We have an Urgent requirement for Python Developers with 5-7Yrs of Exp Mandatory Skills :Python and c and c++ Exp :5-7 yrs

Urgent Requirement for Bangalore Location

2007-09-26 Thread kishore
Hi This is krishna kishore from MindRiver. We have an Urgent requirement for Python Developers with 5-7Yrs of Exp Mandatory Skills :Python and c and c++ Exp :5-7 yrs Qualification

intact

2007-07-16 Thread Kishore kumar Manikonda
-- http://mail.python.org/mailman/listinfo/python-list

Unable to start IDLE

2007-06-07 Thread Kishore D
Hi, I am facing a problem in starting IDLE. The hourglass appears for a while and then goes off. When i tried opening it after switching of the firewall, it still din help. If some other program is accessing the port can anyone tell me how to assign the port to python. Thanks . -- http://mail

Re: dynamic call of a function

2005-01-22 Thread kishore
Hi Luigi Ballabio, Thankyou very much for your reply, it worked well. Kishore. Luigi Ballabio wrote: > At 10:37 AM 10/19/01 +0200, anthony harel wrote: > >Is it possible to make dynamic call of a function whith python ? > > > >I have got a string that contains the name of t