Progress but no cigar... I ran: sudo make -f Makefile.Linux.Py26
And it returned: rm -f utils.o socket.o pymodule.o main.o gcc -c `python2.6-config --cflags` `xml2-config --cflags` utils.c gcc -c `python2.6-config --cflags` `xml2-config --cflags` socket.c gcc -c `python2.6-config --cflags` `xml2-config --cflags` -o pymodule.o uwsgi_pymodule.c gcc -c `python2.6-config --cflags` `xml2-config --cflags` -o main.o uwsgi.c gcc `python2.6-config --libs` `xml2-config --libs` utils.o socket.o pymodule.o main.o -o uwsgi26 Cool... No errors :) I then ran: sudo make install I returned: make: *** No rule to make target `install'. Stop. THEN I realized that it produced a file: swsgi26 !!!!! It would be nice if the install docs mentioned that. Proceeding... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

