Hey Daniel,

It appears those instructions were meant for an actual linux box. Cygwin 
has numerous differences as an environment from an actual linux machine / 
bash environment, and so sometimes issues like this appear when attempting 
to follow instructions meant for linux. 

You could try to look at the permissions of /usr/include/python2.7. Maybe 
the user you're logged-in as when running the command doesn't have 
permissions for that folder? You could try to run chmod -R +r 
/usr/include/python2.7 to make the folder and its contents readable by all 
users. 

Other than this, I'm not sure how else to debug the issue. One option you 
could try is to set up a development linux machine in Compute Engine and 
run the commands from there. You can turn it off when not in use so that 
billing is minimized. 

I hope this is helpful! 

Cheers,

Nick
Cloud Platform Community Support

On Thursday, November 17, 2016 at 5:14:26 PM UTC-5, Daniel Geiger wrote:
>
> I have tried to follow the steps for this procedure as outlined here: 
> https://www.google.com/edu/openonline/course-builder/docs/1.11/set-up-course-builder/set-up-course-builder.html
>  
> as best I can.  I downloaded Python.  I Downloaded and unzipped the course 
> builder folder.  I set up a cloud project.  I installed cygwin64 and ran 
> the appropriate .bat file.  I get to the point where cygwin64 asks "What is 
> the name of the App Engine instance to deploy to?" I put in the project ID 
> and then I get the following error: 
>
> Removing GCB_ALLOW_STATIC_SERV set to ''
> Sourced as: './scripts/common.sh'
> Windows install; skipping test-related downloads.
> Ensuring runtime folder 
> /home/teacher/coursebuilder_resources_1_11_0/runtime
> Using GAE SDK 1.9.40 from 
> /home/teacher/coursebuilder_resources_1_11_0/runtime/google_appengine
> /usr/bin/bash: Exit 1.
> ./scripts/common.sh: line 209: /usr/include/python2.7/pyconfig.h.tmp: 
> Permission denied
>
> I get the same error if I try to run course builder locally.  What do I 
> need to do to fix this?  Did I put Python in the wrong directory?  Is it a 
> problem with permissions on the computer? (it's a company computer and 
> there are some directories I can't access).  Please help!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c88ece5c-447c-436c-9808-8857a95dc6aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to