pythonwin closes unexpectedlyI

2007-06-02 Thread leegold
Hi, I run a script in PythonWin and obviously some sort of an error occurs in the script and PythonWin closes. No warning, no error message just closes. I definitely know the line of code that causes the problem and will cite the code below. Note: I'm using ArcGIS 9.1 (Python 2.1 is bundled wit

Re: pythonwin closes unexpectedlyI

2007-06-04 Thread leegold
snip... Slight off-topic fix for anyone whose search comes here: Recommend to patch ESRI application to newest update. You might also see error message: OLE error 0x80040212 http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=30524 gp.SetProduct("ArcView") is fix

Sort lines in a text file

2007-07-21 Thread leegold
say I have a text file: zz3 uaa4a ss 7 uu zz 3 66 ppazz9 a0zz0 I want to sort the text file. I want the key to be the number after the two "zz". Or I guess a string of two zz then a numberSo that's 3, 9, 0 I'm trying to say that I want to sort lines in a file based on a re

Re: Sort lines in a text file

2007-07-22 Thread leegold
...snip... > To save anybody who's tempted to write the whole shebang for you, > please specify which part(s) of the exercise you are having problems > with: > (a) reading lines from a file > (b) extracting a sort key from a line [presuming "number" means > "positive integer"; what do you want to d

Re: Sort lines in a text file

2007-07-22 Thread leegold
...snip... > > Do your own homework. Hush troll. -- http://mail.python.org/mailman/listinfo/python-list