For some reason python did nog have permission to read the C:\\Users\ \Sander/.appcfg_cookies file.
So I removed it, and everything works again like it should. Greetz On Feb 17, 7:57 pm, Versluys Sander <[email protected]> wrote: > I've tried again with UAC disabled but it doesn't seem to help. > > Somebody any other ideas as to why i get aErrno13permission denied > as you can see in my initial post? > > Thanks! > > On 16 feb, 06:51, Barttos <[email protected]> wrote: > > > Maybe UAC Control? :-/ Try do disable it. > > > On Feb 15, 8:47 pm, Versluys Sander <[email protected]> wrote: > > > > When trying to update a sample project i get following error in > > > command prompt: > > > > C:\Program Files\Google\google_appengine>appcfg.py update helloworld/ > > > Scanning files on local disk. > > > Initiating update. > > > Email: [email protected] > > > Password for [email protected]: > > > 2009-02-15 19:41:53,723 ERROR appcfg.py:1235 An unexpected error > > > occurred. > > > ing. > > > Traceback (most recent call last): > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1213, in DoUpload > > > missing_files = self.Begin() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1009, in Begin > > > version=self.version, payload=self.config.ToYAML()) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > e_rpc.py", line 312, in Send > > > self._Authenticate() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > e_rpc.py", line 348, in _Authenticate > > > self.cookie_jar.save() > > > File "C:\Python25\lib\_MozillaCookieJar.py", line 118, in save > > > f = open(filename, "w") > > > IOError: [Errno13] Permission denied: 'C:\\Users\ > > > \Sander/.appcfg_cookies' > > > Traceback (most recent call last): > > > File "C:\Program Files\Google\google_appengine\appcfg.py", line 60, > > > in <m > > > > run_file(__file__, globals()) > > > File "C:\Program Files\Google\google_appengine\appcfg.py", line 57, > > > in ru > > > e > > > execfile(script_path, globals_) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1976, in <module> > > > main(sys.argv) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1967, in main > > > result = AppCfgApp(argv).Run() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1418, in Run > > > self.action(self) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1879, in __call__ > > > return method() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1669, in Update > > > lambda path: open(os.path.join(basepath, path), "rb")) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1213, in DoUpload > > > missing_files = self.Begin() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > y", line 1009, in Begin > > > version=self.version, payload=self.config.ToYAML()) > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > e_rpc.py", line 312, in Send > > > self._Authenticate() > > > File "C:\Program Files\Google\google_appengine\google\appengine\tools > > > \app > > > e_rpc.py", line 348, in _Authenticate > > > self.cookie_jar.save() > > > File "C:\Python25\lib\_MozillaCookieJar.py", line 118, in save > > > f = open(filename, "w") > > > IOError: [Errno13] Permission denied: 'C:\\Users\ > > > \Sander/.appcfg_cookies' > > > > Anybody an ideo how to solve this? > > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
