Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfaults with pygame parashute #1546

Closed
rainbowdesign opened this issue Oct 1, 2013 · 1 comment
Closed

Segfaults with pygame parashute #1546

rainbowdesign opened this issue Oct 1, 2013 · 1 comment
Milestone

Comments

@rainbowdesign
Copy link
Contributor

https://gist.github.com/rainbowdesign/6785457

Gives
Fatal Python error: (pygame parachute) Segmentation Fault

on two different computers.
While the code is not proper the error message points to a deeper problem which i had with normal code also sometimes.

@tito
Copy link
Member

tito commented Dec 7, 2013

You're returning an class in build(), instead of an instance of a widget. You can fix it by "return MainUI()"

@tito tito closed this as completed in 20f11fe Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants