[Twisted-web] CorePost - a tiny Flask-style REST microframework for twisted.web

Jacek Furmankiewicz jacek99 at gmail.com
Tue Sep 6 09:28:56 EDT 2011


Fortunately enough the code change was minor. The biggest challenge was
getting the decorator function and the class instance to communicate
somehow...past that point it was simple.

I would rather focus on my current problem (beside CorePost enhancements) of
Twisted not installing under PyPy.
PyPy does wonders for Twisted.

Some of the issues are documented here:
http://stackoverflow.com/questions/5126039/how-to-install-twisted-10-2-0-with-pypy-1-4-1

The solution seems pretty trivial (see last comment).

Getting Twisted to install under PyPy would be a major boom. Right now all
the PyPy guys have to do PYTHONPATH hacks.

My initial perf tests with PyPy/Twisted were the reason I chose Twisted over
let's say Node.js.
I just like Python more and the inline callback support is brilliant.

Is there a Twisted bug for the PyPy installation issue?

Jacek


On Mon, Sep 5, 2011 at 7:09 PM, Glyph Lefkowitz <glyph at twistedmatrix.com>wrote:

>
> On Sep 5, 2011, at 10:46 AM, Jacek Furmankiewicz wrote:
>
> And the re-designed version 0.0.6 is out on PyPI.
>
>
> I'm glad I made that suggestion.  That kind of turnaround is pretty
> impressive! Any way I can convince you to fix Twisted bugs that fast? (Since
> you're doing HTTP POSTs, <http://twistedmatrix.com/trac/ticket/288>,
> perhaps?)
>
> Congrats on the new version,
>
> -glyph
>
> _______________________________________________
> Twisted-web mailing list
> Twisted-web at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-web/attachments/20110906/dbd8263e/attachment.htm 


More information about the Twisted-web mailing list