SSL certificate issue

2021-03-18 Thread Sagar, Neha
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 --

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-27 Thread Sagar Pant
Sagar Pant added the comment: Bumping this up for updates. -- ___ Python tracker <https://bugs.python.org/issue42034> ___ ___ Python-bugs-list mailing list Unsub

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-27 Thread Sagar Pant
Sagar Pant added the comment: Bumping this up for updates. -- ___ Python tracker <https://bugs.python.org/issue42036> ___ ___ Python-bugs-list mailing list Unsub

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-14 Thread Sagar Pant
Change by Sagar Pant : -- components: +Library (Lib) -C API ___ Python tracker <https://bugs.python.org/issue42036> ___ ___ Python-bugs-list mailing list Unsub

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-14 Thread Sagar Pant
Change by Sagar Pant : -- components: +Library (Lib) -C API ___ Python tracker <https://bugs.python.org/issue42034> ___ ___ Python-bugs-list mailing list Unsub

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-14 Thread Sagar Pant
New submission from Sagar Pant : The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior. Our AI analyzer flagged it to be a potential bug as it found another usage

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-14 Thread Sagar Pant
New submission from Sagar Pant : The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior. Our AI analyzer found that this function is called for a total of 43 times. Out

[issue40765] clear screen in idle

2020-05-25 Thread sagar
New submission from sagar : please provide clear screen option in windows idle. clear screen means moving command line to start of the page. -- assignee: terry.reedy components: IDLE messages: 369870 nosy: sagarkancharlas, terry.reedy priority: normal severity: normal status: open

[no subject]

2019-06-24 Thread Sagar Jape
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

[issue35543] re.sub is only replacing max. of 2 string found by regexp.

2018-12-20 Thread Sagar
New submission from Sagar : Below are the logs: >>> dat = '"10GE" "4x" "AMPC" "B3" "BUILTIN" "DOWN" "LU" "SFP+" "ether" "xe" >>> "DOWN" "MPC" "BUILTI

[no subject]

2018-06-10 Thread sagar daya
Couldn't install any module from pip Plz help??? -- https://mail.python.org/mailman/listinfo/python-list

Problem with running python 3.6.0 on a 32 bit windows 7 ultimate operating system.

2016-12-30 Thread Sagar Utlas
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

[issue26064] directory is getting separated

2016-01-09 Thread Sagar Kar
New submission from Sagar Kar: In [108]: os.mkdir('newdir') # make new dir In [140]: p = os.path.abspath('newdir') In [141]: p Out[141]: '/media/sagarkar10/sdrive/programing/python/SciPy/scipy-notebook/newdir' ## here 'newdir' is also a directory with a file inside In [143]: os.path.dirname

failure in installing

2015-09-30 Thread Sagar Joshi
hey, there is a failure installing python3.5.0 in my PC can u help -- https://mail.python.org/mailman/listinfo/python-list

Integration using scipy odeint

2015-09-13 Thread sagar k
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

Re: Need help in pulling SQL query out of log file...

2014-10-14 Thread Sagar Deshmukh
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 read the SQL query completly

Need help in pulling SQL query out of log file...

2014-10-13 Thread Sagar Deshmukh
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

Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient()

2013-08-11 Thread sagar varule
On Sunday, August 11, 2013 11:28:31 AM UTC+5:30, Joshua Landau wrote: On 11 August 2013 06:18, sagar varule sagar.var...@gmail.com wrote: Can any one comment on this.. If you don't get replies here it's probably because no-one knows Paramiko. I suggest posting elsewhere to see

Re: Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient()

2013-08-10 Thread sagar varule
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. As you can make out, below code opens SSH

Paramiko Help. Execute command to Interactive Shell which is opened by SSHClient()

2013-08-08 Thread sagar varule
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

Re: [GUI] Good frameworks for Windows/Mac?

2013-08-08 Thread sagar varule
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 solution that

Correct Way to Write in Python

2013-08-03 Thread punk . sagar
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

Re: Correct Way to Write in Python

2013-08-03 Thread Sagar Varule
On Saturday, August 3, 2013 12:17:49 PM UTC+5:30, Peter Otten wrote: punk.sa...@gmail.com 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 know how do I

Re: Correct Way to Write in Python

2013-08-03 Thread Sagar Varule
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 experiences. I

Re: Correct Way to Write in Python

2013-08-03 Thread Sagar Varule
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: punk.sa...@gmail.com wrote: Thanks a lot Peter. I appreciate your Help. You mentioned that C# code above is not good

Re: help regarding re.search

2011-09-15 Thread Sagar Neve
a bunch of all. My day is saved. Best Regards, Sagar Neve. On Thu, Sep 15, 2011 at 2:35 PM, Gelonida N gelon...@gmail.com 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 hello..Man_Param=%s

help regarding re.search

2011-09-14 Thread Sagar Neve
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

help regarding re.search

2011-09-14 Thread Sagar Neve
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

Re: help regarding re.search

2011-09-14 Thread Sagar Neve
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 c...@rebertia.com wrote: On Wed, Sep 14, 2011 at 6:41 PM, Sagar Neve nevesa...@gmail.com wrote: Hi, I have a small program where I want to do just a small regex operation. I want

Re: help regarding re.search

2011-09-14 Thread Sagar Neve
`:' ./sample.py: line 9: `if (Opt_Param2 in url):' Help. On Thu, Sep 15, 2011 at 9:05 AM, Chris Rebert c...@rebertia.com wrote: On Wed, Sep 14, 2011 at 8:33 PM, Sagar Neve nevesa...@gmail.com wrote: If A in B: does nt seem to be working. Am I missing something here. Please provide

Re: help regarding re.search

2011-09-14 Thread Sagar Neve
; sys.exit(1) On Thu, Sep 15, 2011 at 10:19 AM, Chris Angelico ros...@gmail.com wrote: On Thu, Sep 15, 2011 at 2:41 PM, Sagar Neve nevesa...@gmail.com wrote: ./sample.py: line 9: syntax error near unexpected token `:' ./sample.py: line 9: `if (Opt_Param2 in url

Re: help regarding re.search

2011-09-14 Thread Sagar Neve
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 kushal.kumaran+pyt...@gmail.com wrote: On Thu, Sep 15, 2011 at 10:11 AM, Sagar Neve nevesa...@gmail.com wrote

Re: assigning multi-line strings to variables

2010-04-27 Thread Sagar K
Use triple quote: d = this is a sample text which does not mean anything goldtech goldt...@worldpost.com wrote in message news:4e25733e-eafa-477b-a84d-a64d139f7...@u34g2000yqu.googlegroups.com... On Apr 27, 7:31 pm, Brendan Abel 007bren...@gmail.com wrote: On Apr 27, 7:20 pm, goldtech

buggy popup

2009-10-22 Thread Vinay Sagar Prakash
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

Please solve me the problem

2008-06-02 Thread sagar panda
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

Expect Telnet

2007-08-09 Thread Vinay Sagar Prakash
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#

Reading From an Excel Sheet

2007-04-30 Thread sagar
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

Reading Data From an Excel Sheet

2007-04-30 Thread sagar
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

Importing a csv file

2007-04-30 Thread sagar
File C:\Documents and Settings\meesa02\csv.py, line 2, in module reader = csv.reader(open(some.csv, rb)) AttributeError: 'module' object has no attribute 'reader' im a total fresher to this python...SO can any one help me out in this... Thanks in advance Sagar Meesala -- http