← Back to team overview

duplicity-team team mailing list archive

Re: [Question #374333]: Python Installation problem with 0.7.10

 

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.