[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-09-13 Thread Laurent Bonnaud
This bug no longer exists in maverick.  Thanks!


** Changed in: python-launchpadlib (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-26 Thread Robert Collins
I'm not sure either; it seems unlikely to be an explicit action taken by
launchpadlib; sigh setuptools. Possibly best to just FAQ-and-close in
Ubuntu as well.

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-21 Thread Gary Poster
The only way in which launchpadlib-the-software is involved is by
importing pkg_resources.  That's the only line of code from the software
that has run when the UserWarning occurs.  That's why I believe it to be
invalid.

Robert and I talked about this on IRC, and he got the results described
above in comments 6 and 7.  Pertinent notes, from my perspective,
follow.

- Robert said that this is hard to dupe.  It was happening consistently
on his machines. Other developers did not see, or reported seeing in the
past but do not see now.

- I suspect the cause is some combination of the system (post-update,
post-delete, or post-addition of some package) + setuptools + our Ubuntu
python dances.  Robert's mtime search suggests that a launchpadlib
upgrade might cause this?  It seems unlikely, but there's nothing to
contradict it.

If we can dupe, I'm happy to help.  I'm not sure what else to do.

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-21 Thread Robert Collins
find . -mtime 0 in /usr/lib/pymodules:
./python2.6/launchpadlib
./python2.6/launchpadlib/__init__.pyc
./python2.6/launchpadlib/launchpad.pyc

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-21 Thread Robert Collins
Some more data: running a script that imports launchpadlib, as root,
showed the warning, but fixed it for subsequent runs as a normal user.
Hypothesis - something stale, non-rebuilt stuff somewhere and packaging
scripts not fixing it. This may mean that most users won't encounter it.
It certainly means I don't anymore (and can't reproduce it either). I'm
going to look for files it modified though.

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-21 Thread Harald Sitter
Because it probably needs to be fixed in the ubuntu package python-
launchpadlib.

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-20 Thread Robert Collins
Specifically, this makes bzr and many other scripts ugly; we should only
fix this once. If its not a problem with launchpadlib, point us where
you think the problem is and we can fix it. However, at the moment, only
launchpadlib exhibits this problem, and its a really unpleasant UI wart
- we'll want to do an SRU to lucid to fix it up, at minimum.

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-05-20 Thread Robert Collins
How is this invalid ?

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-04-23 Thread Gary Poster
** Changed in: launchpadlib
   Status: New => Invalid

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-04-18 Thread Robert Collins
This is affecting many launchpadlib clients - pqm, bzr, apport

** Also affects: launchpadlib
   Importance: Undecided
   Status: New

** Package changed: apport (Ubuntu) => python-launchpadlib (Ubuntu)

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-04-01 Thread Harald Sitter
** Changed in: apport (Ubuntu)
   Status: New => Confirmed

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552419] Re: Multiple module import warning from ubuntu-bug

2010-03-31 Thread mikbini

** Attachment added: "CrashReports.txt"
   http://launchpadlibrarian.net/42632622/CrashReports.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/42632623/Dependencies.txt

-- 
Multiple module import warning from ubuntu-bug
https://bugs.launchpad.net/bugs/552419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs