Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-29 Thread bhashkar prakash Singh
ue on this ? Thanks & Regards, Bhashkar On Fri, Sep 25, 2020 at 12:43 PM Barry wrote: > > > On 25 Sep 2020, at 03:28, bhashkar prakash Singh > wrote: > >  > Hi Barry, > > Thanks for your response. > > I am not an expert in python code. Could you please el

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread bhashkar prakash Singh
, 2020 at 2:40 AM Barry Scott wrote: > > > > On 24 Sep 2020, at 19:21, bhashkar prakash Singh < > singh.bhash...@gmail.com> wrote: > > > > Hi, > > > > I am using stackless Python 2.7.9 in my project and openssl-1.0.2q. > > I just upgraded

stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread bhashkar prakash Singh
Hi, I am using stackless Python 2.7.9 in my project and openssl-1.0.2q. I just upgraded the Openssl version to 1.1.1g, due to which python compilation started failing. So, I patched _hashopenssl.c and _ssl.c file in Python Modules as per new openssl to make compilation successful. But when I ru

Need Help Urgently

2020-02-26 Thread Prakash Samal
[ABCD client error]: Connection to broker at  126.0.0.1: lost! "timestamp":"Wed Feb 19 11:48:41 [XYZ]: Connection to broker at  126.0.0.1: lost! "timestamp":"Wed Feb 19 11:48:40 Note: I want to read the error code i.e ABCD Client error from the line and also wrt timestamp value. Let me k

Re: Finding set difference between ranges

2018-04-20 Thread tejaswi prakash
I generate the values using range and then convert them to sets. I am thinking about an approach which involves subtracting the ranges, or something along those lines, nothing concrete yet. On Wed 18 Apr, 2018, 8:43 PM Neil Cerutti, wrote: > On 2018-04-18, tejaswi prakash wrote: > >

Finding set difference between ranges

2018-04-17 Thread tejaswi prakash
meone suggest a better way of doing this to make these operations more efficient? Thank you, Tejaswi D Prakash -- https://mail.python.org/mailman/listinfo/python-list

Re: Levenberg-Marquardt Algorithm

2018-04-11 Thread tejaswi prakash
I am sorry, but I thought Levenberg marquardt was used quite bit in Image registration. Computing/refining homographies between two related views for instance. On Wed, Apr 11, 2018 at 12:49 PM, Christian Gollwitzer wrote: > Am 11.04.18 um 08:38 schrieb Priya Singh: > >> I have two 2D arrays one

check MS SQL database status, and execute preconfigured jobs

2017-02-10 Thread udhay prakash pethakamsetty
Hi I am using pyodbc to connect to MS SQL server. I got a result for cursor.execute('SELECT * FROM sys.databases') statement. But, I dont know what fields among them must be considered to ensure that database is up and running and is fine. IN this https://www.mssqltips.com/sqlservertip/14

print to previous line in console

2016-10-03 Thread udhay prakash pethakamsetty
Prakash Pethakamsetty -- https://mail.python.org/mailman/listinfo/python-list

Re: request

2015-10-14 Thread udhay prakash pethakamsetty
Yes! it is working, and do you have any idea about pylauncher. If possible, could you brief something about it. *UDHAY PRAKASH* Ph:+91-9533787794 udhayprakash.blogspot.com On Wed, Oct 14, 2015 at 1:01 AM, Mathew Carrick wrote: > Hi Uday, > > Pip should support using the pip{version

Re: Can't install/uninstall Python

2015-07-15 Thread udhay prakash pethakamsetty
part of any software package that you have installed in your system, then it requires that specific software to be uninstalled a prior its un-installation. Uday Prakash -- https://mail.python.org/mailman/listinfo/python-list

Re: error while writing program to send mail.

2014-09-01 Thread Om Prakash
On 09/02/2014 05:29 AM, MRAB wrote: On 2014-09-02 00:35, Om Prakash wrote: Hi, I am writing this program from https://docs.python.org/2/library/email-examples.html but getting the error as singhom@debian:~/pythons$ python send_email.py Traceback (most recent call last): File

Define proxy in windows 7

2014-09-01 Thread Om Prakash
cmd.exe prompt. set http_proxy "proxy name:80" P.S. i am a normal user and don't have admin privleges. Regards, Om Prakash -- https://mail.python.org/mailman/listinfo/python-list

error while writing program to send mail.

2014-09-01 Thread Om Prakash
Hi, I am writing this program from https://docs.python.org/2/library/email-examples.html but getting the error as singhom@debian:~/pythons$ python send_email.py Traceback (most recent call last): File "send_email.py", line 18, in msg['Subject'] = 'The contents of $s' % message NameErr

python query on firebug extention

2014-01-12 Thread JAI PRAKASH SINGH
hello i am working on selenium module of python, i know how to make extension of firebug with selenium, but i want to know how to use firebug extension with request module / mechanize . i search a lot but unable to find it , please help . i want technique similar like :- from seleniu

Re: How to create an executable from python script in windows

2012-11-27 Thread Prakash
It says like *** copy extensions *** *** copy dlls *** copying C:\Python24\lib\site-packages\py2exe\run_w.exe -> C:\Program Files (x86)\Notepad++\dist\build-check-test.exe Adding python24.dll as resource to C:\Program Files (x86)\Notepad++\dist\build-check-test.exe The following modules appear

cmd i/o stream module

2012-06-27 Thread prakash jp
Hi All, I am interested to interact with the command prompt, is there a module to control the input/output stream. Thanks in advance for the pointers Thanks Prakash -- http://mail.python.org/mailman/listinfo/python-list

get latest from svn

2012-06-01 Thread prakash jp
Hi All, Can some one suggest me a module to access SVN repository so that i could download any given branch. Thanks -- http://mail.python.org/mailman/listinfo/python-list

text to html

2011-12-13 Thread prakash jp
Hi All, Want to publish a log file as a web page, is there a parser to retain the format of the text as is and then convert to html. Please provide the relevant pointers Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Need A script to open a excel file and extract the data using autofilter

2011-10-01 Thread Prakash
On Oct 1, 10:25 pm, Prakash wrote: > Need  A script to open a excel file and extract the data using > autofilter and write it in a new sheet or new file like I have to > select all rows in which all the columns contain pass as status from win32com.client import Dispatch xlApp =

Need A script to open a excel file and extract the data using autofilter

2011-10-01 Thread Prakash
Need A script to open a excel file and extract the data using autofilter and write it in a new sheet or new file like I have to select all rows in which all the columns contain pass as status -- http://mail.python.org/mailman/listinfo/python-list

how to invoke a bat file on a remote machine

2011-08-07 Thread prakash jp
Hi all, Want to know how to invoke a bat file on a remote machine. Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: find max and min values from a column of a csv file

2011-07-19 Thread prakash jp
Thanks for the suggestions. Felt the thread could be of help on consolidating the solution. *Max Value from a csv column:* import numpy data1 = numpy.genfromtxt("data.csv",dtype='float',delimiter = ',',skiprows=1, skip_header=0, skip_footer=0, usecols=11,usemask=True) #pri

find max and min values from a column of a csv file

2011-07-07 Thread prakash jp
Hi All , Could any one help to get max and min values from a specified column of a csv file. The* csv file is large* and hence the below code did go bad. *Alternate methods would be highly appreciated ** minimum.py*: import csv filename = "testLog_4.csv" f = open(filename) def col_min(mincname):

help on QUICKFIX

2011-06-10 Thread prakash jp
Hi, I am using quickfix, would like to start with that ..\quickfix-1.13.3\quickfix\examples\executor\python\executor.py asks for a configuration file how should it look like. Thanks -- http://mail.python.org/mailman/listinfo/python-list

pydev ant build

2011-05-30 Thread prakash jp
Hi all, Could any one provide relevant url/s on the usage of *pyant* scripts and its setup as well Thanks -- http://mail.python.org/mailman/listinfo/python-list

FIX Message module

2011-02-17 Thread prakash jp
I tried using QUICFIX at:*http://www.quickfixengine.org/download.html *, but could not start right away. Thanks in Advance Prakash -- http://mail.python.org/mailman/listinfo/python-list

read text color from image

2011-01-12 Thread prakash jp
import ImageChops im2 = Image.open("Failure.JPG") im1 = Image.open("Sucess.JPG") #print list(im1.getdata()) diff = ImageChops.difference(im2, im1) #print diff.getbbox() #diff.show() #print im1.tostring() Thanks for all in advance Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: WMI in Python

2010-09-13 Thread prakash jp
looks fine if one can create a common interface and link the preexistant scripts. Else, wmi command line can be directly implemented in python through os.system("COMMAND WMI") so that redistributable python exe be created through py2exe Regards Prakash -- http://mail.python.org/mailma

python interview quuestions

2010-08-06 Thread prakash jp
Hi all, I would like to aquint myself with Python Interview questions . I am a Python Scripter, so if u could orient the pointers in the same direction it would be very handy Regards -- http://mail.python.org/mailman/listinfo/python-list

tools for network adminstrator

2010-04-12 Thread prakash jp
Hi all, Can any one mention a list of *python based tools* (existant / could be developed) which network administrators might need. Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: How to use python to register a service (an existing .exe file)

2010-03-02 Thread prakash jp
Code of SmallestService.py is at: http://book.opensourceproject.org.cn/lamp/python/pythonwin/ Regards -- http://mail.python.org/mailman/listinfo/python-list

Re: search entire drive say c:

2010-02-12 Thread prakash jp
Thank u Tim Case, all, Also how to run the standalone generated from script taking unc path names to account regards Prakash On Fri, Feb 12, 2010 at 6:31 PM, Tim Chase wrote: > can any of u help to search a file say "abc.txt" in entire c drive >> (windows) >> and

search entire drive say c:

2010-02-12 Thread prakash jp
Hi all, can any of u help to search a file say "abc.txt" in entire c drive (windows) and print the path/s stating such a files presence. Thanks in advance Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: Which version of MSVC?90.DLL's to distribute with Python 2.6 based Py2exe executables?

2010-01-03 Thread prakash jp
e, # replace test.py with your own code filename here ... console = [{"script": 'test.py'}] ) Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: Which version of MSVC?90.DLL's to distribute with Python 2.6 based Py2exe executables?

2009-12-30 Thread prakash jp
] ) ------- vc ++ redistributable is a good option as well. Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

wrap exe with in another exe

2009-12-18 Thread prakash jp
tegrate using py2exe) || how should the setup.py file look like? \||/ \/ "Final.exe" * *Regards* *Prakash* -- http://mail.python.org/mailman/listinfo/python-list

Re: Python py2exe - memory load error

2009-11-29 Thread prakash jp
Try to install "vcredist_x86.exe", then try to build using py2exe. I think that should solve the issue Regards Prakash On Mon, Nov 30, 2009 at 10:40 AM, koranthala wrote: > This is cross post from stackoverflow - I couldnt get the solution > there. Hopefully, nobody woul

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

python script as service

2009-05-13 Thread prakash jp
tically if they have no work to do, for example, the Performance Logs and Alerts service" Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

stand alone exec

2009-05-10 Thread prakash jp
les may be useful : 1- python-2.6.1.msi 2- py2exe-0.6.9.win32-py2.6.exe 3- pywin32-212.win32-py2.6.exe Thanks in advance Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: Injecting python function in an embedded python engine

2009-04-08 Thread prakash jp
import os ch = os.system("import -window root temp.png") print ch after that no way to store the screen shot regards Prakash On Mon, Apr 6, 2009 at 10:28 PM, Roberto Fichera wrote: > Hi All in the list, > > I've embedded python v2.6.x engine into my application with

Re: Anyone mannaged to access parallel port on windows xp?

2009-04-07 Thread prakash jp
after byte. One pin to pulse(programatically) for a byte of data to come out is the Pin 0, strobe pin, then reset the same to push the next byte of data. Latare u r expected to send these data byte in the sequnce that the target board requirement. I have done this in c - dos based regards Prakash

py2exe fails to make valid exe

2009-03-31 Thread prakash jp
Hi all, i am trying to make an exe out of my py *prg which write to a text file*. On --> python setup.py py2exe the dist folder is created but the exe creted is not working it throws an error "pythons ps.popen function" setup.py: #python setup.py py2exe from distutils.core import setup import p

usb mass storage device detection

2009-03-30 Thread prakash jp
Hi all, I am interested in detecting usb mass storage devices, r there any scripts in python to do so. Thanks in advance. Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: Unix programmers and Idle

2009-03-30 Thread prakash jp
let run-cmd be used why go for IDLE 2009/3/31 Dale Amon > I wonder if someone could point me at documentation > on how to debug some of the standard Unix type things > in Idle. I cannot seem to figure out how to set my > argument line for the program I am debugging in an Idle > window. for examp

Re: email from windows

2009-03-29 Thread prakash jp
^D:" msg = '' count = 3 while count > 0: line = sys.stdin.readline() #if not line: #break msg = msg + line count = count -1 # The actual mail send server = smtplib.SMTP('localhost') server.sendmail(fromaddr, toaddrs, msg) server.quit() #pl

Re: email from windows

2009-03-29 Thread prakash jp
y", line 244, in __init__ (code, msg) = self.connect(host, port) File "C:\Python25\lib\smtplib.py", line 310, in connect raise socket.error, msg error: (10061, 'Connection refused') On Mon, Mar 30, 2009 at 7:40 AM, prakash jp wrote: > Hi all, > > In

email from windows

2009-03-29 Thread prakash jp
Hi all, In windows environment, how to send email from one gmail address to another gmail (or another mail) addrress Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

python -TFTP over LAN

2009-03-29 Thread prakash jp
Hi all, I am interested in using python based TFTP over my LAN. Do let me know how to ahead and any specific urls. Thaks in advance. Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

file transfer over LAN

2009-03-26 Thread prakash jp
st.txt','wb') fsize=int(conn.recv(8)) print 'File size',fsize f.write(conn.recv(fsize)) f.close() conn.close() s.close() ### Regards Prakash -- http://mail.python.org/mailman/listinfo/python-list

Re: Does Python really follow its philosophy of "Readability counts"?

2009-01-23 Thread Divya Prakash
Hello thats excellant !! On 1/23/09, Russ P. wrote: > > On Jan 23, 4:57 am, Bruno Desthuilliers 42.desthuilli...@websiteburo.invalid> wrote: > > Russ P. a écrit : > > > > As I said before, if you have the source code you can always change > > > private attributes to public in a pinch if the lan

Animated GIF in Tkinter

2008-02-17 Thread Surya Prakash Garg
h=64,height=310) self.c.place(x=x0,y=y0) self.c.create_image(x0,y0,image=self.imgobj,anchor=NW) did a lot of googling on it. but nothing found. I can't switch to wxPython. Please help me. thanks -- Surya Prakash Garg Bangalore +919886801350 -- 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#

FW: [Jython-users] ERROR : parsing xml in jython

2006-12-19 Thread Divya Prakash
Prakash Subject: Re: [Jython-users] ERROR : parsing xml in jython Hi, looks like you have to make an InputSource from the file, like so: from java.io import File, FileReader, StringReader textReader = FileReader(File(filename)) inputSource = InputSource(textReader) dp.parse(inputSource) Hope this

getting subchild of a tree through xerces

2006-12-19 Thread Divya Prakash
Hi I m able to parse xml file using xerces as well as JAXP but I am unable to parse the sub- child of my tree Eg : ...(not able to parse this)

RE:

2006-12-18 Thread Divya Prakash
Original Message- From: Gabriel Genellina [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 6:21 AM To: Divya Prakash Cc: python-list@python.org Subject: Re: At Monday 18/12/2006 03:34, Divya Prakash wrote: > I would like to parse java files and detect class name's,

creating generic class

2006-12-18 Thread Divya Prakash
Hi, I want to create a generic class to convert ". java " file into xml file (validated against xsd / dtd). What is the best approach to do this with jython or python ? Regards Divya -- http://mail.python.org/mailman/listinfo/python

[no subject]

2006-12-17 Thread Divya Prakash
Hello , I would like to parse java files and detect class name's, attributes name's type's and visibility (and or list of methods). Is there any module who can parse easily a java file using jython? Regards Divya -- http://mail.python.org/mailman/listinfo/python-li

regarding porting to windows.

2005-07-25 Thread prakash reghate
 Respected Sir / Madam ,   I am Prakash .   I am also working on porting C PROGRAMS to windows from Linux , but i doesn't get any clue yet.   I have some C - programs written on Linux & i have to port it on windows .   The problem starts from header files.   So if  you have any help or

no module named fcntl

2005-03-31 Thread Prakash A
Hello All,           I new user to python. I am using a product called FSH, some of its parts are implemented in Python. This is like a ssh to run a command on remote machine. First time while running the fsh there was on.       # fshd         Traceback (most recent call last):