Hi Mika,

my copy of nupic has a directory

$NUPIC/nupic/support

which contains configuration.py and I am able to import Configuration
successfully.

(nupic)1:19$ python
Python 2.7.6 (default, Apr  9 2014, 11:48:52)
[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from nupic.support.configuration import Configuration
>>>

Are you able to import nupic successfully?



On Thu, Jun 12, 2014 at 8:51 PM, Mika Schiller <schillerm...@gmail.com> wrote:
> I'm trying to validate that my msql setup is compatible with Nupic so that I
> can run a swarm. I cd'd into $NUPIC/examples/swarm/ and ran python
> test_db.py and got
>
> File "test_db.py", line 23, in <module>
>
>     from nupic.support.configuration import Configuration
>
> ImportError: No module named nupic.support.configuration
>
> I checked the directory structure and it looks like there is no support
> directory.  What's the workaround to this?
>
> thanks
>
> Mika
>
> _______________________________________________
> nupic mailing list
> nupic@lists.numenta.org
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>



-- 
Jim Bridgewater, PhD
Arizona State University
480-227-9592

_______________________________________________
nupic mailing list
nupic@lists.numenta.org
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to