You try downloading python 3.12 and it will solve the problem.Still not working. Comes up with:
View attachment 306578
If I do that then it comes up like:
View attachment 306579
When this error comes? When you launched the game or after doing something?Downloaded your most recent build. It shows this error message.
Is it 3.12?That was after I downloaded python
Go to data folder and run the game using fixed cricket game file, it will launch if you have python 3.12 installed.Is it 3.12?
As soon as I launch the game it happens. I have python 3.8 and can't download higher version without running into issues on my PC, so I'm assuming it's a version specific issue. I know a little python and since you provided the source files I edited the f string in the source file mentioned in the error and removed the backslashes like the error mentioned, and it actually worked. But I'm unsure I haven't messed anything up so It's best if the actual dev fixes itYou try downloading python 3.12 and it will solve the problem.
Even though I have forced the exe to download it when the game launches for the first time , guess the link is broken. Will update the exe
Post automatically merged:
When this error comes? When you launched the game or after doing something?
Also copy paste the error code here so that I can vibe fixed it in one shot.
Yea bro this error is due to python version you have , the game is only compatible with version 3.12 and any higher version will cause syntax error because of the change in python format in newer version , I am glad you are running the game now.As soon as I launch the game it happens. I have python 3.8 and can't download higher version without running into issues on my PC, so I'm assuming it's a version specific issue. I know a little python and since you provided the source files I edited the f string in the source file mentioned in the error and removed the backslashes like the error mentioned, and it actually worked. But I'm unsure I haven't messed anything up so It's best if the actual dev fixes it
Here's the error message:
Starting Pro Cricket Game with Tier Columns...
Run-out fix successfully applied
Traceback (most recent call last):
File "fixed_cricket_game.py", line 5, in <module>
from fixed_cricket_game import fix_runout_issue
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\fixed_cricket_game.py", line 28, in <module>
spec.loader.exec_module(gamer_2024)
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\gamer 2024.py", line 8, in <module>
from team_news_templates import generate_team_news
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\team_news_templates.py", line 257
article = f""" ^ SyntaxError: f-string expression part cannot include a backslash
It automatically downloads python when you launch it for the first time but yea I will provide a standalone exe tomorrow.Instead of providing a Python-required app, you should offer the complete application as a downloadable file through a website like MediaFire or MEGA.nz.
thanksI will provide a standalone exe tomorrow.