-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In particular the execjs library tries to import subprocess which I believe is a disallowed module on app engine.
Along with this the "from . import errors" line fails but "from plim.errors import *" seems to work
I have solved the problem for my own system by ripping out the extensions and using the wildcard import but this is not a real solution; I will look into fixing it more elegantly once my site is a MVP (unless it is already fixed by then)
Metadata
Metadata
Assignees
Labels
No labels