Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97977

started writing pygame

X-Received by 10.182.165.37 with SMTP id yv5mr27432370obb.36.1446022412567; Wed, 28 Oct 2015 01:53:32 -0700 (PDT)
X-Received by 10.50.77.70 with SMTP id q6mr33738igw.4.1446022412509; Wed, 28 Oct 2015 01:53:32 -0700 (PDT)
Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kq10no31127260igb.0!news-out.google.com!z4ni38700ign.0!nntp.google.com!kq10no31127255igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Wed, 28 Oct 2015 01:53:31 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=151.151.16.9; posting-account=1SpZ5woAAAA9asrWwzRpL93v3FfBemIc
NNTP-Posting-Host 151.151.16.9
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <90c1a751-d3a9-4f59-a0bb-69d6491d6f96@googlegroups.com> (permalink)
Subject started writing pygame
From harirammanohar159@gmail.com
Injection-Date Wed, 28 Oct 2015 08:53:32 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:97977

Show key headers only | View raw


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 | NextNext in thread | Find similar | Unroll thread


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