Re: Replacing Periods with Backspaces

2010-04-12 Thread Booter
All, Thanks for all the help I finally got it. I ended up not having to get rid of the periods. Thanks again! Gerad -- http://mail.python.org/mailman/listinfo/python-list

Replacing Periods with Backspaces

2010-04-08 Thread Booter
All, I am trying to replace a series of periods in a sting with backspaces that way I can easily parse information from a Windows command. the current statement I have for this is ***Statement capture = re.sub('\.*', '\b', capture) ===

Re: Getting Local MAC Address

2010-04-05 Thread Booter
All, Thanks for all of the great solutions! Sorry I wasn't more specific in my post and will keep that in mind for future posts. Just FYI I was using a Windows machine and running Python 2.6. Once again thanks for all of your help! Gerad -- http://mail.python.org/mailman/listinfo/python-list

Getting Local MAC Address

2010-04-02 Thread Booter
Hello all, I am new to python ans was wondering if there was a way to get the mac address from the local NIC? Thanks for your help. Gerad -- http://mail.python.org/mailman/listinfo/python-list