vannov / pygame_cards

pygame_cards is a Python package for creating simple card games powered by pygame framework.
MIT License
24 stars 12 forks source link

Example file does not seem to work #6

Open HB-the-Pencil opened 2 days ago

HB-the-Pencil commented 2 days ago

Trying to type "from pygame_cards import game_app" throws an error in the PyCharm IDE. Why does this not work?

HB-the-Pencil commented 2 days ago

This only seems to happen in the virtual version included in PyCharm. VSCode (with an actual build) works fine.