[Bug 583426] Re: Missing __init__.py

2014-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package lazr.uri - 1.0.3-2 --- lazr.uri (1.0.3-2) unstable; urgency=low [ Stefano Rivera ] * Get rid of .pth files, dh_python2's namespace support is sufficient (LP: #583426) * Include configure.zcml (LP: #822469) * Update watch file. * Bump

[Bug 583426] Re: Missing __init__.py

2014-06-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lazr.uri -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583426 Title: Missing __init__.py To manage notifications about this bug go to:

[Bug 583426] Re: Missing __init__.py

2014-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/lazr.uri -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583426 Title: Missing __init__.py To manage notifications about this bug go to:

[Bug 583426] Re: Missing __init__.py

2012-11-06 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/lazr.restfulclient -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583426 Title: Missing __init__.py To manage notifications about this bug go to:

[Bug 583426] Re: Missing __init__.py

2012-11-06 Thread Launchpad Bug Tracker
This bug was fixed in the package lazr.restfulclient - 0.13.1-1 --- lazr.restfulclient (0.13.1-1) experimental; urgency=low * New upstream release. - Now cache-safe for concurrent clients. * Upload to experimental, as we are in freeze. * Get rid of .pth files,

[Bug 583426] Re: Missing __init__.py

2012-11-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lazr.restfulclient -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583426 Title: Missing __init__.py To manage notifications about this bug go to:

[Bug 583426] Re: Missing __init__.py

2012-06-25 Thread Anders Kaseorg
I think this is supposed to be solved by $ cat /usr/share/python/ns/python-protobuf google Somehow I managed to get to a state where this didn’t work (bug 1017339), but reinstalling python-protobuf caused /usr/lib/python2.7 /dist-packages/google/__init__.py to come back. -- You received this

[Bug 583426] Re: Missing __init__.py

2012-06-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: protobuf (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583426 Title:

[Bug 583426] Re: Missing __init__.py

2012-01-24 Thread Stefano Rivera
lazr.restfulclient *should* depend on lazr.uri (LP: #876445). But there are other lazr packages in Ubuntu (only). Piotr thinks that dh_python2's namespace feature will be sufficient for this. That way we avoid a top level empty package (there's no obvious binary package to build it from). the

[Bug 583426] Re: Missing __init__.py

2012-01-24 Thread Gediminas Paulauskas
In other packages that have namespaces but not an obvious main package, I have added a separate binary package. Example is z3c.form that also builds a python-z3c package that only contains the __init__.py. This tiny package has a version that does not mean anything, but that's hardly a problem.

[Bug 583426] Re: Missing __init__.py

2011-06-23 Thread Robert Collins
+1 on a package containing the top level lazr namespace. The python packaging guide/policy stuff has other options too, but I like the clarity of a top level package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 583426] Re: Missing __init__.py

2011-06-13 Thread Martin Pool
Is this connected to bug 796992? Perhaps that one is caused by an attempt to work around this? I think a tiny top level python-lazr would be a reasonable answer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 583426] Re: Missing __init__.py

2011-04-04 Thread Colin Watson
The question is, which package should that file go in? There's no lowest-level lazr package - neither python-lazr.restfulclient nor python-lazr.uri depends on the other, and either one ought to arrange for the top-level __init__.py to exist. Do we need a python-lazr.common or something? **

[Bug 583426] Re: Missing __init__.py

2010-05-20 Thread Adi Roiban
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/48822585/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/48822586/XsessionErrors.txt ** Description changed: When I'm running pylint I get the following warning: - warning: Not