How would I create a Python Distro like ActivePython? Basically its only for linux (Centos 5) platforms.
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 need json, pyobjc and ideally psyco as well. I got all but pyobjc working on active python 2.6. How do I successfully install pyobj开发者_开发技巧c properly?
The title is the whole question. I have tried homebrew with the --build32 option I have tried macports
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 would
Trying to get a location using Python and Google Maps, so I tried to use Geopy module by installin开发者_JAVA技巧g activepython using pypm install geopy but i get a problem which isgeo requiredbusines
I have a simple python program I want to turn into an app. py2app is what I need, according to my research.
Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it includes easy_install among others).
I\'ve installed ActivePython 3.1 and ran IDLE with -n parameter as required by the turtle module in documentation. However when I try to use it with call such as turtle.postion(), new windows is opene
I am new to Python. I am supposed to launch an application and perform some tasks on the application from Python.