Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97977
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-10-28 01:53 -0700 |
| Message-ID | <90c1a751-d3a9-4f59-a0bb-69d6491d6f96@googlegroups.com> (permalink) |
| Subject | started writing pygame |
| From | harirammanohar159@gmail.com |
Hi All,
I just started learning pygame :)
Facing issue while running the code after installing game from the site (http://programarcadegames.com/index.php?lang=en&chapter=introduction_to_graphics)- 5.9 Open a Blank Window
Error:
Traceback (most recent call last):
File "./pygame_base_template.py", line 4, in <module>
import pygame
File "/usr/utils/python/3.4.3/custommodules/lib/python3.4/site-packages/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: /usr/utils/python/3.4.3/custommodules/lib/python3.4/site-packages/pygame/base.cpython-34m.so: undefined symbol: PyCObject_FromVoidPtr
Thanks in advance..
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
started writing pygame harirammanohar159@gmail.com - 2015-10-28 01:53 -0700
Re: started writing pygame captain_sensible <andybrookestar@googlemail.com> - 2015-10-28 10:18 -0700
Re: started writing pygame harirammanohar159@gmail.com - 2015-10-28 20:18 -0700
Re: started writing pygame harirammanohar159@gmail.com - 2015-10-29 01:42 -0700
Re: started writing pygame harirammanohar159@gmail.com - 2015-10-29 02:00 -0700
Re: started writing pygame captain_sensible <andybrookestar@googlemail.com> - 2015-10-29 10:03 -0700
csiph-web