Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'importerror:': 0.07; 'sys': 0.07; 'failed:': 0.09; 'runtime': 0.09; 'python': 0.11; 'changes': 0.15; 'compiler.': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'guess.': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'pygame,': 0.16; 'pygame.org': 0.16; 'received:192.168.1.4': 0.16; 'reedy': 0.16; 'subject:3.3': 0.16; 'subject:Pygame': 0.16; 'subject:install': 0.16; 'subject:problems': 0.16; 'thoughts?': 0.16; 'wrote:': 0.18; 'module': 0.19; 'version.': 0.19; '>>>': 0.22; 'import': 0.22; 'install': 0.23; 'load': 0.23; 'header:User-Agent:1': 0.23; 'dll': 0.24; "i've": 0.25; 'compiled': 0.26; 'skip:" 30': 0.26; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'skip:p 30': 0.29; "doesn't": 0.30; 'newer': 0.30; 'specified': 0.30; 'file': 0.32; 'compatible': 0.32; '(most': 0.33; 'older': 0.33; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'c++': 0.36; 'found.': 0.36; 'installing': 0.36; 'skip:" 50': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'recent': 0.39; 'does': 0.39; 'visual': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'most': 0.60; 'new': 0.61; 'here:': 0.62; 'email addr:gmail.com': 0.63; 'pro': 0.69; 'user,': 0.69; '3.4': 0.84; '95,': 0.84; 'installer': 0.84; 'random,': 0.84; 'url:comments': 0.91 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=eZmzft0H c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=5FYZ9MsUIQAA:10 a=75tM1PUhPNoA:10 a=ihvODaAuJD4A:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=W6icb6aO01gA:10 a=pGLkceISAAAA:8 a=PjuYqXk4AAAA:8 a=BGjLMigtAAAA:8 a=f2PIqq2XAAAA:8 a=-QxvTFVW3N7HbmBXnmsA:9 a=QEXdDO2ut3YA:10 a=0wmWEH1XdMQA:10 a=MSl-tDqOz04A:10 X-AUTH: mrabarnett:2500 Date: Mon, 03 Feb 2014 18:55:48 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python 3.3 and Pygame 19.2a install problems References: <919dac44-2102-416f-a9e5-8857ef11476b@googlegroups.com> <4fb4efe9-8842-4c55-8ee7-ba2cf8b54432@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391453756 news.xs4all.nl 2854 [2001:888:2000:d::a6]:57330 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65363 On 2014-02-03 06:43, Terry Reedy wrote: > On 2/2/2014 10:04 PM, edvogel56@gmail.com wrote: > >>> Traceback (most recent call last): File >>> "C:\Users\Ed\Documents\SOMA\Minecraft and >>> Python\inventwithpython_src\dodger.py", line 1, in > >> import pygame, random, sys File >>> "C:\Python33\lib\site-packages\pygame\__init__.py", line 95, in >>> > >> from pygame.base import * >>> ImportError: DLL load failed: The specified module could not be >>> found. > >> Found the answer here: >> http://www.reddit.com/r/inventwithpython/comments/1dzl8m/when_importing_pygame_i_get_importerror_dll_load/ >> >> Questions but no big deal - 1. Why doesn't pygame.org have the most >> recent install files compatible with the most recent python I ended >> up finding them here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > The base problem is that Microsoft changes the Visual C runtime with > each version of the VC compiler. Python 3.3 was compiled with a newer > version. It is a nuisance for packages to keep recompiling with a new VC > version. Py 3.4 is using the same version as 3.4, so PyGames *might* > work with 3.4, or there might be other compatibilities. > >> 2. Interesting that "3.2" pygames works with "3.3" python on my XP >> but the Win 7 required the "3.3" pygames. Thoughts? > > It is possible that the VC++2010 runtime does not work with XP, but > requires Vista+ and that the Microsoft installer installs the older > VC++2008 runtime on XP even when installing 3.3. If you install for a > single user, the vcxxxxx.dll is in the python directory or subdirectory. > For all-user installs, it is in one of the windows/systemxx directories. > But this is just a guess. > I've used Visual C++ Express 2010 on XP Pro without any problem.