archives
- August 2010 (1)
- May 2010 (1)
- April 2010 (9)
- February 2010 (1)
- January 2010 (1)
- November 2009 (1)
- August 2009 (1)
- June 2009 (2)
- May 2009 (11)
- April 2009 (5)
- March 2009 (4)
- February 2009 (3)
- January 2009 (5)
- 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 (6)
- Business (54)
- Copywriting (1)
- Design (3)
- Django (1)
- FireFox 3 (2)
- General (4)
- GTD (5)
- Guest Posts (3)
- Holiday (4)
- IE 8 (1)
- iTouch (2)
- Joomla (1)
- Life 3.0 (3)
- Life Hacks (44)
- Management (4)
- Marketing (12)
- Mobile (2)
- offbeat (3)
- Outlook (1)
- Personal Development (18)
- Podcasting (1)
- Productivity (30)
- Programming (16)
- Project Management (2)
- Python (1)
- Reviews (2)
- Sales (6)
- Social Networking (13)
- Symfony (3)
- Systems (3)
- Travel (1)
- Twitter (2)
- Ubuntu (7)
- Video (4)
- Web Design (3)
- Windows 7 (1)
- Windows Vista (1)
- Windows XP (1)
- xv6800 (1)
members
most commented post
- » How To Download Ustream.tv Videos - 29
- » Managing Your Life With GTD, Online Tools and a File Cabinet - 20
- » Get Symfony Installed in 20 Minutes on Vista - 16
- » How to Send Email at a Specific Time With Gmail - 14
- » Plurk Unleashed! - 12
- » Using The Web To Save on Holiday Gifts - 12
- » What Online Social Media Networks Do You Participate In? - 11
- » Top Online Backup Solutions - 11
- » 19 Secrets From LA's Top SEO Firm - 10
- » The Story Behind iPhone.com - 10
recent entries
- Use Your Feed Reader to Quickly View All Your Unread Google Apps GMail
- How to Add a Vanity URL to your Facebook Page in Two Minutes
- Using Custom HTML with Flash or Javascript in Joomla without Modules
- Reduce Distractions and Stay in the Zone with an Aggressive GMail Filtering Strategy
- Do It Yourself Reputation Management with Google Reader
- Fast Low Cost Recipe Resources for the Starving Student or Busy Entrepreneur
- What is in your GTD Weekly Review Checklist?
- Automatically Login a User After Registration Using sfGuardPlugin in Symfony
- Why High Quality Web Content is Necessary for Success
- How to Forward an Email as a Text Message
recent comments
- ThinkingSerious: Some great advice on setting up a GTD dashboard from @rmg2768: http://simplenote.squarespa...
- ThinkingSerious: @rmg2768 Thanks for your comments and suggestions! When I tag action items with [A], I don’t...
- rmg2768: Evidently, the latest web view at Simplenote no longer needs the script I mentioned above, and works well...
- rmg2768: I like using “td” to prepend – it is easier to type, and doesn’t (usually) show up...
- ThinkingSerious: Oops … I misused the word allot (an actual word BTW) here .. fixed and thanks @morris.
Wordpress theme by Wordpress Themes Websoft & made free by A1spysoftware.com
Copyright 2010, 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.
May 28 2009
tvm.