Re: Can't write to a directory made w/ os.makedirs

2012-01-03 Thread David Goldsmith
On Jan 1, 7:43 pm, MRAB wrote: > On 02/01/2012 03:14, David Goldsmith wrote: > > > > > > > > > > > On Jan 1, 7:05 am, Tim Golden  wrote: > >>  On 01/01/2012 12:05, David Goldsmith wrote: > >>    >>  ie can the Python process cre

Re: Can't write to a directory made w/ os.makedirs

2012-01-02 Thread David Goldsmith
On Jan 2, 6:09 am, Dave Angel wrote: > On 01/01/2012 10:14 PM, David Goldsmith wrote: > > > > > > > > > On Jan 1, 7:05 am, Tim Golden  wrote: > >> On 01/01/2012 12:05, David Goldsmith wrote: > >>   >>  ie can the Python process creatin

Re: Can't write to a directory made w/ os.makedirs

2012-01-01 Thread David Goldsmith
On Jan 1, 7:05 am, Tim Golden wrote: > On 01/01/2012 12:05, David Goldsmith wrote: >  >> ie can the Python process creating the directories, >  > >  > Yes. >  > >  >> and a subprocess called from it create a simple file? >  > >  > No. >  &g

Re: Can't write to a directory made w/ os.makedirs

2012-01-01 Thread David Goldsmith
On Jan 1, 1:37 am, Tim Golden wrote: > On 31/12/2011 22:13, OlyDLG wrote: >  > Hi!  I'm working on a script utilizing os.makedirs to make directories >  > to which I'm then trying to write files created by exe's spawned w/ >  > subprocess.call; I'm developing in Stani's Python Editor, debugging >