OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
175 stars 44 forks source link

`xal` not importable #92

Closed novitae closed 1 year ago

novitae commented 1 year ago

Hello, I can't import xal from the lib ...

Capture d’écran 2022-12-04 à 19 31 50 Capture d’écran 2022-12-04 à 19 33 10

I have no idea why it is doing this, even when placing

from . import manager, models, xal

in xbox.webapi.authentication.__init__.py it doesn't work

novitae commented 1 year ago

ok it is simply because the pip version is not synced on the GitHub version, install it from the cloned version to avoid this error.