rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
270 stars 56 forks source link

lambda.json requirements causes error if using python27 on windows #92

Open MYOBmarknelson opened 8 years ago

MYOBmarknelson commented 8 years ago

issue is in _python_executable in package.py - 'if python_exe is '' ' - is not resolving none,

jarosser06 commented 8 years ago

Can you provide us with the stack trace please.