At 07:08 PM 6/13/2001 -0700, haaserd wrote: >Can someone clear this up for me? Should sys.path always be >modified instead of using os.chdir?" > >Roger Haase Can you print your sys.path for us? What is it's value? Perhaps it needs a '' or '.' or both at the beginning. You might also test under 2.0 to see if there is any difference. Generally, it is easy to have multiple versions of Python on a system since they go into different directories. -Chuck _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-discuss
