>
>
> 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
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
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
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
+ 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
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
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
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
>
>
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
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
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)
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()
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
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
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
--
http://mail.python.org/mailman/listinfo/python-list
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
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
18 matches
Mail list logo