grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Question: Can Django run on Grumpy? #66

Closed alanjds closed 6 years ago

alanjds commented 6 years ago

google/grumpy#403 opened by @zantdev on May 14

Can django run on grumpy? Any tester here?

alanjds commented 6 years ago

Comment by cclauss Monday May 14, 2018 at 18:17 GMT


@zantdev Could you please change the title of this issue from "Asking" to "Can Django run on Grumpy?" That change would make it easier for people to discover this issue.

Grumpy is intended to be a near drop-in replacement for CPython 2.7 so that would preclude the use of Django 2 which requires Python 3 but perhaps Django 1.11 could work.

alanjds commented 6 years ago

Comment by alanjds Friday Aug 03, 2018 at 15:46 GMT


Kamino cloned this issue to grumpyhome/grumpy

alanjds commented 6 years ago

@zantdev: No. It does not run Django right now. Some stdlib imports are still missing. For exemple, sockets is yet not provided.