You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just launching Bottle app with
Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux
Bottle v0.14-dev server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/vincent/Sites/local/Glassblower/lib/bottle.py", line 4000, in run
path = getattr(module, '__file__') or ''
AttributeError: module 'sys' has no attribute '__file__'. Did you mean: '__name__'?
The text was updated successfully, but these errors were encountered:
Just launching Bottle app with
Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux
The text was updated successfully, but these errors were encountered: