Tagged Questions
The activepython tag has no wiki summary.
19
votes
5answers
4k views
Why does ActivePython exist?
What's ActivePython actually about?
From what I've read it's just standard Python with openssl and pyWin32 (on Win). No big deal I guess, I could install them in matter of minutes, and most people ...
8
votes
7answers
317 views
Which python installation should I use?
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 ...
2
votes
1answer
106 views
Getting ActivePython to work with WSH
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 ...
2
votes
1answer
110 views
How to create a Python Distribution like ActivePython?
How would I create a Python Distro like ActivePython?
Basically its only for linux (Centos 5) platforms.
Ideally it should work like ActivePython, as in I could just untar it on a location, e.g a nfs ...
2
votes
6answers
231 views
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, ...
2
votes
2answers
962 views
How to install OpenCV 2.2 on OSX 10.5 32-bit for ActivePython 2.7?
The title is the whole question.
I have tried homebrew with the --build32 option
I have tried macports
I have tried downloading the source file and compiling from scratch.
All the above install ...
2
votes
1answer
336 views
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 ...
2
votes
1answer
132 views
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 ...
2
votes
2answers
250 views
Start the correct python program via symbolic link
I recently installed ActivePython 2.7. So I've got a symbolic link in /usr/local/bin/python which points to the 2.7 directory. Trouble is, when I type "python" at the command line, it starts up ...
2
votes
3answers
205 views
Does Subversion *Really* Require ActivePython?
It is listed as a requirement, but I'd rather not install it since I already have Python 3.1.1 installed.
If I must, are there any issues with the two Python versions co-existing (on Windows)?
From ...
2
votes
3answers
3k views
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 have a project that requires python to be more portable and I am using ActivePython-2.6.
I ...
1
vote
2answers
136 views
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 game and make it a web browser game so i can put it on facebook.
I know that Panda3D has a ...
1
vote
1answer
63 views
panda 3d importing module error
I'm trying to learn panda 3d, but I'm getting this error
importerror no module named direct.showbase.showbase
I'm using the latest versions of panda 3d 1.7.2, python 2.7 on windows xp, how to fix ...
1
vote
2answers
181 views
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 ...
1
vote
1answer
192 views
pil png activestate on windows 7 ZLIB (PNG/ZIP) support not available
I'm trying to port a python program from OS X to Windows 7.
This program processes a png with tkinter
eg
self.logoImg = ImageTk.PhotoImage(Image.open('GrowthPathLogo.png'))
The code is failing with ...
1
vote
1answer
61 views
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 ...
1
vote
2answers
73 views
How to install pyobjc on activepython 2.6 for snow leopard?
I need json, pyobjc and ideally psyco as well.
I got all but pyobjc working on active python 2.6. How do I successfully install pyobjc properly?
Thank you.
1
vote
0answers
207 views
Using pypm to install Python Image Library and getting the standard IOError: decoder jpeg not available
I have a very specific, common problem while installing the Python Image Library (PIL) and that is that PIL doesn't support jpegs natively (what kind of image library does not come pre-packaged with a ...
1
vote
1answer
276 views
easy_install launches as a terminal and closes on its own, how to avoid that
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 ...
1
vote
2answers
156 views
Why ActivePython freezes after I use the turtle module?
I've installed ActivePython 3.1 and ran IDLE with -n parameter as required byt the turtle module in documentation. However when I try to use it with call such as turtle.postion(), new windows is ...
1
vote
3answers
310 views
ActivePython and MySQLdb
I have installed ActivePython and am trying to import MySQLdb
>> import mySQLdb
gives me an error stating No module called MySQLdb
I have tried searching but all the resources out there ...
0
votes
0answers
13 views
fab hello returns “No module named win32api” only in virtualenv
I can run fab (fabric) in windows but not after running virtualenv/Scripts/activate.bat.
I am running ActivePython 2.7.2.5 with the latest fabric.
Tried using pip and pypy in and out of virtualenv.
...
0
votes
2answers
234 views
Python 3.2 doesn't work with python 2.7
I already have python 2.7 (installed using activepython). I'm trying to use python 3.2 just to learn more about it so i downloaded it from python.org
python 2.7 still works perfectly, but python 3.2 ...
0
votes
2answers
107 views
Problems running a python script as a service
I have used this question to learn install my python script as a service with ActivePython. I am able to install my script and remove it, as I would expect, but my problem is that once I start the ...
0
votes
0answers
150 views
python 2.7 won't open as it should
I use activepython, I'm on xp, when i click on the idle it says: windows can't open idle.pyw what would you like to do? use the web ...or select the program from the list, it happens to me about 3 ...
0
votes
1answer
122 views
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 ...
0
votes
1answer
308 views
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 ...