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 -- http://mail.python.org/mailman/listinfo/python-list
- doing cross platform file work Tim Hanson
- Re: doing cross platform file work John Gordon
- Re: doing cross platform file work Gurpreet Singh
- Re: doing cross platform file work Rhodri James