Tag Cloud
command desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 utility windows windows 7 wordpress xpages
python Archive
-
How to install Python 2.7 on BlueHost in 4 steps
Posted on July 22, 2012 | No Comments1. DOWNLOAD wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz tar zxvf Python-2.7.2.tgz 2. INSTALL cd Python-2.7.2 ./configure –prefix=/home/<your account>/opt/python272 --enable-unicode=ucs4 make make install 3. TEST Now try to run: /home/<your account>/opt/python272/bin/python 4. MAKE IT YOUR... -
Macosx Snow Leopard and mod_python
Posted on October 26, 2010 | 1 CommentI’m using Snow Leopard 10.6.4 and it’s already shipped with Apache 2.2. To compile mod_python on Snow Leopard you should have GCC (which is not installed by default on Snow... -
Howto call a python script from PHP
Posted on August 16, 2010 | No CommentsIf you want to call a python script from PHP the quick & dirty way, then this post is for you. We will not install any thing other than standard... -
Two steps installing Goolge App Engine (GAE) in Ubuntu Jaunty
Posted on August 1, 2009 | No CommentsBy default, Ubuntu Jaunty (9.04) shipped with Python 2.6 while GAE works with Python 2.5, so if you download SDK and run your app, you will see lot of errors.... -
Django on Debian Lenny (mod_python + apache2 + mysql)
Posted on July 7, 2009 | No CommentsThis is a short note on how to build a Django development environment in a Debian Lenny server. 1. Update and upgrade apt-get apt-get update && apt-get upgrade 2. Grab... -
Mod_python + Apache 2 + Slackware Error
Posted on July 6, 2009 | 2 CommentsTrying to install mod_python 3.3.1 things seem to be smooth until I got this error connobject.c: In function ‘_conn_read’: connobject.c:142: error: request for member ‘next’ in something not a structure... -
Error with lxml on Debian Lenny
Posted on April 10, 2009 | No CommentsWhile trying to get Mapnik WMS server work on Debian Lenny, I found out that there were some errors with the lxml installation, before doing easy_install lxml be sure that... -
Google App Engine & cron jobs
Posted on November 4, 2008 | 4 CommentsI decided to try Google App Engine for a personal project, that pulls yahoo weather at a regular time interval, but as I dived into Google App Engine then this... -
Pinax with mod_wsgi installation (Slackware 12.1)
Posted on November 1, 2008 | No CommentsI’m quite new to Django, Pinax and mod_wsgi, so today i decided to try on Pinax with a Slackware 12.1 development box. Everytime I forget after doing something, so better... -
Python File Manipulation (Excel, OpenOffice, Media, DBF, rar, gps, id3 …)
Posted on October 21, 2008 | 2 CommentsI keep some bookmarks of file manipulation with Python, please update if you know more. Thank you! Documents / Office: pyExcelerator: Generating Excel97 filesOOoPy: Manipulating OpenOffice documentsdbfpy: Manipulating dBase, Foxpro...