Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.py does not package zip scripts correctly #5

Open
GoogleCodeExporter opened this issue Jul 14, 2015 · 1 comment
Open

build.py does not package zip scripts correctly #5

GoogleCodeExporter opened this issue Jul 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Follow build and deploy steps
2. Uncompress zip files in appengine/static
3. Try and run them

What is the expected output?
No import errors

Actual
Errors importing mylogging.py because zip file has not moved all the src files 
to the base directory


What version of the product are you using? On what operating system?
r12
Mac OS 10.6.8

Please provide any additional information below.
Was this tested?


Original issue reported on code.google.com by [email protected] on 3 Nov 2011 at 7:51

Attachments:

@GoogleCodeExporter
Copy link
Author

Can fix by changing line 97 to 
"output_zip.write(filename, arcname=os.path.basename(filename))"

Original comment by [email protected] on 3 Nov 2011 at 8:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant