chrisnorman7 / earwax

An audio game engine for fast prototyping
Mozilla Public License 2.0
6 stars 2 forks source link

Error when using the "earwax game main.py command." #16

Closed ashleygrobler04 closed 3 years ago

ashleygrobler04 commented 3 years ago

Hi there. So i red through the tutorials, actually i am at the first one, "getting started." It told me to use the command "earwax game main.py." I used it, and got the following error: ImportError: cannot import name 'cmd_main' from 'earwax' (c:\python\lib\site-packages\earwax__init__.py) Maby it's some thing i am doing wrong, but i doubt it, since i typed "earwax game main.py" in the prompt to make the first starter game.

chrisnorman7 commented 3 years ago

OK, I need to make templates for these things. Can you give me your earwax version (pip show earwax), and Python version please?

Do any of the other commands work for you?

Thank you for reporting.

ashleygrobler04 commented 3 years ago

Hi there, I feel like a bit of an ape... I updated earwax and it seemed to be working... Haha i am sure every person who uses a library should know to first update the lib or in this case engine, before using it right? Once again, sorry for the unnessiciry issue that was created.

chrisnorman7 commented 3 years ago

That's absolutely no worries mate. Glad it's working for you.

The new bug template should remind people to update, so you actually helped me a lot more than you probably realised, by reminding me to create issue templates.