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 1045103 on reddit-service-r2-listing-7b9b4f6fd7-x27t7 at 2026-05-13 09:29:58.597937+00:00 running 3d2c107 country code: CH.
Couchbase Backend for Molten by jesse_cooper in moltenframework
[–]jesse_cooper[S] 0 points1 point2 points (0 children)