Josh Johnston

Results 14 comments of Josh Johnston

Aurora Serverless should work with no modifications since it is MySQL compatible.

In my case, `self` does work inside of `handler()` because I am able to use `self.app.logger`. I've also had to return a response from `handler()` in order for Flask to...

I'm working on some of this functionality along with some bug fixes and enhancements. I've added an ext package with an appengine datastore backend as well as an appengine memcached...

@mikelambert as of now, `pip install` is only installing the top level of the package. I've corrected it so that it will install: https://github.com/Trii/wtforms-appengine/commit/b9e5fa537be4e83826405c0df52318e189818297

I thought so too but it did not work on my system using `pip install git+http...` ``` Python 2.7.10 (default, Oct 23 2015, 18:05:06) [GCC 4.2.1 Compatible Apple LLVM 7.0.0...

I had originally installed it from pypi and it included the `.fields` module. I found the error when I changed my requirements.txt to use `pip install git+http://www.github.com/wtforms/wtforms-appengine`. Must have been...

Is IE6 relevant still? Even IE7 is on its way out now

There are some documents here @k1z2 https://developer.arubanetworks.com/aruba-aoscx/docs/python-getting-started That might help in the meantime.

Hi @ktal90, In this most recent stacktrace it looks like you are trying to run the google appengine + zc.buildout example. Since this example uses `zc.buildout` to manage your app...