Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97991
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-10-29 01:42 -0700 |
| References | <90c1a751-d3a9-4f59-a0bb-69d6491d6f96@googlegroups.com> |
| Message-ID | <af11230a-1537-4516-93f6-e1cf63cc374c@googlegroups.com> (permalink) |
| Subject | Re: started writing pygame |
| From | harirammanohar159@gmail.com |
On Wednesday, 28 October 2015 14:24:03 UTC+5:30, hariramm...@gmail.com wrote: > 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.. can any one let me know where i am going wrong, actually i used yum to install libraries/dependencies and downloaded source and compiled to specified location, where there is no chance of improper installation, whatever the dependent package are not available through yum,it just thrown warning as not available... if any one having process to install pygame very smooth in linux including all dependencies, can you share...
Back to comp.lang.python | Previous | Next — Previous in thread | 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