Questions tagged [activepython]

A CPython distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX, distributed by ActiveState.

56 questions
0
votes
1 answer

On a fresh install of ActivePython-2.6, pip is giving an import error

I installed Cent OS on a virtual machine, and it comes with Python 2.4 out of the box. I needed to install Python 2.6, so I installed a separate python binary from ActivePython which installed itself in a different directory. When I run pip…
damon
  • 14,485
  • 14
  • 56
  • 75
0
votes
1 answer

Tkinter code throws exception in latest ActivePython

After installing ActivePython 2.7.10.12, when trying to create a Tkinter instance, I get the following error: ActivePython 2.7.10.12 (ActiveState Software Inc.) based on Python 2.7.10 (default, Aug 21 2015, 12:07:58) [MSC v.1500 64 bit (AMD64)] on…
twasbrillig
  • 17,084
  • 9
  • 43
  • 67
0
votes
1 answer

Error trying to install Python on some friend's computer

First time I got this error trying to install Python on some friend's computer (Windows7 - x64) It says C:\Users\Username\Desktop\proyect> myproyect.py File "myproyect.py" line 1 ActivePython 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015,…
RomanVenica
  • 97
  • 1
  • 2
  • 11
0
votes
1 answer

Please set the PYTHON_EGG_CACHE enviroment variable

I'm using windows 10 with python 2.7.10 with activepython in GAE im getting this error after trying to run a script with a library that i just installed called pycrypto: "Please set the PYTHON_EGG_CACHE enviroment variable" RuntimeError:…
Abdul Hamid
  • 168
  • 1
  • 7
  • 25
0
votes
1 answer

Numpy doesn't work with 32 bit Python on 64 bit windows

I have a Python 2.7.8. 32-bit installed on Windows 10 64 bit. When I try to import numpy I get the following error: ActivePython 2.7.8.10 (ActiveState Software Inc.) based on Python 2.7.8 (default, Jul 2 2014, 19:50:44) [MSC v.1500 32 bit (Intel)]…
Nemanja91
  • 123
  • 2
  • 12
0
votes
2 answers

Python Windows Service - Not responding to start/stop from built exe (but works in python)

This is my first time building a windows service, and I thought I had it working. Installing as python aservice.py install works fine, and responds accordingly. However, since the machines that I will need to install this service on, will not have…
Busturdust
  • 2,447
  • 24
  • 41
0
votes
2 answers

ReadProcessMemory reads an empty string

I'm trying to read the text of desktop icons using win32gui (I must use win32 because I also need to get the positions of the icons and they should match the text). I used the code in here: Use Python to extract ListView items from another…
Ella Sharakanski
  • 2,683
  • 3
  • 27
  • 47
0
votes
1 answer

Updating the path within a batch file

I am writing a script that installs active python, and then "pip installs" two libraries: IF %ARCH%==%tb% msiexec.exe /i Python\ActivePython-2.7.2.5-win32-x86.msi /qb pip install requests pip install pyserial When I run this I get: 'pip' is not…
daiuto
  • 486
  • 2
  • 10
  • 20
0
votes
1 answer

How to install active python in virtual environment on centos

How can i install ACtive python in virtual env. I have this problem as in this post answer https://stackoverflow.com/a/7458717/1958218 Now that was solved by using active python on centos itself. But for django , i am using virtualenv and i get same…
user1958218
  • 1,571
  • 3
  • 18
  • 28
0
votes
0 answers

How to install networkx on activepython community edition?

I am attempting to run the command easy_install networkx to install the NetworkX package. When I do it generates this error message: SyntaxError: invalid syntax. Is it because I am using the free community edition of activepython or am I…
sclowes14
  • 1
  • 2
0
votes
1 answer

python - web2py - can't seem to find lxml - ActivePython - windows7

Have been using ActivePython on windows7 and lxml seems working without an issue.. There were a lot of other third party packages I had & they were working too.. Until I wanted to use it inside Web2Py. All the others seem to be working if I copy…
PlanetUnknown
  • 3,956
  • 4
  • 49
  • 67
1 2 3
4