0

I want to start developing website with Django but I'm unable to install mod_wsgi in my ubuntu 9.10 in which *python2.6* is there by default.

Saurabh Chandra Patel
  • 12,712
  • 6
  • 88
  • 78
subhransu
  • 9
  • 1

1 Answers1

3
sudo apt-get install libapache2-mod-wsgi
YOU
  • 120,166
  • 34
  • 186
  • 219
  • I was trying to install on a server and for some reason: apt-cache search "wsgi" Didn't find anything. – xamox Jan 20 '12 at 15:30