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
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
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
Hi all,
Want to know how to invoke a bat file on a remote machine.
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
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
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):
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
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
Hi all,
Finacial Information Exchange (FIX) Protocol module is what I am looking
for.Using it I would like to pump and listen to the FIX messages--(hard
coded values). Please guide me through the relevant module (windows
installer) and anything that you foresee as a potential bottleneck.
So far I
Hi All,
During automation of a test case the web interface throws failure and sucess
text in RED and GREEN colors respectively. Is there a method to read the
color of the Success(green) and Failure(red) from the screenshots of the
webinterfaces collect for Failure and Success
say :
import Image
Very true most systems admins requirement range from : knoowing the Service
tag for a given IP to knowing the system harware details such as RAM sizes
etc. This is where Remote Inventory Management comes in handy. There is
vault of already existing vb scripts/perl scripts and batch files. To me it
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
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
Code of SmallestService.py is at:
http://book.opensourceproject.org.cn/lamp/python/pythonwin/
Regards
--
http://mail.python.org/mailman/listinfo/python-list
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 print the path/s stating such
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
*#How to use setup.py file with py2exe:*
**
python daniesetup.py py2exe --bundle 1
*#Also the data files have to taken care off in the options* list
*#Here is a sample setup.py:*
*#*
from distutils.core import setup
import py2exe
import sys
# n
Hi all,
#use py2exe properly to create a single distributable exe
#setup.py- create a single exe that runs all boxex
from distutils.core import setup
import py2exe
import sys
# no arguments
if len(sys.argv) == 1:
sys.argv.append("py2exe")
# creates a standalone .exe file, no zip files
setup(
Hi all,
I need to call an external executable from my "calling_exe.py" python
program.
Can we make a executable say->"Final.exe" from the "calling_exe.py" and the
"external.exe"
*"calling_exe.py" ->(calling)-> "external.exe"
|
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 would mind.
>
> I am creatin
Hi all,
could any one tell how to run a python script as a scheduled service(say
every one minute). I tried out the windows registration
method but encountered an error . The error reads:
"The 'script name' on local Computer started and then stopped. Some
services stop automatically if they hav
Hi all,
I want to run dos commands through python stand alone execs. The created
Python stand alone executable (py2exe) works fine
in my machine but on transferring the "dist" folder to other systems the
executable fails to run.
I tried to copy the MSVCP90.dll in the "dist" folder. Also tried t
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 without any problem.
> Now I woul
Hi all,
just would like to say that most of the parallel port preexistant code is
usually blinking leds,
which is the not the true reprsentation of the paralle port behaviour. Here
one needs to
think that data is coming out byte after byte. Now plz look out for the
sequence to
push data byte afte
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
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
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
^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
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
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
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
Hi all,
On generating log file on remote systems(say client), I want to transfer
them to the Network Admins(say Server) Computer. In doing so all the
contents of the log file r not transfered, only part of the file. I
appreciate ur help, here is the pre-existant code:
file sender !!!--client:
32 matches
Mail list logo