Dne 29/11/12 20:27, Rob Hudson napsal(a):
> I created a python script that can both serve a mini-manifest and also
> serve a zipped-on-the-fly zip file of the current working directory.
> Which may minimize the difficulty of the installation steps here:
> https://developer.mozilla.org/en-US/docs/Apps/Packaged_apps#Installation_steps

Getting

Traceback (most recent call last):
  File "serve_packaged_apps.py", line 103, in __call__
    appiter = self.app(environ, start_response)

  File "serve_packaged_apps.py", line 86, in application
    return callback(environ, start_response)

  File "serve_packaged_apps.py", line 33, in index
    assert False

AssertionError:

on http://localhost:8888

Any thoughts?

_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to