Skip to content

Imports fail on Google App Engine #5

@KitB

Description

@KitB

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions