[Tutor] What is the Python Path in windows 98?

Pijus Virketis virketis@fas.harvard.edu
Wed, 14 Nov 2001 15:22:08 -0500


>> "sys.path" does work exactly as you say, and I will work again on the sys 
>> module; but "sys.path()" returns an error message, that I don't understand 

>
>sys.path is a list.
>
>sys.path() tries to call the list.
>
>That fails, since lists aren't callable. Functions and classes are callable,
>as well as a few more obscure things.

Precisely. This was my bad, because I suggested (quite wrongly) to
crapaudada to enter sys.path() myself. I should have thought before I
banged out the command.:) Sorry ...

Pijus
------------------------------------------------------------
PGP PUBLIC KEY: www.fas.harvard.edu/~virketis/links
My weblog: www.fas.harvard.edu/~virketis