pi@raspberrypi:~/Projects/HelloWorld $ python3.5m main.py
[24/Apr/2019:16:50:28] ENGINE Listening for SIGUSR1.
[24/Apr/2019:16:50:28] ENGINE Listening for SIGHUP.
[24/Apr/2019:16:50:28] ENGINE Listening for SIGTERM.
[24/Apr/2019:16:50:28] ENGINE Bus STARTING
[24/Apr/2019:16:50:28] ENGINE Error in 'start' listener <cherrypy._cpchecker.Checker object at 0x76049470>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/cherrypy/process/wspbus.py", line 230, in publish
output.append(listener(*args, **kwargs))
File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpchecker.py", line 40, in __call__
method()
File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpchecker.py", line 144, in check_static_paths
if os.path.isabs(dir):
File "/usr/lib/python3.5/posixpath.py", line 64, in isabs
return s.startswith(sep)
AttributeError: 'tuple' object has no attribute 'startswith'
[24/Apr/2019:16:50:28] ENGINE Started monitor thread 'Autoreloader'.
[24/Apr/2019:16:50:28] ENGINE Shutting down due to error in start listener: