We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python packages with . in the name such as zope.sqlalchemy fail to be imported properly on lambda. The file structure is
.
zope.sqlalchemy
/site-packages /zope /sqlalchemy __init__.py (other files)
When executed on lambda it fails to import zope.sqlalchemy.
I'm currently working around this in my Jenkins job by doing
touch $WORKSPACE/.pyenv/lib/python2.7/site-packages/zope/__init__.py
before running Zappa.
Is this something that could / should be built into Zappa?
The text was updated successfully, but these errors were encountered:
Good one, related: #45
PRs welcome..
Sorry, something went wrong.
4eda490
fixes non namespaces packages being broken. fixes Miserlou#272 and fixes
dc5bd01
Miserlou#45. fixes Pyramid support.
No branches or pull requests
Python packages with
.
in the name such aszope.sqlalchemy
fail to be imported properly on lambda.The file structure is
When executed on lambda it fails to import
zope.sqlalchemy
.I'm currently working around this in my Jenkins job by doing
before running Zappa.
Is this something that could / should be built into Zappa?
The text was updated successfully, but these errors were encountered: