New issue 153: issue with bean-web since python update to 3.6
https://bitbucket.org/blais/beancount/issues/153/issue-with-bean-web-since-python-update-to

jb M:

Since updating to python 3.6 (Arch Linux), I get a problem when using bean-web.

It fails and returns:


```

Bottle v0.12.12 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.

Traceback (most recent call last):
  File "/usr/bin/bean-web", line 2, in <module>
    from beancount.web.web import main; main()
  File "/usr/lib/python3.6/site-packages/beancount/web/web.py", line 1190, in 
main
    run_app(args)
  File "/usr/lib/python3.6/site-packages/beancount/web/web.py", line 1108, in 
run_app
    quiet=args.quiet if hasattr(args, 'quiet') else quiet)
  File "/usr/bin/bottle.py", line 755, in run
    run(self, **kwargs)
  File "/usr/bin/bottle.py", line 3127, in run
    server.run(app)
  File "/usr/bin/bottle.py", line 2781, in run
    srv = make_server(self.host, self.port, app, server_cls, handler_cls)
  File "/usr/lib/python3.6/site-packages/beancount/web/web.py", line 1131, in 
stealing_make_server
    server = make_server(*args, **kw)
  File "/usr/lib/python3.6/wsgiref/simple_server.py", line 153, in make_server
    server = server_class((host, port), handler_class)
  File "/usr/lib/python3.6/socketserver.py", line 453, in __init__
    self.server_bind()
  File "/usr/lib/python3.6/wsgiref/simple_server.py", line 50, in server_bind
    HTTPServer.server_bind(self)
  File "/usr/lib/python3.6/http/server.py", line 136, in server_bind
    socketserver.TCPServer.server_bind(self)
  File "/usr/lib/python3.6/socketserver.py", line 467, in server_bind
    self.socket.bind(self.server_address)

```

Any ideas ?


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20170108210706.4643.84766%40celery-worker-101.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to