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> 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 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 import pygame File "/usr/utils/python/3.4.3/custommodules/lib/python3.4/site-packages/pygame/__init__.py", line 95, in 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..