Bug#474630: severity of 474630 is important

2008-09-10 Thread Thomas Viehmann
# Automatically generated email from bts, devscripts version 2.10.35 # there was no objection severity 474630 important -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#474630: downgrade #474630 or tag ignore for lenny?

2008-09-08 Thread Vincent Bernat
OoO En ce début de soirée du lundi 08 septembre 2008, vers 21:29, Thomas Viehmann <[EMAIL PROTECTED]> disait : > #474630 (python-central-packaged twisted-core not playing well with > python-support-packaged twisted packages) does not currently seem to > affect packages (nevow which prompted the bu

Bug#474630: downgrade #474630 or tag ignore for lenny?

2008-09-08 Thread Thomas Viehmann
Hi, #474630 (python-central-packaged twisted-core not playing well with python-support-packaged twisted packages) does not currently seem to affect packages (nevow which prompted the bug to be filed switched to python-central). What do the release-people think about downgrading/ignore-tagging thi

Bug#474630: original motivation for __init__.py detection

2008-06-02 Thread glyph
On 10:19 am, [EMAIL PROTECTED] wrote: > I think the real solution is to fix python-twisted to use python modules > directories as God intended them to be. Removing the __init__.py check > is a really simple change and will fix the issue as well. As glyph mentions, this isn't really an adequat

Bug#474630: original motivation for __init__.py detection

2008-06-02 Thread Tristan Seligmann
* Josselin Mouette <[EMAIL PROTECTED]> [2008-06-02 12:19:38 +0200]: > His explanation is all but satisfactory. Installing two versions of a > python package in different paths is always going to cause issues, and > this workaround is merely working by accident. Really? I work with packages like t

Bug#474630: original motivation for __init__.py detection

2008-06-02 Thread Josselin Mouette
Le vendredi 30 mai 2008 à 13:00 +0200, Tristan Seligmann a écrit : > > Technically this is a very easy fix, but this is opening a can of worms: > > if we add an exception for twisted, there will be no reason not to fix > > any other broken package that comes up. > > Instead of adding a specific ex

Bug#474630: original motivation for __init__.py detection

2008-05-30 Thread Tristan Seligmann
* Josselin Mouette <[EMAIL PROTECTED]> [2008-04-27 21:07:25 +0200]: > > - python-support could be modified to not use __init__.py for > >twisted/plugins. I don't know what are the consequences of such a > >modification > > Technically this is a very easy fix, but this is ope

Bug#474630: original motivation for __init__.py detection

2008-05-09 Thread Vincent Bernat
OoO La nuit ayant déjà recouvert d'encre ce jour du dimanche 27 avril 2008, vers 23:01, je disais: > I think that this patch is the less invasive change that we can do. Hi Matthias! Do you agree with the proposed patch? -- No fortunes found pgptdcbrWYB5r.pgp Description: PGP signature

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread Vincent Bernat
OoO En cette soirée bien amorcée du dimanche 27 avril 2008, vers 22:07, [EMAIL PROTECTED] disait: >> To summarize: >> - we can fix the problem in python-nevow by using python-central >> instead of python-support. I am OK with this but this won't fix other >> potential packages that use py

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread glyph
On 04:49 pm, [EMAIL PROTECTED] wrote: Josselin, Sam, Christopher and glyph, I put you on copy of this mail since I don't know if you are subscribed to this bug. Sorry for any inconvenience. I apologize again for the inconvenience, but in fact I was not subscribed to the bug, so I h

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread Sam Hocevar
On Sun, Apr 27, 2008, Vincent Bernat wrote: > Now, back to the bug, I could fix it in python-nevow by using > python-central in place of python-support. Again, this only fixes it for > python-nevow, while there could be other breakages. cpushare is one of these. As my 11 other pytho

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread Josselin Mouette
Le dimanche 27 avril 2008 à 18:49 +0200, Vincent Bernat a écrit : > OoO La nuit ayant déjà recouvert d'encre ce jour du vendredi 25 avril > 2008, vers 23:41, [EMAIL PROTECTED] disait: > > > To be honest I do not fully understand the purpose of python-support; > > in particular, the addition of

Bug#474630: original motivation for __init__.py detection

2008-04-27 Thread Vincent Bernat
Hi! Josselin, Sam, Christopher and glyph, I put you on copy of this mail since I don't know if you are subscribed to this bug. Sorry for any inconvenience. OoO La nuit ayant déjà recouvert d'encre ce jour du vendredi 25 avril 2008, vers 23:41, [EMAIL PROTECTED] disait: > To be honest

Bug#474630: original motivation for __init__.py detection

2008-04-25 Thread glyph
Hi. I'm also an upstream developer on both Twisted and Nevow. Chris just explained what's going on to me and I think it might be helpful in resolving this issue if I explained the twisted plugin system's motivation and design in a bit more depth. Basically, the idea behind the Twisted plug

Bug#474630:

2008-04-24 Thread Christopher Armstrong
Hi all. I'm one of the Twisted upstream developers, and I thought I'd give some context. So, this change was intentional. It was done in revision 20920 and fixes bug #2339 in our tracker. It's got a thorough log message: """ Add a function, twisted.plugin.pluginPackagePaths, which returns a list

Bug#474630: new python-twisted-core breaks plugin packages using python-support

2008-04-20 Thread Josselin Mouette
reassign 474630 python-twisted-core thanks Le mercredi 16 avril 2008 à 19:57 +0200, Vincent Bernat a écrit : > OoO Peu avant le début de l'après-midi du mardi 15 avril 2008, vers > 13:18, Matthias Klose <[EMAIL PROTECTED]> disait: > > > this is not a bug in python-twisted-core; it is known t

Bug#474630: new python-twisted-core breaks plugin packages using python-support

2008-04-16 Thread Vincent Bernat
reassign 474630 python-support thanks OoO Peu avant le début de l'après-midi du mardi 15 avril 2008, vers 13:18, Matthias Klose <[EMAIL PROTECTED]> disait: > this is not a bug in python-twisted-core; it is known that the > installation of modules/plugins in two different directories in > sys

Bug#474630: new python-twisted-core breaks plugin packages using python-support

2008-04-15 Thread Matthias Klose
reassign 474630 python-nevow thanks this is not a bug in python-twisted-core; it is known that the installation of modules/plugins in two different directories in sys.path breaks things. python-nevow must install in the same location as python-twisted-core. -- To UNSUBSCRIBE, email to [EMAIL

Bug#474630: new python-twisted-core breaks plugin packages using python-support

2008-04-06 Thread Sam Hocevar
Package: python-twisted-core Version: 8.0.1-1 Severity: serious Since the 8.0.1 release, python-twisted-core no longer searches for each twisted/plugin/ subdirectory of sys.path entries (as can be seen in twisted/plugins/__init__.py and twisted/plugin.py). Now it ignores all the ones that have