LSST-nonproject/sims_maf_contrib

Import error: no module called lsst.sims!

Closed this issue · 2 comments

Has something changed in the way the lsst python module works? The time delay examples notebook tries to do

import lsst.sims.maf.db as db

but this causes me the following error:

ImportError: No module named sims.maf.db

This is after doing the usual loadLSST.csh, making sure I am using Anaconda python, etc. BTW ipython tells me that the only packages available in lsst are lsst.pkgutil and lsst.sconsUtils.

Can you please confirm you did a "setup sims_maf -t sims" after load lsst?
On Feb 1, 2015 4:38 PM, "Phil Marshall" notifications@github.com wrote:

Has something changed in the way the lsst python module works? The time
delay examples notebook tries to do

import lsst.sims.maf.db as db

but this causes me the following error:

ImportError: No module named sims.maf.db

This is after doing the usual loadLSST.csh, making sure I am using
Anaconda python, etc. BTW ipython tells me that the only packages available
in lsst are lsst.pkgutil and lsst.sconsUtils.


Reply to this email directly or view it on GitHub
#10.

Resolved in #11