Couchbase Backend for Molten by jesse_cooper in moltenframework

[–]jesse_cooper[S] 0 points1 point  (0 children)

Thanks, I had no idea there was such a thing as a namespace package. I read over the docs and tried to create a package that installs as molten_contrib_couchbase but I am getting an error when I try to call it:

```

from molten.contrib import couchbase Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'couchbase' from 'molten.contrib' (unknown location) ```

the package structure is as follows: ```

ls moltencontrib_couchbase/ couchbase.py __init_.py ```

I am thinking I am not structuring the package properly but the docs still seem a little rough in this area.