[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-27 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-27 Thread Dave Walker
Apologies Laney, I thought yours was not based on a merge. I should have looked closer. Sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import

Re: [Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-27 Thread Iain Lane
On Tue, Sep 27, 2011 at 11:37:09AM -, Dave Walker wrote: Apologies Laney, I thought yours was not based on a merge. I should have looked closer. Sorry. No worries, was just wondering if I messed something up :-) -- You received this bug notification because you are a member of Ubuntu

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-26 Thread Dave Walker
Merge form sid currently in unapproved queue. ** Changed in: paste (Ubuntu Oneiric) Status: Confirmed = Fix Committed ** Changed in: paste (Ubuntu Oneiric) Assignee: (unassigned) = Dave Walker (davewalker) -- You received this bug notification because you are a member of Ubuntu

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package paste - 1.7.5.1-4ubuntu1 --- paste (1.7.5.1-4ubuntu1) oneiric; urgency=low * Merge from debian unstable (LP: #810019). Remaining changes: - debian/control: Demote libjs-mochikit back to suggests because dh_python2 doesn't have the same

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-26 Thread Iain Lane
What was wrong with my diff? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/paste -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-22 Thread Piotr Ożarowski
as Iian pointed out, my last upload broke the find call and that's why you're getting this warning. Ian: removing .pth file is the right fix, if it doesn't work for you, something else is wrong on your system. Are you sure you didn't remove paste directory as well? -- You received this bug

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-22 Thread Piotr Ożarowski
heh, __init__.py file is missing as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-22 Thread Iain Lane
debdiff for re-merge. Piotr, do you want to take this fix in Debian too? Move -mochikit to suggests since the reason for moving it up to recommends doesn't apply any more. ** Patch added: paste-debian→ubuntu.debdiff

Re: [Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-22 Thread Scott Kitterman
A fixed paste (and the other two paste packages too) was already uploaded to Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-21 Thread Julian Taylor
the issue also occurs with python-argparse installed: $ mkdir -p external/argparse $ touch external/__init__.py $ echo import argparse external/argparse/__init__.py $ python -c import external.argparse; import pkg_resources -c:1: UserWarning: Module argparse was already imported from

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-21 Thread Barry Warsaw
Piotr, do you have an opinion on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-21 Thread Iain Lane
The find line which attempts to remove *.pth doesn't do so. You need to add parentheses around it like so find $(PKGDIR) \( -name '*.pth' -or -name 'namespace_packages.txt' \) -delete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-21 Thread Iain Lane
Removing the .pth breaks paste (thanks Daviey): (sid-amd64)root@raleigh:/srv/home/laney# python -c 'import paste' (sid-amd64)root@raleigh:/srv/home/laney# rm /usr/lib/python2.6/dist-packages/Paste-1.7.5.1-nspkg.pth (sid-amd64)root@raleigh:/srv/home/laney# python -c 'import paste' Traceback

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~menesis/ubuntu/oneiric/paste/oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-15 Thread Gediminas Paulauskas
This happens with paste because it is not installed correctly. namespace_packages.txt and Paste-*.pth are removed after install, and this confuses dh_python2 and python import machinery. Leaving those files in place eliminates the cause for the warning. -- You received this bug notification

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-15 Thread Scott Kitterman
paste is converted to dh_python2 in Debian. Updating that might help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-03 Thread Dave Walker
** Changed in: distribute (Ubuntu) Milestone: None = ubuntu-11.10-beta-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-09-02 Thread Scott Moser
** Also affects: distribute (Ubuntu Oneiric) Importance: Medium Status: Confirmed ** Tags added: server-o-rs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-21 Thread Scott Moser
The debian bug seems to think that this is related to 'distribute', and has info on it occuring also with 'import MySQLdb' ** Bug watch added: Debian Bug tracker #473584 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473584 ** Also affects: distribute (Debian) via

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-21 Thread Bug Watch Updater
** Changed in: distribute (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-20 Thread Barry Warsaw
This only happens after `apt-get install python-paste` so that's where the problem must be. Having trouble moving it to that project though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-20 Thread Scott Moser
** Package changed: distribute (Ubuntu) = paste (Ubuntu) ** Changed in: paste (Ubuntu) Importance: Undecided = Medium ** Changed in: paste (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-13 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: UserWarning printed on import pkg_resources' To manage notifications about this bug go to:

[Bug 810019] Re: UserWarning printed on import pkg_resources'

2011-07-13 Thread Scott Moser
since the last update of 'distribute' was some 8 weeks ago, this is not filed correctly, but i'm not sure what the correct source is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810019 Title: