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. -- https://mail.python.org/mailman/listinfo/python-list