"siggi" <[EMAIL PROTECTED]> wrote:
>
>when I do >>>sys.path in IDLE (winXP), i get a horrendously long list of 
>paths, paths I may have used during a lot of trials and errors. How can I 
>clean up sys.path? I mean, trim it of unnecessary paths?

What do mean by "used during a lot of trials and errors"?  sys.path is
recreated from scratch every time Python starts.  It doesn't accumulate
over time, other than from new packages that you install.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to