Re: python-2.1 for unstable?

2001-05-21 Thread Gordon Sadler
On Mon, May 21, 2001 at 01:12:57PM -0700, Neil Schemenauer wrote: > Gordon Sadler wrote: > > I'd just like to comment on this. I installed python2.1 some time ago in > > /usr/local. However this leads to problems. You have to modify some of > > the code (eg PYTHONPATH

Re: python-2.1 for unstable?

2001-05-21 Thread Gordon Sadler
usr/local/bin/python. I don't think I ever got it quite right, perhaps a simple export PYTHONPATH=/usr/local/lib/python{2,2.1}:/usr/lib/python1.5 inside $HOME/.bashrc would be a better solution? -- Gordon Sadler

Re: debian: wxWindows and wxPyton.

2001-03-04 Thread Gordon Sadler
On Mon, Mar 05, 2001 at 02:30:28PM +1000, Brendan J Simon wrote: > I just checked my system with "apt-cache pkgnames | grep wx" and I don't > see some of these packages. I'm running "testing", not "unstable" so > that is probably the reason. Should these packages filter through to > the testin

Re: debian: wxWindows and wxPyton.

2001-03-04 Thread Gordon Sadler
rib-dev2.2.5.1wxWindows ii libwxgtk2.2-dev2.2.5.1wxWindows ii libwxgtk2.2-python 2.2.5.1 Try unstable, they are there. Small packaging problem right now, libwxgtk2.2-python currently depends on dbg version of libwxgtk2.2 -(. Gordon Sadler

Re: Python(x) + Qt(y) + PyQt/sip(2.3)

2001-02-08 Thread Gordon Sadler
bably trace back to siplib... so I haven't actually coded much with it. I'm a little concerned I may spend lots of time tracking errors in my code only to have it turn out to have come from sip et.al. BTW PyQT on a 300mhz Celeron takes almost as long as kdelibs to compile ~ 2+ hours -( HTH Gordon Sadler

Re: Dependencies on Python

2001-02-05 Thread Gordon Sadler
On Mon, Feb 05, 2001 at 06:04:21PM -0800, Rick Younie wrote: > 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. > >

Re: Dependencies on Python

2001-02-04 Thread Gordon Sadler
;>" is used wherever > possible ;-) Might want to double check that... python2 is Provided by python2-base python is Provided by python-base Debian doesn't have versioned provides yet (?) Gordon Sadler

Re: Proposal: Reorganizing Python for Python2 (and fixes for the previous proposal)

2001-01-10 Thread Gordon Sadler
On Wed, Jan 10, 2001 at 10:07:16AM -0600, Rob Tillotson wrote: > D-Man <[EMAIL PROTECTED]> writes: > > (Does anyone know where the bytecode format is documented? I am > > interested in understanding how bytecode works and is designed.) > > As far as I know it's only documented in the source. The

Python2 (patches avail)

2000-12-14 Thread Gordon Sadler
While you are working on these packages, would you mind looking at the patches available from www.python.org/2.0 middle of page link to Python 2.0 info area which yields a URL of http://www.python.org/cgi-bin/moinmoin >From there 4 patches are listed against 2.0. One labeled critical for core dum