At the moment, extensions can only be built against a development install of Review Board.
We have a fix for this internally, and will be releasing Djblets 2.2.1 over the weekend to address it. Christian On Wed, May 19, 2021 at 21:08 Nick Edwards <[email protected]> wrote: > Hi, > > I ran into some problems building a reviewboard extension for reviewboard > 4.0. I followed the instuctions on > https://www.reviewboard.org/docs/manual/4.0/extending/extensions/distribution/ > but when I run > > python setup.py bdist_wheel > > or > > python setup.py bdist_wheel > > or > > python setup.py install > > I get an exception: > > django.core.exceptions.ImproperlyConfigured: node_modules could not be > found at /usr/local/lib/python3.8/dist-packages/node_modules > > After a bit of experimentation I got things working by downloading the > djblets source and running "python setup.py develop" in djblets, which > downloads the node modules into the djblets directory, then I copied > node_modules to /usr/local/lib/python3.8/dist-packages/node_modules, and > after that building my extension works. But this doesn't seem like the best > way of doing thing... was I missing a step? Might be a good idea to clarify > this on the web page? > > Cheers, > > Nick > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/2896e26d-6856-49b1-9610-9764e6f33046n%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/2896e26d-6856-49b1-9610-9764e6f33046n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- Christian Hammond President/CEO of Beanbag Makers of Review Board -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7VndmFQuMyPf-w3QqnFsE5uM1JKDQRwerYBUYDRj3OTzULmA%40mail.gmail.com.
