Python saving file -


i trying write , save file following error raised python script:

oserror: [errno 22] invalid argument: 'c:/export/ixxxx/izzzzz_2015-05-12 17:00:00.shp 

what wrong path? directory exists.

you aren't allowed use colons in file names in windows (which i'm guessing you're using given rest of path). there bit more information here.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -