EnesYildirim / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
Other
0 stars 0 forks source link

sudo python first time before creating files #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  If I try the following for the first time:
temp = Dataset('/home/somename/temp.nc','w')
I get a permission denied.
2.  If I try again in a sudoed interpreter it works
3.  Now I can create files normally in not sudoed interpreter

What is the expected output? What do you see instead?
if I try again using format='NETCDF4' I have to repeat

What version of the product are you using? On what operating system?
Debian 7, Python 2.7.3

Original issue reported on code.google.com by john.m.m...@gmail.com on 19 Nov 2013 at 2:47

GoogleCodeExporter commented 8 years ago
Sounds like a filesystem issue to me - I don't see how the python module could 
affect file permissions.

Original comment by whitaker.jeffrey@gmail.com on 19 Nov 2013 at 3:07

GoogleCodeExporter commented 8 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04