Hi, How are you invoking the Python shell?
The Bitnami stack has its own bundled version, which needs to be invoked with just the right setup. We can't really help a lot with that, as we don't maintain Bitnami's images, but they might have documentation on it. Christian On Tue, Feb 6, 2018 at 12:03 AM, Nilanjan Sen <[email protected]> wrote: > Hi Team, > > I have added rbcommenttype in Review board. I am now trying to do Review > Request Fields hookup. So I was following this link > > > 1. https://www.reviewboard.org/docs/manual/3.0/extending/ > extensions/hooks/review-request-fields-hook/#review-request-fields-hook > > <https://www.reviewboard.org/docs/manual/3.0/extending/extensions/hooks/review-request-fields-hook/#review-request-fields-hook> > 2. https://github.com/reviewboard/rb-extension-pack/ > blob/master/rbnotefield/setup.py > > <https://github.com/reviewboard/rb-extension-pack/blob/master/rbnotefield/setup.py> > > I am getting module not found error > > *>>> from reviewboard.extensions.base import Extension* > *Traceback (most recent call last):* > * File "<stdin>", line 1, in <module>* > *ModuleNotFoundError: No module named 'reviewboard'* > *>>> from reviewboard.extensions.hooks import ReviewRequestFieldsHook* > *Traceback (most recent call last):* > * File "<stdin>", line 1, in <module>* > *ModuleNotFoundError: No module named 'reviewboard'* > *>>> from reviewboard.reviews.fields import BaseEditableField, > BaseTextAreaField* > > FYI I have installed Bitnami Review Board Stack in Windows environment. > > Can you please help me out? > > Thanks and Regards, > Nilanjan Sen > > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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]. For more options, visit https://groups.google.com/d/optout.
