Re: [Tutor] Adding Value to CSV

2009-11-02 Thread Paras K.
uot;, "Part of DHCP Pool" Thanx in advance for the help. On Sun, Nov 1, 2009 at 7:16 AM, Dave Angel wrote: > Paras K. wrote: > >> I have some code that is going through a number of test. >> >> When I have the line that has been read I need to add another v

[Tutor] Adding Value to CSV

2009-10-31 Thread Paras K.
I have some code that is going through a number of test. When I have the line that has been read I need to add another value at the end of it, or write the information into another csv file Example of my code: for line in fh.readlines(): readline = line ipline = readline

[Tutor] How to Split a String

2009-08-08 Thread Paras K.
What I am trying to do is find the mail folder for our lotus notes files. I get it by doing the following: lotusnotesmaildir = glob.glob('C:\Documents and Settings/pkinariwala/Local Settings/Application Data/lotus/notes/data/'+'*mail*/') That returns: ['C:\\Documents and Settings/pkinariwala/Loc

[Tutor] Getting Data from a Web Page

2009-07-27 Thread Paras K.
First let me say this mailing list is GREAT!!! Has helped me out through many things. I have written some code with Python that currently goes through a directory of all csv files and pulls out the lines that are needed by this program. These csv files have the following information: IP Address,

[Tutor] Converting a Py2exe Script to a Windows Installer

2009-06-27 Thread Paras K.
I have been writing many scripts using python and then making them a standalone script using Py2exe. I have the source code for the script. What I am trying to do is, take this script and make it into a windows installer and have a shortcut within the All Programs or on the desktop. Any tutorials

Re: [Tutor] CVS File Opening

2009-05-27 Thread Paras K.
There are no headers for the log files, and there are mulitple log files so what that walk through the directory for all csv files? THANK IN ADVANCE!!! On Wed, May 27, 2009 at 10:18 AM, Christian Witts wrote: > Paras K. wrote: > >> As requested - here is some example rows from t

Re: [Tutor] CVS File Opening

2009-05-27 Thread Paras K.
are typical log files. On Tue, May 26, 2009 at 6:51 PM, Sander Sweers wrote: > 2009/5/26 Paras K. : > > Hello, > > > > I have been working on this script / program all weekend. I emailed this > > address before and got some great help. I hope that I can get that again! &

[Tutor] CVS File Opening

2009-05-26 Thread Paras K.
Hello, I have been working on this script / program all weekend. I emailed this address before and got some great help. I hope that I can get that again! First to explain what I need to do: Have about 6 CSV files that I need to read. Then I need to split based on a range of IP address and if th

[Tutor] IP-range

2009-05-25 Thread Paras K.
Hello, I came across your answer / assistance on the IP range. I am fairly new to the python world of programming. However, up to this point I have always been able to get my programs to work by reading the books or following the guides I find through google.com Here is what I have to do: I have