Python 3.3 and Pygame 19.2a install problems

Dave Angel davea at davea.name
Sun Feb 2 22:08:34 EST 2014


 edvogel56 at 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




More information about the Python-list mailing list