Closed GoogleCodeExporter closed 8 years ago
thanks for reporting :) this one is currently not supported under
windows/mingw, probably because I couldn't quickly figure out how to support
that a long time ago.. let's have a look at this again for 0.9.
Original comment by mark.duf...@gmail.com
on 9 Jul 2011 at 9:46
unfortunately mingw doesn't seem to support utime.. but I had a look at the
cpython implementation, and copied their windows.h approach.
I don't think nanoseconds currently work for either this or the unix version,
but I guess those are usually not very important.
please let me know how this works for you. to test, you can copy the shedskin
subdir in git (http://gitorious.org/shedskin -> source tree -> download) over
the \shedskin-0.8\shedskin\shedskin directory.
thanks again for reporting. if you'd like to help out further improve support
for the 'os' module under windows, please see python/Modules/posixmodule.c in
the cpython source tree, and shedskin/lib/os/__init__.?pp in the shedskin
source tree.. :-)
Original comment by mark.duf...@gmail.com
on 16 Aug 2011 at 7:39
Original issue reported on code.google.com by
adr2tra...@gmail.com
on 8 Jul 2011 at 8:57