Top "Activepython" questions

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

Cannot establish connection to sql-server using pyodbc on Windows 7

I'm using ActivePython 2.7.2.5 on Windows 7. While trying to connect to a sql-server database with the pyodbc module using the below …

python sql sql-server pyodbc activepython
Why does ActivePython exist?

What's ActivePython actually about? From what I've read it's just standard Python with OpenSSL and PyWin32 (on Windows). No big …

python activestate activepython
Python loading old version of sklearn

I've installed version 0.18.2 of scikit-learn on my Mac using pip uninstall scikit-learn pip install scikit-learn==0.18.2 However, when I run python &…

python scikit-learn activepython
is it possible to run pygame or pyglet in a browser?

I have 3 game libraries installed on my PC: pyglet, pygame and Panda3D. I would like to create a 2D …

python pygame python-2.7 pyglet activepython
What is the difference between ActivePython and Python?

I am new to Python. I am supposed to launch an application and perform some tasks on the application from …

python activepython
How to obtain pre-built *debug* version of Python library (e.g. Python27_d.dll) for Windows

Firstly, I should state that my current development environment is MSYS + mingw-w64 + ActivePython under Windows 7 and that on a normal …

python gdb debug-symbols activepython mingw-w64
How to disable Windows Firewall using python

I am trying to write automation to a little project that I'm doing in work. In the proccess I need …

python windows firewall activepython
Install pyCurl in ActivePython-2.6?

I have worked with pyCurl in the past and have it working with my system default python install. However, I …

python libcurl pycurl activepython