module not discovered
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-
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:
${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:
Can you help with this problem?
Provide an answer of your own, or ask Schwarzburg for more information if necessary.