You'll need to run "setup.py install" four separate times, one for each of
the four subpackages (allmydata, allmydata.Crypto, foolscap, and zfec). If
you use GNU stow, add the options "--prefix=." and
- "--root=/usr/local/stow/${PACKAGE}" to the "setup.py install" command.
+ "--root=/usr/local/stow/${PACKAGE}" after the "setup.py install" command.
for PACKAGE in zfec Crypto foolscap ; do
cd src/${PACKAGE} && python setup.py install && cd ../..
# If you would like to inquire about a commercial relationship with Allmydata,
# Inc., please contact partnerships@allmydata.com and visit
# http://allmydata.com/.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-# more details.
import re, os.path
from distutils.core import Extension, setup
from twisted.application import service
from twisted.internet import defer
from foolscap import Tub
-from allmydata.util import idlib, observer, iputil
+from allmydata.util import idlib, iputil, observer
+
# Just to get their versions:
import allmydata