python-aternos icon indicating copy to clipboard operation
python-aternos copied to clipboard

ServerStartError fails to import

Open dae-vinity opened this issue 2 years ago • 1 comments

The documentation here may just be outdated, but here's the error below.

Traceback (most recent call last):
  File "d:\Documents\Python\aternos.py", line 5, in <module>
    from python_aternos import ServerStartError
ImportError: cannot import name 'ServerStartError' from 'python_aternos' (C:\Users\___\AppData\Local\Programs\Python\Python311\Lib\site-packages\python_aternos\__init__.py)

dae-vinity avatar Aug 22 '23 02:08 dae-vinity

from python_aternos.aterrors import ServerStartError if you are using the latest version.

DarkCat09 avatar Nov 03 '23 10:11 DarkCat09