[issue43157] Bug in methods of creating the 2d list

2021-02-07 Thread sandeep kumar
sandeep kumar added the comment: def generateMatrix(A): d=A-1 data=1 B=[[0]*A]*A for l in range(int(A/2)): i=l j=l for a in range(d): B[i][j]=data print("{0}:{1}:{2}".format(i,j,B[i][j]),end=" ")

[issue43157] Bug in methods of creating the 2d list

2021-02-07 Thread sandeep kumar
Change by sandeep kumar : -- title: Bug in methods of creating the list -> Bug in methods of creating the 2d list ___ Python tracker <https://bugs.python.org/issu

[issue43157] Bug in methods of creating the list

2021-02-07 Thread sandeep kumar
New submission from sandeep kumar : def generateMatrix(A): d=A-1 data=1 B=[[0]*A]*A for l in range(int(A/2)): i=l j=l for a in range(d): B[i][j]=data print("{0}:{1}:{2}".format(i,j,B[i][j]),end=" ")

[issue42836] docs: struct: clarify struct caching behaviour

2021-01-06 Thread Sandeep Subramanian
New submission from Sandeep Subramanian : As per docs in :https://docs.python.org/3.7/library/struct.html#struct.Struct > The compiled versions of the most recent format strings passed to Struct and > the module-level functions are cached, so programs that use only a few format >

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Sandeep
Sandeep added the comment: Eric how can I contact the python Mailing list -- status: pending -> open ___ Python tracker <https://bugs.python.org/issu

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Sandeep
New submission from Sandeep : 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

[issue26789] Please do not log during shutdown

2020-01-31 Thread Sandeep
Sandeep added the comment: I did import aiohttp and called function sys.is_finalizing() just before logging.basicConfig but still the same error. Has logging.basicConfig worked in past ? If yes what additional package I need to add Thanks -- nosy: +Sandeep

[issue39513] NameError: name 'open' is not defined

2020-01-31 Thread Sandeep
New submission from Sandeep : Hi I wrote a python script which gets file from other server and it works fine till the time I don't introduces logging feature to it. Please advice how to fix below This is the code I am using for logging ' import logging logging.basicConfig(filename

[issue39513] NameError: name 'open' is not defined

2020-01-31 Thread Sandeep
Change by Sandeep : -- components: Library (Lib) nosy: Sandeep priority: normal severity: normal status: open title: NameError: name 'open' is not defined type: crash versions: Python 3.6 ___ Python tracker <https://bugs.python.org/issue39

Error while calling a subprocess and execute another script from one py file

2018-12-30 Thread sandeep . bayi6
:/Python34/python.exe', logxml_parser, '-i', arg1, '-o', arg2], cwd=cur_work_dir) File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 286, in check_call retcode = call(*popenargs, **kwargs) File "C:\Users\sandeep\AppData\Local\Progra

Re: Facing an Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-30 Thread sandeep . bayi6
t; > Error code: > > -- > > > > > > Traceback (most recent call last): > > File > > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py", > > line 73, in > import os > > File > > "C:\Users\sand

Facing an Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
``` Error code: -- Traceback (most recent call last): File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py"

Re: Getting Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
t recent call last): > File > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py", > line 73, in import os > File > "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\os.py", line > 652, in > from _collecti

Getting Error after migrating from python 3.4.1 to python 3.6.6 ( Failed to import the site module )

2018-12-27 Thread sandeep . bayi6
``` Error code: -- Traceback (most recent call last): File "C:\Users\sandeep\AppData\Local\Programs\Python\Python36-32\Lib\site.py"

Need python script to get last 6 month's monthly billing

2017-08-08 Thread sandeep . gk789
after pull that script, it's automatically connected to AWS and display's last 6 month's data. its my requirement. Thanks in advance. Thank you, Sandeep -- https://mail.python.org/mailman/listinfo/python-list

Need reviews for my book on introductory python

2017-01-25 Thread Sandeep Nagar
. Regards Sandeep -- https://mail.python.org/mailman/listinfo/python-list

[issue29141] error in 2to3

2017-01-03 Thread Sandeep Srinivasa
New submission from Sandeep Srinivasa: docs_uploaded_at = dict(filter(lambda (x,y):True if len(y) == 3 else False,docs_uploaded_at.iteritems())) produces docs_uploaded_at = dict([x_y for x_y in iter(docs_uploaded_at.items()) if True if len(x_y[1]) == 3 else False

[issue16136] Removal of VMS support

2014-06-17 Thread Sandeep Mathew
Sandeep Mathew added the comment: It does build with some tweaking here and there. But I ran into runtime issues. I am sorry, I cannot dedicate time on it further. IMHO anything built for VMS should use VMS specific API's in the way they are designed for stability and performance reasons, some

[issue16136] Removal of VMS support

2013-03-13 Thread Sandeep Mathew
Sandeep Mathew added the comment: Sorry for late response. I got delayed , I am working on it . Regards Sandeep Mathew 2013/3/9 Jesús Cea Avión rep...@bugs.python.org: Jesús Cea Avión added the comment: Ping... -- ___ Python tracker rep

[issue16136] Removal of VMS support

2012-11-06 Thread Sandeep Mathew
Sandeep Mathew added the comment: Hey, I was given access to HP's open source VMS cluster, Many thanks to HP. I should be able to continue python development for VMS. I shall ping you guys in case I get stuck. I should be good to go --Thomas

[issue16136] Removal of VMS support

2012-10-31 Thread Sandeep Mathew
Sandeep Mathew added the comment: I have asked HP for access to a VMS box so that I restart my work. I initially checked with the university to see if I can get hold of an Itanium box. @Trent : If you have HP - UX already running, you may make use of Hyper-V to get vms running without

[issue16136] Removal of VMS support

2012-10-22 Thread Sandeep Mathew
Sandeep Mathew added the comment: Hi , I love VMS very much, I could not concentrate actively on python because other work commitments ate up most of my time. I have left my job at HP and am now a PhD student and university of Nevada , Reno . Now that I do not have any professional commitments

Running CVSNT commands from python to Automate the job

2009-02-04 Thread sandeep
(curr_list,curr_dir) for mydir in temp: dir_name=os.path.split(mydir)[1] #os.rmdir(mydir) CVS_COMMAND='checkout -r '+BRANCH_NAME+' -P '+dir_name print ''+CVS_PATH+''+' -q '+CVS_COMMAND main() thanks, sandeep -- http://mail.python.org/mailman/listinfo/python-list

Re: python script for tortoise cvs

2008-06-24 Thread sandeep
On Jun 20, 2:54 am, Gabriel Genellina [EMAIL PROTECTED] wrote: En Thu, 19 Jun 2008 10:26:09 -0300, Simon Brunning [EMAIL PROTECTED] escribió: On Thu, Jun 19, 2008 at 2:14 PM, sandeep [EMAIL PROTECTED] wrote: hi we are using tortoise cvs and putty. i want to write a python script

python script for tortoise cvs

2008-06-19 Thread sandeep
and then check out that branch for me else it checks out that module with that tag. Actually the thing is i am not able to find the way how i will do it and for where i have to look for the info.so any help will be appreciated. thanks and regards sandeep kumar sharma -- http://mail.python.org

Re: python script to windows exe

2008-05-20 Thread sandeep
import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook application refrence outlook_app=0 #outlook ids to access different folders look into msdn for more info. not a preffered way as i am hardcoding data here OlDefaultFolders={'olFolderCalendar':9,'olFolderConflicts': 19

python script to windows exe

2008-05-19 Thread sandeep
it works fine.can some one put some light here. i am using python2.5 and is using py2exe-0.6.6.win32-py2.5.exe of py2exe. My os is windows xp with service pack2. thanks and reagrds sandeep kumar sharma -- http://mail.python.org/mailman/listinfo/python-list

Re: python script to windows exe

2008-05-19 Thread sandeep
this script.it may not be the best pycode as i am very much new to python development. import win32com,win32com.client import os,os.path import codecs import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook2003 application refrence outlook_app=0 #outlook ids to access different folders look

Re: python script to windows exe

2008-05-19 Thread sandeep
know why i am start getting this error when i run it through the exe. import win32com,win32com.client import os,os.path import codecs import zipfile [EMAIL PROTECTED]:::Sandeep Kumar Sharma #outlook application refrence outlook_app=0 #outlook ids to access different folders look into msdn

[issue2724] Error in Python tutorial (http://docs.python.org/tut/node6.html)

2008-04-30 Thread Sandeep Sabnani
New submission from Sandeep Sabnani [EMAIL PROTECTED]: Section 4.4 on page http://docs.python.org/tut/node6.html has a for loop which uses the range function. However, the displayed output of that loop is not correct. I ran the same code and got the output as follows: 3 is a prime number 4 = 2

[issue2724] Error in Python tutorial (http://docs.python.org/tut/node6.html)

2008-04-30 Thread Sandeep Sabnani
Sandeep Sabnani [EMAIL PROTECTED] added the comment: Oh yes! Thanks for clearing my doubt and apologies for the silly error. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2724

WEATHER PROGRAMMING IN PYTHON

2007-05-31 Thread sandeep patil
how to diplay the weather condiction on my webpage suppose i want to read weather from www.bbc.co.uk/weather.html how i can read it usin program -- http://mail.python.org/mailman/listinfo/python-list

how to use python to checking password on servlet

2007-05-22 Thread sandeep patil
my application design on java servlet i want to check password in python return result again servlet to forward to next page. how to set session in python .get session -- http://mail.python.org/mailman/listinfo/python-list

Re: python on window

2007-03-26 Thread sandeep patil
): index[value]=[] index[value].append(key) return index phonebook = {'sandeep':9325, 'amit':9822, 'anand':9890, 'titu': 9325} phonebook {'titu': 9325, 'amit': 9822, 'anand': 9890, 'sandeep': 9325} print phonebook {'titu': 9325, 'amit': 9822, 'anand

python on window

2007-03-23 Thread sandeep patil
,it path. etc print ' sandeep patil' sandeep patil print ' sandeep bhagwan patil ,msc. java j2ee developer SyntaxError: EOL while scanning single-quoted string print ' sandeep bhagwan patil ,msc. java j2ee developer' sandeep bhagwan

python java

2007-03-20 Thread sandeep patil
hi i am fresher i python can any bady tell me who i will use python in web technologies in java base application. what it roll sandeep patil -- http://mail.python.org/mailman/listinfo/python-list

hi all

2007-02-13 Thread Sandeep Patil , Bangalore
I get an error while I try to call python through VB. The error is Error 429: Active X cant create object Pls anybody help me to call python through VB. Thanks and Regards. Sandeep Patil HCL Technologies Expecting the world to treat you fairly coz you are a gud person, is like

Detecting computers on network

2005-07-22 Thread Sandeep Arya
. it was not working. Does this just belongs to superuser... Is there any other way ? Can just socket.connect or sendto help me? I.E. their return valuess... Sandeep From: Sybren Stuvel [EMAIL PROTECTED] To: python-list@python.org Subject: Re: Detecting computers on network Sent: Friday, July 22, 2005 1:59

Re: How to send broadcast message over network and collect all the IP address?

2005-07-18 Thread Sandeep Arya
function recvfrom(). Does this will help?? Can any body give me an idea how to use this?? Thanking You Sandeep From: Francesco Ciocchetti [EMAIL PROTECTED] To: Sandeep Arya [EMAIL PROTECTED] CC: python-list@python.org Subject: Re: How to send broadcast message over network and collect all the IP

Threads: Issue and suggestion required

2005-07-18 Thread Sandeep Arya
then will the thread die after step 6.0 above i.e. function ends. Suggest me. Thanking You Sandeep _ Get faster and relevant results. http://search.msn.co.in Switch to the smarter search! -- http://mail.python.org/mailman/listinfo/python

How to send broadcast message over network and collect all the IP address?

2005-07-15 Thread Sandeep Arya
their IP Address in a list. How this can be achieved? Say my computer on which application will run's IP is 192.168.100.254 and subnetmask is 255.255.255.0 How to do this in core Python? Sandeep _ 7000 classifieds http

some information

2005-03-13 Thread Sandeep Avinash Gohad
Hi,I want to know weather python conducts any certification exams like the other programming languages - Microsoft (MCP,MCSD) Sun (sun certification) Regards, Sandeep   -- http://mail.python.org/mailman/listinfo/python-list

creating csv file from

2005-03-02 Thread Sandeep Avinash Gohad
as an input so that I can save data from that particular webpage to comma seperated file (csv). Regards Sandeep -- http://mail.python.org/mailman/listinfo/python-list

Re: UrlLib2 Proxy and Https

2004-12-11 Thread Sandeep
Check out the following link. It helped me achieve the same thing (access a HTTPS site via a proxy). http://groups.yahoo.com/group/linux-bangalore-programming/message/4208 Cheers, Sandeep http://sandeep.weblogs.us/ -- http://mail.python.org/mailman/listinfo/python-list