How can I install pygame against the 64 bit version of python for windows? I tried the regular win32 package but imports don't work.
scru 909 Posting Virtuoso Featured Poster
Recommended Answers
Jump to Posttry to build sources for yourself
http://www.pygame.org/ftp/pygame-1.8.1release.zip
I guess there will be setup.py, Just add python path to enviroment variable and run from commandline "setup.py install" without quotes
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.