Questions tagged [pypm]

PyPM is the Python Package Manager included with ActivePython that allows one to install pre-compiled binary packages from the ActiveState PyPM repository.

PyPM is the Python Package Manager included with ActivePython that allows one to install pre-compiled binary packages from the ActiveState PyPM repository.

17 questions
0
votes
1 answer

What do I do to use this pyportmidi (pypm) as a library in python?

This is apparently the source code here (though I'm not sure): https://bitbucket.org/pygame/pygame/src/01b2cb16dc17/src/pypm.pyx I'm new to programming and trying to use python as an audio engine. This seemed like pretty much the only way to send…
Jpaji Rajnish
  • 1,491
  • 4
  • 17
  • 35
0
votes
1 answer

Python PYPM Install Problems

I'm trying to download modules using pypm and activestate. PYPM is installing modules to %APPDATA%\Python on Windows. The activestate website says that if I want to install to c:\python32, it wont do it then "Unless the -g option is specified": I…
Kryptos
  • 391
  • 4
  • 10
1
2