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
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
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
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,
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
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
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!
&
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
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