Question #374333 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/374333
Kevin Beierle gave more information on the question: Looking at the setup.py file, here's the first set of commands that it fails on: import sys import os from setuptools import setup, Extension (it fails on this line) from setuptools.command.test import test from setuptools.command.install import install from setuptools.command.sdist import sdist I'm wondering if there's an extension to the setuptools (setuptools.XXXX) that may be missing? Hopefully this might help diagnose what's going on...thanks! Kevin -- You received this question notification because your team duplicity-team is an answer contact for Duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : duplicity-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp