module not discovered

Asked by Schwarzburg

Hi,
I have started a small project with quickly. In my application (bin/<appname>) I have the following lines:

import pyfits
import matplotlib.pyplot as plt

when I run "quickly package", the debian control file has the following lines:

Source: fits-thumbnailer
Section: python
Priority: extra
Build-Depends: cdbs (>= 0.4.43),
 debhelper (>= 6),
 python,
 python-support (>= 0.6.4),
 python-distutils-extra (>= 2.10)
Maintainer: UNKNOWN <UNKNOWN>
Standards-Version: 3.8.3
XS-Python-Version: current

Package: fits-thumbnailer
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
 ${python:Depends}${misc:Depends},
 ${python:Depends},
 python-matplotlib
Description: UNKNOWN
 UNKNOWN

Does that mean, that the "import pyfits" (which corresponds to the package "python-pyfits") is not recognized as a dependency? And if so, how can I tell quickly that there is some other dependency?

Best regards,
Stefan

Question information

Language:
English Edit question
Status:
Answered
For:
Quickly Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Didier Roche-Tolomelli (didrocks) said :
#1

Thanks for using Quickly,

right, it seems that python-distutils-extra doesn't recognize this module. Can you open a bug against it please and subscribe me?
I'll try to have a look there.

As a workaround, you can add manual dependency in Quickly by launching:
quickly configure dependencies
They will be taken into account at next "quickly package" command

Can you help with this problem?

Provide an answer of your own, or ask Schwarzburg for more information if necessary.

To post a message you must log in.