Question about import and sys.path

2006-11-27 Thread Frank Millman
Hi all I am writing a business/accounting application. Once a user has logged in they are presented with a menu. Each menu option has a description and an associated file name and program name. The file name is the name of a .py file (impName) and the program name is the name of a class in that fi

Re: splitting a long string into a list

2006-11-27 Thread Peter Otten
ronrsr wrote: > still having a heckuva time with this. You don't seem to get it. > here's where it stand - the split function doesn't seem to work the way > i expect it to. > > > longkw1,type(longkw): Agricultural subsidies; Foreign > aid;Agriculture; Sustainable Agriculture - Support; Organ

Re: splitting a long string into a list

2006-11-27 Thread Cameron Walsh
ronrsr wrote: > still having a heckuva time with this. > > here's where it stand - the split function doesn't seem to work the way > i expect it to. > > > longkw1,type(longkw): Agricultural subsidies; Foreign > aid;Agriculture; Sustainable Agriculture - Support; Organic > Agriculture; Pesticid

<    1   2