activepython Questions
6
I have 3 game libraries installed on my PC: pyglet, pygame and Panda3D.
I would like to create a 2D game and make it a web browser game so i can put it on facebook.
I know that Panda3D has a web-...
Medico asked 9/12, 2011 at 23:20
7
Solved
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 code, I receive the subsequent Traceback. Any ideas on what I'm...
Pardue asked 17/9, 2013 at 21:59
6
Solved
I'm looking to get up to speed on Python:
Is it worth working locally via the ActivePython interface, then progressing to a website that supports one of the standard frameworks (Django or Pylons) ...
Antihalation asked 18/5, 2009 at 18:53
5
I am new to Python. I am supposed to launch an application and perform some tasks on the application from Python.
I found Python from python.org and ActivePython from activestate.com.
What is th...
Campy asked 19/1, 2011 at 8:42
3
Firstly, I should state that my current development environment is MSYS + mingw-w64 + ActivePython under Windows 7 and that on a normal day I am primarily a Linux developer. I am having no joy obta...
Uranium asked 25/4, 2012 at 12:31
6
Solved
What's ActivePython actually about?
From what I've read it's just standard Python with OpenSSL and PyWin32 (on Windows). No big deal I guess; I could install them in matter of minutes, and m...
Bora asked 29/8, 2009 at 22:12
2
Solved
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
>>> import sklearn
>>> skl...
Aport asked 10/8, 2017 at 16:17
2
Solved
Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it includes easy_install among others).
It surely seems pretty robust. However I'm trying to easy_...
Cleave asked 6/3, 2011 at 19:24
2
The following asp script is giving me the error: "HTTP/1.1 500 Server Error"
<%@ Language = Python%>
<%
def main():
Response.Write("My first ASP script!")
main()
%>
when I run it on...
Greasy asked 12/2, 2012 at 20:40
1
I've installed ActivePython 2.7.2 and I'm trying to execute a .pys script via the console with wscript/cscript, [i.e. ActivePython (PythonScript with .pys extension) in Microsoft's WSH(Windows Scri...
Thwart asked 3/10, 2011 at 15:37
7
I'm about to refresh myself in programming and I have decided on Python 2.6 for that. I have searched the net and it gave me two possible installers for download. One is from the Python site and an...
Dalury asked 24/1, 2010 at 4:53
1
© 2022 - 2024 — McMap. All rights reserved.