Re: How to access the low digits of a list

2015-06-02 Thread Frank Stutzman
' lines[3][2] is '6' Is there something wrong with using: lines[3][-2:] -- Frank Stutzman -- https://mail.python.org/mailman/listinfo/python-list

Re: Emacs python-mode.el bug #1207470

2014-02-15 Thread Frank Stutzman
This has been resolved and I want to publically thank Andreas for finding and fixing this bug so quick. I'm fairly new to open source development and the rapidity that this was fix was gratifying. -- Frank Stutzman -- https://mail.python.org/mailman/listinfo/python-list

Emacs python-mode.el bug #1207470

2014-02-14 Thread Frank Stutzman
According to https://bugs.launchpad.net/python-mode/+bug/1207470 this bug was fixed in version 6.1.2 of python-mode.el. I am trying to run 6.1.3 and am running into it. I back dated to 6.1.2 and still see it there. I am running GNU Emacs 23.3.1. Its possible that something I'm doing it

Re: Remote mac address

2008-04-14 Thread Frank Stutzman
permission) parse the /proc/net/arp file. Granted this isn't terribly far off from parsing the output of 'arp -a', but at least it keeps you from spawning a shell to run the 'arp -a' in. -- Frank Stutzman -- http://mail.python.org/mailman/listinfo/python-list

Re: Some head clauses cases BeautifulSoup to choke?

2007-11-20 Thread Frank Stutzman
Gives You Unicode, Dammit) I'll try that. For what I'm doing it ought to be safe enough. Much appreciate all the comments so far. -- Frank Stutzman Bonanza N494B Hula Girl Boise, ID -- http://mail.python.org/mailman/listinfo/python-list

Some head clauses cases BeautifulSoup to choke?

2007-11-19 Thread Frank Stutzman
+Search as one example). I did some poking and proding and it seems that there is something in the head clause that is causing the problem. Heck if I can see what it is. I'm new to BeautifulSoup (heck, I'm new to python). If I'm doing something dumb, you don't need to be gentle. -- Frank

Re: simple question on dictionary usage

2007-10-27 Thread Frank Stutzman
solution I can get my teeth into. If its not obvious, I'm a recovering perl programmer. Thanks to all -- Frank Stutzman -- http://mail.python.org/mailman/listinfo/python-list

simple question on dictionary usage

2007-10-26 Thread Frank Stutzman
with the letter 'E'. In otherwords it should look like this: egt = {'E6': '1182','E1': '1137','E4': '1157','E5': '1148', 'E2': '1169','E3': '1163'} This should be pretty easy, but somehow with all my googling I've not found a hint. Thanks in advance -- Frank Stutzman -- http