Python Forum
pygame.error: /etc/timidity.cfg: No such file or directory
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pygame.error: /etc/timidity.cfg: No such file or directory
#1
run a script game in pygame in Zorin OS Linux system 32-bit

THIS Tetris game tetromino.py works with background sound midi files, splash screen startup after installing pygame but after pressing a button to START GAME getting an error... how make midi playable...?
Tried to run from CLI...

leonidas@leonidas-PCV-RZ20C-UC:~/Downloads/makinggames$ python3 tetromino.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "tetromino.py", line 506, in <module>
main()
File "tetromino.py", line 172, in main
pygame.mixer.music.load('tetrisc.mid')
pygame.error: /etc/timidity.cfg: No such file or directory
leonidas@leonidas-PCV-RZ20C-UC:~/Downloads/makinggames$
Reply
#2
how to move python script to mysql table
Reply
#3
That python script may require and extra dependency. You might be missing the timidity package. Although you would have to install it under whatever package manager Zorin uses.

http://timidity.sourceforge.net/#info
Recommended Tutorials:
Reply
#4
Since Zorin OS based on Ubuntu
I used
sudo apt install timidity # success Linux Zorin OS

now the Python 3 game plays midi ok

all ok
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Coding error. Can't open directory EddieG 6 1,108 Jul-13-2023, 06:47 PM
Last Post: deanhystad
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,303 Jun-27-2023, 01:17 PM
Last Post: diver999
  Extract file only (without a directory it is in) from ZIPIP tester_V 1 981 Jan-23-2023, 04:56 AM
Last Post: deanhystad
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,111 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  no such file or directory in SFTP saisankalpj 2 1,540 Nov-25-2022, 11:07 AM
Last Post: DeaD_EyE
  pygame image load error Yegor123 1 1,549 Oct-12-2022, 05:36 AM
Last Post: deanhystad
Photo Making Zip file of a file and Directory Nasir 2 1,017 Oct-07-2022, 02:01 PM
Last Post: Nasir
  Failed to execute child process (No such file or directory) uriel 1 1,651 Sep-15-2022, 03:48 PM
Last Post: Gribouillis
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 2,631 Sep-12-2022, 04:50 AM
Last Post: python202209
  importing functions from a separate python file in a separate directory Scordomaniac 3 1,365 May-17-2022, 07:49 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020