Joseph, When reporting problems to the mailing list, it is essential that you include the following information so we can help you:
- exact command you ran that received the error - any steps you took before that command - what you are trying to achieve with the command - complete output that contains the error (use pastebin.com if it is very long) >From what I can tell about your report, you have model params in a file named "table_model_params.py", but you are importing "model_params". You should "import table_model_params" to get that file imported into another Python script. --------- Matt Taylor OS Community Flag-Bearer Numenta On Mon, Jun 30, 2014 at 9:48 AM, Joseph Skippings <[email protected]> wrote: > Hello, > > I get this error when I run file run.py "From model_params import > model_params. ImportError: no module named model_params." In my > model_params folder the file is called table_model_params.py, I'm not sure > if that is causing the error. > > Thanks in advance. > > Sent from my iPhone > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
