Randell's Blog
Software development, Fedora how-to's, and random stuff from the web
Browse: Home / Python

Python

UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use

By Randell on August 2, 2010

The Django version I have in my machine is 1.2.1, while one of my apps running on Google App Engine utilizes use_library to use Django 1.1. Apparently, Django versions later than 1.1 is not included in the Google App Engine SDK. So everytime I try to access my app on my dev machine, I get [...]

Posted in Random | Tagged Django, easy_install, Fedora, Google App Engine, pip, Python, setuptools, virtualenv | 11 Responses

How to find Django version

By Randell on July 30, 2010

There are cases when you would want to know the version of Django that is being used in your Python installation. To do that, go to your Python console and execute the following commands: >>> import django >>> django.VERSION In my machine, it showed the following: (1, 2, 1, ‘final’, 0)

Posted in Random | Tagged Django, Python | 3 Responses

Using GAE Testbed with GAEUnit: Testing that email was sent

By Randell on April 5, 2010

In my quest for testing if emails are being sent by my app engine app, I came across GAE Testbed.  GAE Testbed … is a set of base test cases to make it simple to test the more complicated pieces of AppEngine’s framework (such as sending E-mail messages, the datastore, Memcache, etc.) Since I’m already using [...]

Posted in Software Development, Web | Tagged gae-testbed, GAEUnit, Google App Engine, Python, unit testing | 4 Responses

Install setuptools in Fedora 12

By Randell on April 4, 2010

From the Python Package Index page, setuptools allows you to Download, build, install, upgrade, and uninstall Python packages — easily! The PEAK Development Center, setuptools … is a collection of enhancements to the Python distutils (for Python 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more [...]

Posted in Fedora, How-to, Software Development | Tagged Easy Install, easy_install, Fedora, Python, setuptools | 1 Response

Convert CHM to PDF in (Fedora) Linux

By Randell on April 3, 2010

I’ve been looking for a way to print CHM files in (Fedora) Linux, since my CHM file viewer, chmsee, doesn’t have a print option (and probably all other CHM file viewers as well). Searching for CHM to PDF converters in Fedora led me to chm2pdf. chm2pdf has a couple of requirements: chmlib pychm htmldoc To [...]

Posted in Fedora, How-to | Tagged CHM, chm2pdf, chmlib, chmsee, Fedora, htmldoc, Linux, PDF, pychm, Python, python-chm | 5 Responses

Next »

 Subscribe in a reader

Recent Posts

  • How to install AT&T Global Network Client on Fedora 16
  • Cannot complete the install because one or more required items could not be found. Software being installed: Subversion Revision Graph 1.0.9
  • Fedora 16 pre/post-installation setup
  • error: can’t create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied)
  • How to create custom application launchers in Gnome 3
  • How to add Power Off option in Gnome 3 User Menu on Fedora 15
  • How to clear recent documents in Fedora 15 Gnome 3
  • Google+ welcome page screenshot
  • Error validating location: “org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly”
  • Fix for “Aw, Snap!” when loading Twitter on Chrome on Fedora 15 with SELinux enforcing enabled
  • GTUGPH-SG Meet-up: Offline Web Applications
  • Fedora 15 pre/post-installation setup
  • GNOME 3 on Fedora 15
  • Failed to load JavaHL Library
  • IE9 first impressions

Popular Posts

  • Fedora 15 pre/post-installation setup
  • Fedora 14 post-installation setup
  • Warning: date(): It is not safe to rely on the system’s timezone settings.
  • How to create custom application launchers in Gnome 3
  • Fedora 16 pre/post-installation setup
  • Tai Lung spotted at The Fort
  • How to add Power Off option in Gnome 3 User Menu on Fedora 15
  • GNOME 3 on Fedora 15
  • PLDT myDSL sucks!
  • Fix for “Aw, Snap!” when loading Twitter on Chrome on Fedora 15 with SELinux enforcing enabled
  • Convert CHM to PDF in (Fedora) Linux
  • Install SQLite Database Browser on Fedora
  • PHP Fatal error: Class ‘DOMDocument’ not found
  • Lessons from The One Minute Manager
  • How to clear recent documents in Fedora 15 Gnome 3

Tag cloud

P7zip Facebook Add-ons PostgreSQL Grip Fedora pgadmin3 Robert T. Kiyosaki Skype RPM Fusion Twitter Firefox VLC Google Unlimited Power Ajax Delicious Zend Tool Fedora 15 NullPointer.ph Javapassion Java YouTube Neil Gaiman Ender's Game The Big Bang Theory GNOME 3 Linux Google Chrome Anthony Robbins PHP Python Josh Groban Unrar Ken Blanchard Azureus Amarok Aptana Flash Heroes Orson Scott Card PSP Armenia The One Minute Manager House

Blogroll

  • Mike
  • Nikki
  • Paolo
  • Paolo
  • Renee
  • Rian
Personal - Top Blogs Philippines

Copyright © 2012 Randell's Blog.

Powered by WordPress and Hybrid.