Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8274 > unrolled thread
| Started by | Gurpreet Singh <karamheenkuriyaar@gmail.com> |
|---|---|
| First post | 2011-06-23 00:13 -0700 |
| Last post | 2011-06-23 23:25 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Gurpreet Singh <karamheenkuriyaar@gmail.com> |
|---|---|
| Date | 2011-06-23 00:13 -0700 |
| Subject | Re: doing cross platform file work |
| Message-ID | <mailman.316.1308813201.1164.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | "Rhodri James" <rhodri@wildebst.demon.co.uk> |
|---|---|
| Date | 2011-06-23 23:25 +0100 |
| Message-ID | <op.vxju76x5a8ncjz@gnudebst> |
| In reply to | #8274 |
On Thu, 23 Jun 2011 08:13:18 +0100, Gurpreet Singh <karamheenkuriyaar@gmail.com> wrote: ...Cygwin spam. Twice. Please don't mail to both comp.lang.python and python-list. They are gatewayed to each other, so we see your messages twice, which makes us roughly half as likely to respond to them. -- Rhodri James *-* Wildebeest Herder to the Masses
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web