Distutils-SIG - Comments and ideas on current PEP drafts

2009-11-16 Thread Wolodja Wentland
Dear Debian Python maintainers, the distutils SIG is currently working on a number of PEPs that will determine how Python distributions will be packaged in the future. One goal of the PEPs is to make the life of linux distribution package maintainers a little easier. :-) Have a look at [1] where

Request to join PMPT and add python-lzma

2009-11-16 Thread Richard Darst
Hello, I'd like to join the DPMT. My alioth username is mrbeige-guest. This is in response to #556451, an ITP I just filed for python-lzma (https://launchpad.net/pyliblzma). Thanks to the help of Kumar Appaiah, Clint Adams, and others in #debian-nyc, I have a package ready here: http://rkd.zg

Re: Python 2.6 in unstable [symeig: resolved]

2009-11-16 Thread Yaroslav Halchenko
On Sat, 14 Nov 2009, Jakub Wilk wrote: > 3) These packages failed likely because one of build-deps didn't > support python2.6: > ... symeig symeig functionality was absorbed into scipy. Thanks to the kind reminder/pointer made by upstream (Tiziano Zito) I've just uploaded -2 revision of symeig w

importer des modules au démarrage d'IDLE

2009-11-16 Thread Frederic Baldit
Bonjour, je travaille sous lenny et gnome avec python 2.5.2 et IDLE, que j'utilise pour une introduction à l'algorithmique au lycée (en maths). Voilà mon problème: 1) J'ai créé un fichier .pythonrc.py file contenant les deux lignes from __future__ import division from math import * 2) Dans mon .

Re: importer des modules au démarrage d'IDLE

2009-11-16 Thread Kumar Appaiah
Hi! This is an English list, so please frame your queries in English. But since I could translate your query, I'll try to answer below, please translate if needed. On Mon, Nov 16, 2009 at 05:43:09PM +0100, Frederic Baldit wrote: > je travaille sous lenny et gnome avec python 2.5.2 et IDLE, que > j

Re: importing modules at IDLE strartup

2009-11-16 Thread Frederic Baldit
Hi, first of all sorry for writing my first post in french. Hereafter is the english version of my text: I'm using python (version 2.5.2, under debian lenny for personnal use on my notebook, and version 2.6 under Windows XP with my students) for teaching an introduction to algorithmic at High Sch

Re: python-central NMU (python2.6 related)

2009-11-16 Thread Matthias Klose
Fyi, I replaced your NMU with my merge from Ubuntu, which already had these changes. I may have missed the "indentation problems", please file separate bug reports for these. Matthias On 03.11.2009 16:07, Piotr Ożarowski wrote: Hi Matthias, You uploaded new python-central package that fixe

Re: importer des modules au démarrage d'IDLE

2009-11-16 Thread Mark Voorhies
On Monday 16 November 2009 9:15 am Kumar Appaiah wrote: > > idle-python2.5 -n -s test.py > > > > et que j'exécute avec F5 je n'ai pas d'erreur mais la division n'est pas > > flottante: > > > > IDLE 1.2.2 No Subprocess > > >>> > > >>> > > 1.41421356237 > > 0 > > I would guess th

Re: python-central NMU (python2.6 related)

2009-11-16 Thread Piotr Ożarowski
[Matthias Klose, 2009-11-16] > Fyi, I replaced your NMU with my merge from Ubuntu, which already had > these changes. I may have missed the "indentation problems", please > file separate bug reports for these. srctop related lines were broken in Ubuntu, if you used Luca's merge then it's fine, tho

mercurial: python-docutils builddep should? be (>= 0.5)

2009-11-16 Thread Max Bowsher
Mercurial 1.4 adds a builddep on python-docutils, which has been added in PAPT svn. Owing to the use of --strip-elements-with-class, this actually requires >= 0.5. Given that 0.5 is already present in all but oldstable, I'm not sure whether the builddep _should_ be changed, but I would imagine bac

importing modules at IDLE startup

2009-11-16 Thread Frederic Baldit
Le lundi 16 novembre 2009 à 13:15 -0800, Mark Voorhies a écrit : > One such hackish solution is to use a modified version > of /usr/bin/idle-python2.5 that invokes the python interpreter with "new" > division, e.g.: > > #!/usr/bin/python2.5 -Qnew > > from id

PING: mercurial: Fixing quilt dependency

2009-11-16 Thread Max Bowsher
[I posted this a few months ago, but no one responded. Reposting.] Hi Vincent (and others), Regarding your change to the mercurial packaging: +mercurial (1.3.1-2) UNRELEASED; urgency=low + + * adjust quilt dependency so that it works with backports +(ie quilt >> 0.46-6 instead of quilt >= 0

Re: python-central NMU (python2.6 related)

2009-11-16 Thread Piotr Ożarowski
[Matthias Klose, 2009-11-16] > Fyi, I replaced your NMU with my merge from Ubuntu, which already had > these changes. I may have missed the "indentation problems", please > file separate bug reports for these. Indentation problems and typos were so obvious that I know now that you didn't even read

Re: importing modules at IDLE startup

2009-11-16 Thread Mark Voorhies
On Monday 16 November 2009 2:27 pm Frederic Baldit wrote: > Le lundi 16 novembre 2009 à 13:15 -0800, Mark Voorhies a écrit : > > > One such hackish solution is to use a modified version > > of /usr/bin/idle-python2.5 that invokes the python interpreter with "new" > > division, e.g.: > >