Go to advanced search

by Ctrmint
Fri Dec 30, 2016 11:08 pm
Forum: Python
Topic: for event in pygame.event.get(): results in IndexError
Replies: 3
Views: 1123

Re: for event in pygame.event.get(): results in IndexError

Will try both suggestions.
However since posting I tried Ubuntu on my Pi at the code immediately worked.
Could it be something to do with the SDL?
by Ctrmint
Sat Dec 24, 2016 1:16 pm
Forum: Python
Topic: for event in pygame.event.get(): results in IndexError
Replies: 3
Views: 1123

Re: for event in pygame.event.get(): results in IndexError

#! /usr/bin/env python # --------------------------------------------------------------- # Codemasters F1 2016 UDP Telemetry Dashboard # Revision : 0.1 # Author : Mark Rodman # --------------------------------------------------------------- import os, sys, pygame, time, datetime from dash_network i...
by Ctrmint
Thu Dec 22, 2016 9:14 pm
Forum: Python
Topic: for event in pygame.event.get(): results in IndexError
Replies: 3
Views: 1123

for event in pygame.event.get(): results in IndexError

Hi, I've been writing an application for my Raspberry Pi 3 in Python, which uses a number of libs including Pygame. My code worked on a Linux VM and also on Wheezy with an original Pi. However when I attempted to run the code on my 3 using Jessie I receive the following error. File "dash_f1.py" line...

Go to advanced search