PyWeek - Unicorp Butterflies - feedback
gummbum
busterbeam
attempted to run received this error.
`ImportError: cannot import name 'TypeCarte' from 'carte' (/home/user/python/pyweek/Unirgata/.venv/lib/python3.11/site-packages/carte/__init__.py)`
I believe I installed the right carte package.
cprogrammer1994
There is some exception when starting the program. Also the author mentions it is not work at all.
PyTM30
game.py", line 8, in <module>
from carte import TypeCarte, TypeEtat, Carte
ModuleNotFoundError: No module named 'carte'
DR0ID
There were no instructions!
Also it seems, that python 2 was used. After passing it through 2to3 fixer I could run it and got the lines below. But that was all it did. I give an extra point in production for the art, which is a shame that no one gets to see it in the game! I would like to work with such artist once.
Jean Loup-Garou, Well Mannered Werewolf
The Eye at the Center of The World
Homme-Ombre, Shadow Wizard
Bill Squelette
Wolcano, The Naughty Witch
Cent-Vingt Haches, The Depressed One
Jean Loup-Garou, Well Mannered Werewolf
Jean Loup-Garou, Well Mannered Werewolf
Bill Squelette
Gobzilla, Squishy Goblin
Choose number card : 1
This is not an integer. è_é
Gobzilla, Squishy Goblin
Choose number card : 2
This is not an integer. è_é
Jean Loup-Garou, Well Mannered Werewolf
Choose number card : 2.
Choose number card : 2.
Choose number card : 1
This is not an integer. è_é
Gobzilla, Squishy Goblin
Choose number card :
RicBin
Traceback (most recent call last):
File "Unirgata\run.py", line 3, in <module>
from unirgata.game.game import Game
File "Unirgata\unirgata\game\game.py", line 8, in <module>
from carte import TypeCarte, TypeEtat, Carte
ModuleNotFoundError: No module named 'carte'
TenekeKutu_07
Traceback (most recent call last):
File "unirgata-cards-battlers-dark-matters\Unirgata\run.py", line 3, in <module>
from unirgata.game.game import Game
File "unirgata-cards-battlers-dark-matters\Unirgata\unirgata\game\game.py", line 8, in <module>
from carte import TypeCarte, TypeEtat, Carte
ImportError: cannot import name 'TypeCarte' from 'carte' (unirgata-cards-battlers-dark-matters\Unirgata\venv\Lib\site-packages\carte\__init__.py)
Also, there is no English explanation (readme etc.)
Lanecrest
Sorry you didnt even get something functional out but you're right the art does look good :)
Wow, a lot of cool looking art. Nice music. As you said, it didn't run:
from carte import TypeCarte, TypeEtat, Carte
ImportError: cannot import name 'TypeCarte' from 'carte'