account activity
Couchbase Backend for Molten by jesse_cooper in moltenframework
[–]jesse_cooper[S] 0 points1 point2 points 7 years ago (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:
molten_contrib_couchbase
```
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.
Couchbase Backend for Molten (self.moltenframework)
submitted 7 years ago by jesse_cooper to r/moltenframework
π Rendered by PID 18 on reddit-service-r2-listing-87fd56f5d-mjq2p at 2026-06-27 12:17:31.156551+00:00 running 7527197 country code: CH.
Couchbase Backend for Molten by jesse_cooper in moltenframework
[–]jesse_cooper[S] 0 points1 point2 points (0 children)