On Wed, May 2, 2012 at 10:41 PM, David <[email protected]> wrote: > Anyone have any ideas on this error? It seems I'm missing Python.h. > > I'm running Ubuntu 12.04. >
On Wed, May 2, 2012 at 10:41 PM, David <[email protected]> wrote: > Anyone have any ideas on this error? > > I'm running Ubuntu 12.04. > Oh, I see. It's very common when you search on the right terms. Solution: sudo apt-get install python-dev It's building now. _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
