Hi,
I am facing SSL certificate issue working with python. Can you help me on this.
Thanks,
Neha
DXC Technology India Private Limited - Unit 13, Block 2, SDF Buildings, MEPZ
SEZ, Tambaram, Chennai 600 045, Tamil Nadu. Registered in India, CIN:
U72900TN2015FTC102489.
DXC Technology Company -- T
I'm not able to install pip in my pc it gives following error. what should
I do?
--
https://mail.python.org/mailman/listinfo/python-list
Couldn't install any module from pip
Plz help???
--
https://mail.python.org/mailman/listinfo/python-list
I am new to python, I've been using C++ as as a student till last 3 years.
To expand my knowledge, I installed Python 3.6.0 and when tried to open it,
a pop up window appeared saying- "The program can't start because
api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer. try
reinstalling
hey, there is a failure installing python3.5.0 in my PC can u help
--
https://mail.python.org/mailman/listinfo/python-list
Dear all
I'm using Python 3.4.3. I am facing a problem in integrating using odeint
solver. In the following code, tran is a function and in those are the
variables which are arrays. These variables change their values with respect to
time (the time which I pass to the function). I tried defini
On Monday, 13 October 2014 22:40:07 UTC-7, alex23 wrote:
> On 14/10/2014 11:47 AM, Sagar Deshmukh wrote:
>
> > I have a log file which has lot of information like..SQL query.. number of
> > records read...records loaded etc..
>
> > My requirement is i would like to r
Hi,
I have a log file which has lot of information like..SQL query.. number of
records read...records loaded etc..
My requirement is i would like to read the SQL query completly and write it to
another txt file.. also the log file may not be always same so can not make
static choices...
my lo
On Sunday, August 11, 2013 11:28:31 AM UTC+5:30, Joshua Landau wrote:
> On 11 August 2013 06:18, sagar varule wrote:
>
> > Can any one comment on this..
>
>
>
> If you don't get replies here it's probably because no-one knows
>
> Paramiko. I suggest p
On Thursday, August 8, 2013 12:50:25 PM UTC+5:30, sagar varule wrote:
> Hi All,
>
>
>
> Im using Paramiko for my SSH automation. Im using method that is shown in
> demo_simple.py example which comes with Paramiko. Below is code from
> demo_simple.py.
>
>
>
>
On Tuesday, August 6, 2013 4:05:40 PM UTC+5:30, Gilles wrote:
> Hello
>
>
>
> I need to write a small GUI application that should run on Windows and
>
> Mac.
>
>
>
> What open-source framework would you recommend? I just need basic
>
> widgets (button, listbox, etc.) and would rather a solu
Hi All,
Im using Paramiko for my SSH automation. Im using method that is shown in
demo_simple.py example which comes with Paramiko. Below is code from
demo_simple.py.
As you can make out, below code opens SSH connection and opens Interactie
Shell, and then wait for the command from user.
I wan
On Saturday, August 3, 2013 2:34:10 PM UTC+5:30, Peter Otten wrote:
> Sagar Varule wrote:
>
>
>
> > On Saturday, August 3, 2013 12:17:49 PM UTC+5:30, Peter Otten wrote:
>
> >> [email protected] wrote:
>
>
>
> > Thanks a lot Peter. I app
On Saturday, August 3, 2013 1:50:41 PM UTC+5:30, Steven D'Aprano wrote:
> On Fri, 02 Aug 2013 23:18:47 -0700, punk.sagar wrote:
>
>
>
> > Hi All,
>
> >
>
> > Im new to Python. Im coming from C# background and want to learn Python.
>
> > I was used to do following thing in C# in my previous e
On Saturday, August 3, 2013 12:17:49 PM UTC+5:30, Peter Otten wrote:
> [email protected] wrote:
>
>
>
> > Hi All,
>
> >
>
> > Im new to Python. Im coming from C# background and want to learn Python.
>
> > I was used to do following thing in C# in my previous experiences. I want
>
> > to
Hi All,
Im new to Python. Im coming from C# background and want to learn Python.
I was used to do following thing in C# in my previous experiences. I want to
know how do I implement below example in Python. How these things are done in
Python.
[code]
public class Bank
{
public
bunch of all. My day is saved.
Best Regards,
Sagar Neve.
On Thu, Sep 15, 2011 at 2:35 PM, Gelonida N wrote:
> Hi Sagar,
>
> In order to be able to help you I propose following:
>
> On 09/15/2011 06:54 AM, Sagar Neve wrote:
> . . .
> > print "hell
Yes. It is been resolved now for the sample program. however, as mentioned
in other post. It is not working in the main program
On Thu, Sep 15, 2011 at 10:25 AM, Kushal Kumaran <
[email protected]> wrote:
> On Thu, Sep 15, 2011 at 10:11 AM, Sagar Neve wrote:
> > H
ot;." +
str(cnt)
fout =open(foutname, "a")
fout.write(line)
fout.close
else:
print "here\n";
gives me:
./sample.py: line 9: syntax error near unexpected token `:'
./sample.py: line 9: `if (Opt_Param2 in url):'
Help.
On Thu, Sep 15, 2011 at 9:05 AM, Chris Rebert wrote:
> On Wed, Sep 14, 2011 at 8:33 PM, Sagar Neve wrote:
> > If A in B:
> > does nt seem to
If A in B:
does nt seem to be working.
Am I missing something here.
-$agar
On Sep 15, 2011 7:25 AM, "Chris Rebert" wrote:
> On Wed, Sep 14, 2011 at 6:41 PM, Sagar Neve wrote:
>> Hi,
>> I have a small program where I want to do just a small regex operation.
>&
Hi,
I have a small program where I want to do just a small regex operation.
I want to see if value of a variable 'A' is present in an another variable
'B'. The below code works fine but as soon as the variable 'A' has some
string including a dot it fails.
for example say:
B="dpkg.ipaz
Hi,
I have a small program where I want to do just a small regex operation.
I want to see if value of a variable 'A' is present in an another variable
'B'. The below code works fine but as soon as the variable 'A' has some
string including a dot it fails.
for example say:
B="dpkg.ipaz
Use triple quote:
d = """ this is
a sample text
which does
not mean
anything"""
"goldtech" wrote in message
news:4e25733e-eafa-477b-a84d-a64d139f7...@u34g2000yqu.googlegroups.com...
On Apr 27, 7:31 pm, Brendan Abel <[email protected]> wrote:
> On Apr 27, 7:20 pm, goldtech wrote:
>
> > Hi,
>
Hi All,
Need some idea here:
On my windows machine, there is a Java based program that runs all the time.
Every now and then, a popup appears out of this program.
To close this popup, it requires user to Check the Do-not-show-this-popup
check box and then, click on OKAY button.
Is there a python
Hi
I am sagar. I want to write a python script that will run the python scripts
automatically from a directory. Please help me out to sovle this problem?
--
with regards
Mr. Sagar Panda
Mob:9986142755
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I am not sure how this works, but am composing my query here.
I am trying to expect the below snippet using telnetlib.
#
bash# install
blah blah blah
do you want to continue [y/n]? y
blah blah blah
blah blah blah
blah blah blah
blah blah blah
Installation complete
bash#
t;, line 1, in
import csv
File "C:\Documents and Settings\meesa02\csv.py", line 2, in
reader = csv.reader(open("some.csv", "rb"))
AttributeError: 'module' object has no attribute 'reader'
im a total fresher to this python...SO
Hi all,
I want a python script which takes in input an EXCEL sheet
and then reads the data in it.
Any code snippets will be fine and this i want this in windows
XP .
Thanks in Advance
Sagar Meesala
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I want to write a python script which reads in data from the
excel sheet .Can any one help out in this ...any help will be
appreciated.
Thanks in Advance
Sagar Meesala
--
http://mail.python.org/mailman/listinfo/python-list
30 matches
Mail list logo