Gobot1234 / steam-ext-csgo

An extension for https://github.com/Gobot1234/steam.py to interact with the CS-GO Game Coordinator.
MIT License
5 stars 2 forks source link

ModuleNotFoundError: No module named 'steam.app' #11

Closed ingmarinho closed 2 years ago

ingmarinho commented 2 years ago

I tried to run the example script in (/examples) but got the following error: ModuleNotFoundError: No module named 'steam.app'

File "d:\Dev\Repos\medal-bot\testing python\main.py", line 6, in from steam.ext import commands, csgo File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo__init__.py", line 11, in from .client import * File "D:\Dev\Repos\medal-bot\testing python\venv\Lib\site-packages\steam\ext\csgo\client.py", line 15, in from ...app import CSGO

I looked through the library code and found out ...app (app.py I'm assuming) is nowhere to be found?

I installed the lib in a venv.

Am I missing something?

Gobot1234 commented 2 years ago

Oh I guess I pinned this to the wrong version, my bad. I'll fix this now

Gobot1234 commented 2 years ago

Should be fixed now, thanks for the report