Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8274

Re: doing cross platform file work

Newsgroups comp.lang.python
Date 2011-06-23 00:13 -0700
Subject Re: doing cross platform file work
From Gurpreet Singh <karamheenkuriyaar@gmail.com>
Message-ID <mailman.316.1308813201.1164.python-list@python.org> (permalink)

Show all headers | View raw


File system paths are a thing you need to take care moving from one OS to other.
Perhaps simplest way to avoid this in windows is install cygwin and enjoy.
Keep your accessible files in directories /var or /home which are common (but not in something like /cygdrive/c - Cygwin equilvalent of C:) - as such same scripts will work in both places

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: doing cross platform file work Gurpreet Singh <karamheenkuriyaar@gmail.com> - 2011-06-23 00:13 -0700
  Re: doing cross platform file work "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2011-06-23 23:25 +0100

csiph-web