The Artima Developer Community
Sponsored Link

Python Buzz Forum
Things to remember when compiling python

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wari Wahab

Posts: 4
Nickname: wari
Registered: Jul, 2003

Wari Wahab is a Senior R&D Engineer in Celestix Networks
Things to remember when compiling python Posted: Aug 6, 2003 11:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Wari Wahab.
Original Post: Things to remember when compiling python
Feed Title: RoughingIT : python
Feed URL: http://roughingit.wari.org/python/index.xml
Feed Description: Life as it happens
Latest Python Buzz Posts
Latest Python Buzz Posts by Wari Wahab
Latest Posts From RoughingIT : python

Advertisement

I've compiled, installed [WWW]python 2.3 and it's pretty much the usual ./configure --prefix=/usr && make && make install affair, pretty boring, no? Bah! There's always things that I forgot, which makes python not exciting at all. I'm noting it down here so that I remember when I need to compile python again (like soon). Of course if there's an RPM I can use that contains all the modules I need, I'd use that instead. Sigh, Debian makes things easy :)

Things to have before compiling:

  • libreadline-devel: Makes python interactive shell a lot more pleasurable
  • bzip2-devel: For the new python bzip2 module
  • db(3|4)-devel: For simple dict like storage in my programs (cross programming languages)
  • tkinter: For the simple python GUI stuff

And things to install after a new python build:

  • [WWW]Twisted - I love this library/framework/tools/servers/swiss army knife/kitchen sink
  • [WWW]pyblosxom - And who wouldn't? :)
  • [WWW]mxbase - Needed by pypgsql
  • [WWW]PyPgSQL - That better database
  • [WWW]pysqlite - That nice and sweet and petite daemonless database
  • [WWW]Lupy - Search engine thingy (Need to learn/use)
  • [WWW]PyXML - XML utilities (any reason why these are not in the standard library?)

That's about all for now.

Read: Things to remember when compiling python

Topic: The importance of being selfish, part 2 Previous Topic   Next Topic Topic: Python 2.3

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use