A CPython distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX, distributed by ActiveState.
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 activepythonWhat's ActivePython actually about? From what I've read it's just standard Python with OpenSSL and PyWin32 (on Windows). No big …
python activestate activepythonI'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 activepythonI 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 activepythonI am new to Python. I am supposed to launch an application and perform some tasks on the application from …
python activepythonFirstly, 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-w64I am trying to write automation to a little project that I'm doing in work. In the proccess I need …
python windows firewall activepythonI have worked with pyCurl in the past and have it working with my system default python install. However, I …
python libcurl pycurl activepython