python on Linux

Peter Pearson pkpearson at nowhere.invalid
Fri Oct 10 11:44:24 EDT 2014


On Fri, 10 Oct 2014 08:31:04 +0200, Irmen de Jong wrote:
> On 10-10-2014 6:21, Igor Korot wrote:

>> When I am on Windows, I can write something like this:
>> 
>> sys.path.append('C:\Users\Igor\Documents\MyLib')
>
> While this might work on your system, it may not work on others.
>
> - you need to escape the backslashes (or just use forward slashes,
> they work on windows too)

And remember that os.path.join() will join path fragments with
the right kind of slashes for your operating system.

-- 
To email me, substitute nowhere->runbox, invalid->com.



More information about the Python-list mailing list