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


Groups > comp.lang.python > #65315

Re:Python 3.3 and Pygame 19.2a install problems

From Dave Angel <davea@davea.name>
Subject Re:Python 3.3 and Pygame 19.2a install problems
Date 2014-02-02 22:08 -0500
Organization news.gmane.org
References <919dac44-2102-416f-a9e5-8857ef11476b@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.6321.1391396731.18130.python-list@python.org> (permalink)

Show all headers | View raw


 edvogel56@gmail.com Wrote in message:
>  That being said there is a base.pyd file but not a base.dll.  I understand .pyd files are a type of dll.  Could there be something about Win7 doesn't like about that naming convention?
> 
> Please advise.
> 
> 

I highly doubt that. Most Windows dlls have some other extension, 
 and I can't believe Win7 breaking such a long tradition.
 

I would instead guess that you have a path problem, either with
 sys.path or with Windows PATH variable. 


-- 
DaveA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python 3.3 and Pygame 19.2a install problems edvogel56@gmail.com - 2014-02-02 18:06 -0800
  Re: Python 3.3 and Pygame 19.2a install problems edvogel56@gmail.com - 2014-02-02 19:04 -0800
    Re: Python 3.3 and Pygame 19.2a install problems Terry Reedy <tjreedy@udel.edu> - 2014-02-03 01:43 -0500
      Re: Python 3.3 and Pygame 19.2a install problems edvogel56@gmail.com - 2014-02-03 05:48 -0800
    Re: Python 3.3 and Pygame 19.2a install problems MRAB <python@mrabarnett.plus.com> - 2014-02-03 18:55 +0000
    Re: Python 3.3 and Pygame 19.2a install problems Terry Reedy <tjreedy@udel.edu> - 2014-02-03 16:42 -0500
  Re:Python 3.3 and Pygame 19.2a install problems Dave Angel <davea@davea.name> - 2014-02-02 22:08 -0500

csiph-web