Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python 2.5 (PyPy) compatible web server / framework

I'm looking for a simple Python framework/library for creating a website run using PyPy.

So far, I'm using web.py, so that's the feature set (a bit a templating, sessions, input processing, that's it) I need for this project. Very minimalist, if possible.

web.py is not unfortunately not compatible with Python 2.5 (at least the Python 2.5 implemented by PyPy).

Edited to add: The solution should be able to run applications (light on the views, models, etc., heavy on the computation) reasonably well. Security is not an issue, but on my machine, every 20th or so request of the integrated web.py server didn't get answered, leaving a blank browser page. This would be unacceptable.

Is there something like this?

like image 716
Daniel Beck Avatar asked Sep 04 '26 05:09

Daniel Beck


2 Answers

I've been using flask with success on PyPy.

like image 151
fijal Avatar answered Sep 06 '26 20:09

fijal


Pylons is a good web python framework and compatible with Python 2.5.

Running Pylons on top of PyPy

like image 40
NARKOZ Avatar answered Sep 06 '26 20:09

NARKOZ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!