cumulus13
cumulus13

Reputation: 98

RhodeCode failed to import extension hgcr-gui-qt

How to get module hgcr_ui in RhodeCode ? I have run it on my Windows box and I get an error like this:

failed to import extension hgcr-gui-qt: No module named hgcr_ui

however i can't access my repository too. I have downloaded https://bitbucket.org/glimchb/hgcr-gui too, but i still get an error like it.

Upvotes: 1

Views: 411

Answers (2)

marcinkuzminski
marcinkuzminski

Reputation: 1771

RhodeCode uses it's internal equivalent of .hgrc files in database. The table rhodecode_ui, has one available extension (largefiles) you could add similar row with hgcr_ui to that table manually and that extension should now work with RhodeCode.

Upvotes: 1

Mike DeSimone
Mike DeSimone

Reputation: 42825

Make sure your Mercurial install is up to date. RhodeCode recommends a Python sandbox for itself, and that may have a different version.

Upvotes: 0

Related Questions