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
Post a Comment