2009-08-31 00:19:02 |
Rick Spencer |
bug |
|
|
added bug |
2009-08-31 00:19:12 |
Rick Spencer |
quickly: importance |
Undecided |
High |
|
2009-09-03 05:58:51 |
Didier Roche-Tolomelli |
quickly: status |
New |
In Progress |
|
2009-09-03 05:58:54 |
Didier Roche-Tolomelli |
quickly: milestone |
|
0.2.1 |
|
2009-09-03 16:58:33 |
Didier Roche-Tolomelli |
description |
I used $quickly release to create a ppa:
https://edge.launchpad.net/~rick-rickspencer3/+archive/ppa/+sourcepub/711916/+listing-archive-extra
When I installed the ppa, it did not install python-desktopcouch-records. As a result, the application did not run. |
I used $quickly release to create a ppa:
https://edge.launchpad.net/~rick-rickspencer3/+archive/ppa/+sourcepub/711916/+listing-archive-extra
When I installed the ppa, it did not install python-desktopcouch-records. As a result, the application did not run.
I add some additional infos:
In one of the project file, we have:
from desktopcouch.records.server import CouchDatabase
from desktopcouch.records.record import Record
but when calling python-mkdebian, we get a depend on python-desktopcouch and not python-desktopcouch-records
$ locate server | grep records
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.pyc
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.pyc
/usr/share/pyshared/desktopcouch/records/server.py
/usr/share/pyshared/desktopcouch/records/tests/test_server.py
$ dpkg -S /usr/share/pyshared/desktopcouch/records/server.py
python-desktopcouch-records: /usr/share/pyshared/desktopcouch/records/server.py
but
$ dpkg -S /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
dpkg: /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py not found.
-> maybe it try to import this later instead of the one in pyshared and doesn't find the corresponding package? |
|
2009-09-03 16:59:03 |
Didier Roche-Tolomelli |
bug task added |
|
python-distutils-extra |
|
2009-09-04 13:54:18 |
Didier Roche-Tolomelli |
quickly: status |
In Progress |
Invalid |
|
2009-09-11 08:05:52 |
Didier Roche-Tolomelli |
description |
I used $quickly release to create a ppa:
https://edge.launchpad.net/~rick-rickspencer3/+archive/ppa/+sourcepub/711916/+listing-archive-extra
When I installed the ppa, it did not install python-desktopcouch-records. As a result, the application did not run.
I add some additional infos:
In one of the project file, we have:
from desktopcouch.records.server import CouchDatabase
from desktopcouch.records.record import Record
but when calling python-mkdebian, we get a depend on python-desktopcouch and not python-desktopcouch-records
$ locate server | grep records
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.pyc
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.pyc
/usr/share/pyshared/desktopcouch/records/server.py
/usr/share/pyshared/desktopcouch/records/tests/test_server.py
$ dpkg -S /usr/share/pyshared/desktopcouch/records/server.py
python-desktopcouch-records: /usr/share/pyshared/desktopcouch/records/server.py
but
$ dpkg -S /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
dpkg: /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py not found.
-> maybe it try to import this later instead of the one in pyshared and doesn't find the corresponding package? |
I used $quickly release to create a ppa:
https://edge.launchpad.net/~rick-rickspencer3/+archive/ppa/+sourcepub/711916/+listing-archive-extra
When I installed the ppa, it did not install python-desktopcouch-records. As a result, the application did not run.
I add some additional infos:
In one of the project file, we have:
from desktopcouch.records.server import CouchDatabase
from desktopcouch.records.record import Record
but when calling python-mkdebian, we get a depend on python-desktopcouch and not python-desktopcouch-records
After some analyses, when we are at desktopcouch.records.record module:
- iit first fail with python-desktopcouch
- then, look at dpkg -S */desktopcouch/__init__.py
-> found python-desktopcouch: /usr/share/pyshared/desktopcouch/__init__.py
and so, adding it.
$ locate server | grep records
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/server.pyc
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.py
/usr/lib/python2.6/dist-packages/desktopcouch/records/tests/test_server.pyc
/usr/share/pyshared/desktopcouch/records/server.py
/usr/share/pyshared/desktopcouch/records/tests/test_server.py
$ dpkg -S /usr/share/pyshared/desktopcouch/records/server.py
python-desktopcouch-records: /usr/share/pyshared/desktopcouch/records/server.py
but
$ dpkg -S /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py
dpkg: /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py not found.
-> maybe it try to import this later instead of the one in pyshared and doesn't find the corresponding package?
|
|
2009-09-11 08:53:48 |
Didier Roche-Tolomelli |
branch linked |
|
lp:~didrocks/python-distutils-extra/handle-submodules |
|
2009-09-11 10:34:00 |
Martin Pitt |
python-distutils-extra: importance |
Undecided |
Medium |
|
2009-09-11 10:34:00 |
Martin Pitt |
python-distutils-extra: status |
New |
Fix Committed |
|
2009-09-11 10:36:07 |
Martin Pitt |
python-distutils-extra: status |
Fix Committed |
Fix Released |
|
2009-09-11 10:36:30 |
Martin Pitt |
bug task added |
|
python-distutils-extra (Ubuntu) |
|
2009-09-11 10:40:07 |
Launchpad Janitor |
python-distutils-extra (Ubuntu): status |
New |
Fix Released |
|
2009-12-05 14:38:30 |
Launchpad Janitor |
branch linked |
|
lp:debian/python-distutils-extra |
|