i get the following if i run from cmd pydarts --forcecalibration any help would be greatly appreciated
[WARNING] Creating folder C:\Users\jliso/.pydarts [DEBUG] Working on section SectionGlobals of your config file. [WARNING] Your config file does not contain a section named SectionGlobals. [DEBUG] Working on section SectionAdvanced of your config file. [WARNING] Your config file does not contain a section named SectionAdvanced. [DEBUG] Working on section SectionKeys of your config file. [WARNING] Your config file does not contain a section named SectionKeys.
Hi poilou, i am testing last source code and when i launch pydarts.bat in windows (8.1), i am facing the same issue as @Justin Lisota. I tried downgrading python from the newest version to 3.6 and 3.7, i have also tryed downgrading pyttsx3 from the last version, to 2.7, and it continues showing the same missing dependencies error.
Update: It now works, but with no audio and randomly getting crashed...Debug error traces seems to be related to pyttsx3 package.
UPDATE2: If i launch from a cmd shell pydarts.py it works like a charm. The only problem es is that now pydarts do not recognize simple 1. I tested with arduino monitor serial and the piece of the board seems to be recognized well..
if i launch pydarts.exe with administrator "powers", sound doesn't work and pydarts continue crashing randomly due no sound issue/pyttsx3.
Last edit: Diego2 2020-07-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i get the following if i run from cmd pydarts --forcecalibration any help would be greatly appreciated
[WARNING] Creating folder C:\Users\jliso/.pydarts
[DEBUG] Working on section SectionGlobals of your config file.
[WARNING] Your config file does not contain a section named SectionGlobals.
[DEBUG] Working on section SectionAdvanced of your config file.
[WARNING] Your config file does not contain a section named SectionAdvanced.
[DEBUG] Working on section SectionKeys of your config file.
[WARNING] Your config file does not contain a section named SectionKeys.
########## Welcome to pyDarts
A Free, Open-Source and Open-Hardware Darts Game
Please check the website to know more
http://pydarts.sourceforge.net
or check the Wiki
https://obilhaut.freeboxos.fr/pydarts-wiki
or use --help for available options
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
[FATAL] Unable to load following dependancies :
[FATAL] Missing : pyttsx3
[FATAL] Unable to run pyDarts without them. Please refer to the wiki : https://obilhaut.freeboxos.fr/pydarts-wiki
Hi Justin,
Just install pyttsx3 with pip3 :
pip3 install pyttsx3
and you're done :)
Cheers
Hi poilou, i am testing last source code and when i launch pydarts.bat in windows (8.1), i am facing the same issue as @Justin Lisota. I tried downgrading python from the newest version to 3.6 and 3.7, i have also tryed downgrading pyttsx3 from the last version, to 2.7, and it continues showing the same missing dependencies error.
Last edit: Diego2 2020-07-04
Update: It now works, but with no audio and randomly getting crashed...Debug error traces seems to be related to pyttsx3 package.

UPDATE2: If i launch from a cmd shell pydarts.py it works like a charm. The only problem es is that now pydarts do not recognize simple 1. I tested with arduino monitor serial and the piece of the board seems to be recognized well..
if i launch pydarts.exe with administrator "powers", sound doesn't work and pydarts continue crashing randomly due no sound issue/pyttsx3.
Last edit: Diego2 2020-07-04