The error means that some parts of the old app is still remain, these could be cached .pyc files.
Execute the following inside the directory where Mayan is installed, it will look up all .pyc files and delete them: rm `find -name "*.pyc*"` On Thursday, April 27, 2017 at 2:44:22 PM UTC-4, Manuel Reiter wrote: > > Thanks for this update! I just wanted to try it out. Installation (via > pip) went without problems but the subsequent performupgrade failed: > > # mayan-edms.py performupgrade >> Traceback (most recent call last): >> File "/usr/local/bin/mayan-edms.py", line 10, in <module> >> execute_from_command_line(sys.argv) >> File >> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >> line 367, in execute_from_command_line >> utility.execute() >> File >> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >> line 341, in execute >> django.setup() >> File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line >> 27, in setup >> apps.populate(settings.INSTALLED_APPS) >> File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", >> line 89, in populate >> "duplicates: %s" % app_config.label) >> django.core.exceptions.ImproperlyConfigured: Application labels aren't >> unique, duplicates: cabinets > > > I had mayan-cabinets installed via pip prior to the update. Uninstalling > mayan-cabinets via pip didn't affect the error message. > > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" 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.
