Dear Massimo,
I tried to install py4web in windows 10, but a got an NotImplementedError 
when entered py4web-start apps and the page was not available. The full 
stack trace was as follows. Did I made some mistake?


Microsoft Windows [versão 10.0.18362.418]
(c) 2019 Microsoft Corporation. Todos os direitos reservados.
C:\Users\Gatinha>py4web-start apps
██████╗ ██╗   ██╗██╗  ██╗██╗    ██╗███████╗██████╗
██╔══██╗╚██╗ ██╔╝██║  ██║██║    ██║██╔════╝██╔══██╗
██████╔╝ ╚████╔╝ ███████║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝   ╚██╔╝  ╚════██║██║███╗██║██╔══╝  ██╔══██╗
██║        ██║        ██║╚███╔███╔╝███████╗██████╔╝
╚═╝        ╚═╝        ╚═╝ ╚══╝╚══╝ ╚══════╝╚═════╝
Is still experimental...
Choose a one-time dashboard password:
Storing the hashed password in file "password.txt"
[ ] Unzipping app py4web.app._dashboard.zip
 [A[X]
[ ] Unzipping app py4web.app._default.zip
 [A[X]
Dashboard is at: http://127.0.0.1:8000/_dashboard
[ ] loading _dashboard ...
 [A[X] loaded _dashboard
[ ] loading _default ...
 [A[X] loaded _default
Bottle v0.12.17 server starting up (using TornadoServer())...
Listening on http://127.0.0.1:8000/
Hit Ctrl-C to quit.
Traceback (most recent call last):
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\Scripts\py4web-start-script.py",
 
line 11, in <module>
    load_entry_point('py4web==0.1.20190929.1', 'console_scripts', 
'py4web-start')()
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py4web\core.py",
 
line 852, in main
    start_server(args)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py4web\core.py",
 
line 750, in start_server
    bottle.run(server='tornado', host=host, port=int(port), reloader=False)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\Scripts\bottle.py", 
line 3131, in run
    server.run(app)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\Scripts\bottle.py", 
line 2862, in run
    server.listen(port=self.port,address=self.host)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\tcpserver.py",
 
line 152, in listen
    self.add_sockets(sockets)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\tcpserver.py",
 
line 165, in add_sockets
    self._handlers[sock.fileno()] = add_accept_handler(
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\netutil.py",
 
line 279, in add_accept_handler
    io_loop.add_handler(sock, accept_handler, IOLoop.READ)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\platform\asyncio.py",
 
line 99, in add_handler
    self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ)
  File 
"C:\Users\Gatinha\AppData\Local\Programs\Python\Python38-32\lib\asyncio\events.py",
 
line 501, in add_reader
    raise NotImplementedError
NotImplementedError

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/82601cf1-05d1-42e2-ae1d-ad840e6a5353%40googlegroups.com.

Reply via email to