Modify ↓
#11379 closed defect (worksforme)
Trac database upgrade fails under Debian SID.
Reported by: | Philippe Lang | Owned by: | Colin Guthrie |
---|---|---|---|
Priority: | normal | Component: | GringottsPlugin |
Severity: | normal | Keywords: | debian sid |
Cc: | Trac Release: | 1.0 |
Description
When trying to install Gringotts under a Debian SID installation, here is what I get:
GringottPlugin needs an upgrade * Upgrading db * Initialising Encryption Generating 2048-bit keypair - could take a while... The upgrade failed. Please fix the issue and try again. AttributeError: _RSAobj object has no '_randfunc' attribute
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | fixed → worksforme |
---|
Note: See
TracTickets for help on using
tickets.
Just a small follow-up on this: my mistake was to install ezPyCrypto library system-wide, along with PyCrypto. Apparently, ezPyCrypto (without ciphers IDEA and RCA5) is bundled into Gringotts... Both version somehow interfere each other.