Re: Preliminary python2 packages for Debian woody

2000-12-12 Thread Rick Younie
Brent Verner wrote: > > $ apt-get update > $ apt-get install python2-base > > hmm, that wanted to remove most every other python (1.5.2-10) package on > my freshly updated unstable box. Any suggestions? It looks like the conflict is both -base packages provide python-curses. # dpkg --install py

Re: Dependencies on Python

2001-02-05 Thread Rick Younie
This probably better belongs on python-list.. Has anyone built Python 2.1 alpha 2? I'd like to stow it and check out the new features. The build fails when unicodedata is enabled. It appears that unicodedatabase.c is missing. Rick --

Re: Dependencies on Python

2001-02-05 Thread Rick Younie
Neil Schemenauer wrote: > On Mon, Feb 05, 2001 at 04:43:29PM -0800, Rick Younie wrote: >> Has anyone built Python 2.1 alpha 2? > > Yes. Yeah, I couldn't find anything on the SF bug page so I figured it was just me. >> It appears that unicodedatabase.c is missing. &g