Xiaoyan Ma wrote:
>
>Since I need to store a few hundreds listnames in the file, I wonder if it
>might be better
>to use regular expressions. Five to six regular expressions should be
>sufficient to match all the
>list names I want to hide.
Between the two, I'd say whatever is easier for you t
> By default, Python will only access modules in the Python libraries and
> the directory that contains the current module. Modules in the bin/
> directory for example get around this by importing 'paths' which is
> the bin/paths.py file which sets some additional directories in the
> search paths.
Xiaoyan Ma wrote:
>On Fri, 7 Oct 2005 10:12:48 -0700
> Mark Sapiro <[EMAIL PROTECTED]> wrote:
>>>
>>>.
>>>for name in listnames:(but not in notshowns)
>>
>Thank you. I just started learning python, so I wanted to find out if I am on
>the right track
>first. I have spent 2 hours on these f