Yep not supported. You would need to have your entire directory created before you deploy (I doubt deploying will create empty directories )
Remember you can't write to the filesystem at all, so doing a mkdir in code isn't very useful in gae. Rgds T On Apr 28, 2:16 am, sahid <[email protected]> wrote: > Hello, > > appengine support, os.makedirs ? > because i have this probleme : > > import os > os.makedirs (PATH) > > 'module' object has no attribute makedirs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
