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
3
votes
1 answer

Where does ActivePython install pyqt4?

I am currently using a Windows XP machine (32 bit). I am new to Scribus, and have enjoyed using it over the other expensive program for desktop publishing. In Scribus I have a prewritten script I would like to run. The beginning of the script…
Brian
  • 31
  • 3
2
votes
1 answer

Python 2.6.7 not initialing in windows

I am trying to get Python to run to use with Blender. I have 64 bit Vista SP2. 2.6.7 Python. When I start python the command prompt tells me this 'imprt site' failed; use -v for traceback Traceback : File…
2
votes
6 answers

Django: setup.py install - access denied?

I have recently asked this question and this one Now i think I know the answer to my questions....it's all because i installed django using pypm... and something else is wrong! I did as they said, the first answer: start over, the 2nd answer: pydev…
Lynob
  • 5,059
  • 15
  • 64
  • 114
2
votes
1 answer

stuck with first steps with py2app on os x with ActivePython

I have a simple python program I want to turn into an app. py2app is what I need, according to my research. I'm using ActivePython 2.7 on OS X (snow leopard). via the PyPM tool (package manager) I have installed a package called py2app. The…
Tim Richardson
  • 6,608
  • 6
  • 44
  • 71
1
vote
0 answers

How to develop and package with ActivePython?

I have been developing (a somewhat complicated) app on core python (2.6) and have also managed to use pyinstaller to create an executable for deployment in measurements, or distribution to my colleagues. I work on the Ubuntu OS. What has troubled me…
achennu
  • 1,538
  • 1
  • 13
  • 18
1
vote
1 answer

If django is installed using pypm, would pydev detect it?

i have recently asked a question I rechecked and it seems that pydev does not detect django either, but i can import django in activepython interpreter. so if i installed django using pypm would pydev detect it?
Lynob
  • 5,059
  • 15
  • 64
  • 114
1
vote
0 answers

pypm install (package) gives warning: no such package found for requirement

When I try pypm install twisted pypm install morbid pypm install orbited I get warning: no such package found for requirement "twisted"; try PyPM Index: http://code.activestate.com/pypm/search:twisted/ warning: no such package found for…
user852974
  • 2,242
  • 10
  • 41
  • 65
1
vote
1 answer

Image not found error when importing QtGui from PyQt4

I have installed ActivePython 2.7 on Mac OS X 10.5. The main reason for this is to use pypm, the package manager. However, after installing ActivePython and setting up my .bash_profile file to use that version of Python, I encounter a lot of…
ely
  • 74,674
  • 34
  • 147
  • 228
1
vote
1 answer

MySQLdb installed from pypm doesn't work with 32-bit python on Mac OSX

Before proceeding further, here are some details of my Mac and the installed python (ActivePython) and wxpython versions: Mac version: 10.6.6 Python version: 2.7.1 (ActiveState Python) wxPython version: wxPython2.8-osx-unicode-py2.7 Here is a small…
user699540
  • 819
  • 2
  • 12
  • 18
0
votes
1 answer

How to install orbited on Mac 10.6

I have tried pypm install orbited but I still get sudo: orbited: command not found when running sudo orbited I downloaded orbited from http://pypi.python.org/pypi/orbited/0.7.10 Where do I put the files to install? Thanks
user852974
  • 2,242
  • 10
  • 41
  • 65
0
votes
1 answer

Python to run geopy via ActivePython

Trying to get a location using Python and Google Maps, so I tried to use Geopy module by installing activepython using pypm install geopy but i get a problem which is geo required business edition subscription. Can any one help me? Thanks in…
ingy
  • 19
  • 1
  • 3
0
votes
1 answer

How can I download and use pypm gratis?

I have the community edition of ActiveState Python installed under Linux Mint 18.1, and do not see how to access PyPM. I have also attempted to install python-pypm through Mint's package manager There is no pypm in /opt/ActivePython-3.6'bin, and…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
0
votes
1 answer

Installing modules with PyPM on ActiveState

I am new to python scripting and started to look into a script to allow me to SSH to a box and check it is still running. I have installed ActiveState (Python 2.7) on my windows desktop. Using PyPM I have installed paramiko and pycrypto but when I…
Explicitsoul
  • 149
  • 2
  • 10
0
votes
1 answer

How to use Python to generate real-time midi signal and output it to midi device?

I've been working on a project of MIDI. The aim is to input parameters to Python and base on these inputs to generate correspond MIDI signal then output from my Mac to other MIDI device. After a survey, I know there are two libraries exist which…
James Wang
  • 21
  • 1
  • 4
0
votes
2 answers

Keep getting the same SyntaxError: invalid syntax when trying to load packages using pypm

I downloaded ActivePython-2.7.2.5-win32-x86 and installed the software as instructed on the documentation. But pypm is not working at all. From the documentation, I believed that I just need this code in the IDLE (Python GUI) after successfully…
1
2