archives
- January 2009 (1)
- December 2008 (1)
- November 2008 (2)
- October 2008 (4)
- September 2008 (2)
- August 2008 (4)
- July 2008 (10)
- June 2008 (5)
- May 2008 (5)
- April 2008 (10)
- March 2008 (13)
- February 2008 (3)
- January 2008 (7)
- December 2007 (7)
- November 2007 (9)
- October 2007 (10)
- September 2007 (1)
blogroll
If you are interested in creating a local development environment for Django and you are running Windows Vista Ultimate 64 bit, this guide is for you! Following are step by step instructions.
1. Install Python
Download: http://www.python.org/download/
Install the following: “Python 2.5.2 Windows installer”
2. Install Python Extensions for Windows
Download: http://sourceforge.net/projects/pywin32/
Install the following: “pywin32-211.win32-py2.5.exe”
3. Update Skype ( if you are running Skype )
Change the following option so that your Skype install does not use port 80, which will conflict with your Apache server installation.
4. Install Apache HTTP Server
Download: http://httpd.apache.org/download.cgi
Install the following: “Win32 Binary including OpenSSL 0.9.8h (MSI Installer)”
5. Install mod_python
Download: http://www.mirrorgeek.com/apache.org/httpd/modpython/win/3.3.1/
Install the following ( Note that you need to run this as administrator ): “mod_python-3.3.1.win32-py2.5-Apache2.2.exe”
6. Install PostgreSQL
Download: http://www.postgresql.org/ftp/binary/v8.3.3/win32/
Install the following: “postgresql-8.3.3-1.zip”
7. Install psycopg
Download: http://stickpeople.com/projects/python/win-psycopg/
Install the following ( Note that you need to run this as administrator ): “psycopg2-2.0.7.win32-py2.5-pg8.3.1-release.exe”
8. Download Django
Download: http://www.djangoproject.com/download/
Install the following: “Django-0.96.2.tar.gz”
Open setup.py and change line 24 from
package = dirpath[len_root_dir:].lstrip(’/').replace(’/', ‘.’)
to
package = dirpath[len_root_dir:].lstrip(’\\’).replace(’\\’, ‘.’)
Start up a command shell with administrator privileges and run the command “setup.py install” in a command prompt.
8. Test
Test by running “import django” from the Python interpreter, if you have no errors you were successful.
Try out this tutorial to get started with your first project.
about
Find out more about the author here.
categories
- Blogging (1)
- Business (38)
- Design (1)
- Django (1)
- FireFox 3 (1)
- General (4)
- GTD (1)
- Holiday (3)
- Life Hacks (23)
- Marketing (6)
- offbeat (3)
- Personal Development (9)
- Podcasting (1)
- Productivity (6)
- Programming (12)
- Python (1)
- Reviews (2)
- Sales (5)
- Social Networking (8)
- Symfony (1)
- Ubuntu (7)
- Video (3)
- Windows Vista (1)
- Windows XP (1)
- xv6800 (1)
members
most commented post
- » Managing Your Life With GTD, Online Tools and a File Cabinet - 19
- » How To Download Ustream.tv Videos - 12
- » Plurk Unleashed! - 12
- » Using The Web To Save on Holiday Gifts - 12
- » What Online Social Media Networks Do You Participate In? - 11
- » 19 Secrets From LA's Top SEO Firm - 10
- » The Story Behind iPhone.com - 10
- » Get Symfony Installed in 20 Minutes on Vista - 9
- » CSS Equivalent of Prototype? - 7
- » Thoughts are Things - 7
recent entries
- Afraid of Your ToDo List? 6 Steps to Courage
- 6 Phone Numbers for Your Mobile Speed Dial
- Using The Web To Save on Holiday Gifts
- GPS Nirvana with the Verizon xv6800 Running Windows Mobile 6.1
- Happy Holloween! Enjoy the Evil Pumpkin!
- Enterprise 2.0: Changing Models for Organization
- Digital Writing: Any Paper, Anywhere
- Emergency Economic Stabilization Act of 2008 - Talking Points
- How to Promote a Local Event
- BaseCamp Just Became Much More Usable
recent comments
- me: How does console access work if it all comes through the browser? Not seen a clear answer on this so far, mostly...
- Ian Utile: Great stuff! Appreciate you posting this…I will let others know
- Finomo-tech: The two finger scrolling thing works much better with IE7 than firefox. In firefox is much slower and I...
- elkhaircaddis: there is a cool xmas gift. it’s a digital frame but it’s different from the rest because...
- BeasMom: Awesome collection - thanks! Please add the gift of TIME to Group Gifting. Perfect for elderly relatives...
Wordpress theme by Wordpress Themes & made free by Internet Marketing Center
Copyright 2008, ThinkingSerious.com


November 28 2008
nice short tutorial there, i made one as well a little more detailed. just a bit really.
Check out http://normankosmal.com/wordpress/?p=24 if you like.
Django and python really is the shit.