I tried installing the new update and i got several errors first in the easy install using the line from the read-me i got this output:
Mac-Attack:~ tjferrell$ sudo easy_install http://zfilenet.googlecode.com/files/zfn-dev-py2.5.egg
Password:
Downloading http://zfilenet.googlecode.com/files/zfn-dev-py2.5.egg
error: Can't download http://zfilenet.googlecode.com/files/zfn-dev-py2.5.egg: 404 Not Found
i then tried using sudo easy_install http://launchpad.net/zfilenet/0.1/0.1.2/+download/zfn-0.1.2-py2.5.egg and got the following output:
Mac-Attack:~ tjferrell$ sudo easy_install http://launchpad.net/zfilenet/0.1/0.1.2/+download/zfn-0.1.2-py2.5.egg
Downloading http://launchpad.net/zfilenet/0.1/0.1.2/+download/zfn-0.1.2-py2.5.egg
Processing zfn-0.1.2-py2.5.egg
Removing /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
Moving zfn-0.1.2-py2.5.egg to /Library/Python/2.5/site-packages
zfn 0.1.2 is already the active version in easy-install.pth
Installing zfn-client script to /usr/local/bin
Installing zfn-blobserver script to /usr/local/bin
Installing zfn-indexserver script to /usr/local/bin
Installed /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
Processing dependencies for zfn==0.1.2
Traceback (most recent call last):
File "/usr/bin/easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c7', 'console_scripts', 'easy_install')()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 1670, in main
with_ei_usage(lambda:
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 1659, in with_ei_usage
return f()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 1674, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 422, in easy_install
return self.install_item(None, download, tmpdir, deps, True)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 473, in install_item
self.process_distribution(spec, dist, deps)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/easy_install.py", line 519, in process_distribution
[requirement], self.local_index, self.easy_install
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 529, in resolve
plugin_env, full_env=None, installer=None, fallback=True
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2107, in requires
except KeyError:
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2099, in _dep_map
def requires(self,extras=()):
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2518, in split_sections
content = []
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1813, in yield_lines
DISTRO = re.compile(r"\s*((\w|[-.])+)").match # Distribution or extra
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2121, in _get_metadata
self.insert_on(path)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1140, in get_metadata_lines
return self.egg_info and self._isdir(self._fn(self.egg_info,name))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1137, in get_metadata
return self._isdir(self._fn(self.module_path, resource_name))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1195, in _get
zipimport.ZipImportError: bad local file header in /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
next i tried yet another way of installing the egg by downloading it and unziping it and then trying to easy_install the egg and i got the following output:
Mac-Attack:Desktop tjferrell$ sudo easy_install zfn-0.1.2-py2.5.egg/
Processing
error: Couldn't find a setup script in zfn-0.1.2-py2.5.egg/
Next i tried downloading the zip and installing that using sudo setup.py install and got the following output:
Mac-Attack:zfn-0.1.2 tjferrell$ sudo python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to zfn.egg-info/requires.txt
writing zfn.egg-info/PKG-INFO
writing top-level names to zfn.egg-info/top_level.txt
writing dependency_links to zfn.egg-info/dependency_links.txt
writing entry points to zfn.egg-info/entry_points.txt
reading manifest file 'zfn.egg-info/SOURCES.txt'
writing manifest file 'zfn.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.5-i386/egg
running install_lib
running build_py
creating build/bdist.macosx-10.5-i386/egg
creating build/bdist.macosx-10.5-i386/egg/genann
copying build/lib/genann/__init__.py -> build/bdist.macosx-10.5-i386/egg/genann
copying build/lib/genann/genetics.py -> build/bdist.macosx-10.5-i386/egg/genann
copying build/lib/genann/neuralnet.py -> build/bdist.macosx-10.5-i386/egg/genann
copying build/lib/genann/util.py -> build/bdist.macosx-10.5-i386/egg/genann
creating build/bdist.macosx-10.5-i386/egg/pinet
copying build/lib/pinet/__init__.py -> build/bdist.macosx-10.5-i386/egg/pinet
copying build/lib/pinet/dispatch.py -> build/bdist.macosx-10.5-i386/egg/pinet
copying build/lib/pinet/jsonrpc.py -> build/bdist.macosx-10.5-i386/egg/pinet
copying build/lib/pinet/jsonutil.py -> build/bdist.macosx-10.5-i386/egg/pinet
copying build/lib/progtools.py -> build/bdist.macosx-10.5-i386/egg
creating build/bdist.macosx-10.5-i386/egg/zfilenet
copying build/lib/zfilenet/__init__.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
copying build/lib/zfilenet/blobserver.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
copying build/lib/zfilenet/db.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
copying build/lib/zfilenet/discovery.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
creating build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/__init__.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/blobann.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/blobmanager.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/dav.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/errors.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/index.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/indexserver/rpcapi.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver
copying build/lib/zfilenet/simpleclient.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
creating build/bdist.macosx-10.5-i386/egg/zfilenet/static
copying build/lib/zfilenet/static/logo-16.png -> build/bdist.macosx-10.5-i386/egg/zfilenet/static
copying build/lib/zfilenet/static/logo-64.png -> build/bdist.macosx-10.5-i386/egg/zfilenet/static
creating build/bdist.macosx-10.5-i386/egg/zfilenet/templates
copying build/lib/zfilenet/templates/dav_multistatus.xml -> build/bdist.macosx-10.5-i386/egg/zfilenet/templates
copying build/lib/zfilenet/templates/error.html -> build/bdist.macosx-10.5-i386/egg/zfilenet/templates
copying build/lib/zfilenet/templates/listing.html -> build/bdist.macosx-10.5-i386/egg/zfilenet/templates
creating build/bdist.macosx-10.5-i386/egg/zfilenet/tests
copying build/lib/zfilenet/tests/__init__.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/tests
copying build/lib/zfilenet/tests/test_blobs.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/tests
copying build/lib/zfilenet/tests/test_index.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/tests
copying build/lib/zfilenet/tests/test_util.py -> build/bdist.macosx-10.5-i386/egg/zfilenet/tests
copying build/lib/zfilenet/util.py -> build/bdist.macosx-10.5-i386/egg/zfilenet
byte-compiling build/bdist.macosx-10.5-i386/egg/genann/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/genann/genetics.py to genetics.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/genann/neuralnet.py to neuralnet.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/genann/util.py to util.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/pinet/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/pinet/dispatch.py to dispatch.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/pinet/jsonrpc.py to jsonrpc.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/pinet/jsonutil.py to jsonutil.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/progtools.py to progtools.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/blobserver.py to blobserver.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/db.py to db.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/discovery.py to discovery.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/blobann.py to blobann.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/blobmanager.py to blobmanager.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/dav.py to dav.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/errors.py to errors.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/index.py to index.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/indexserver/rpcapi.py to rpcapi.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/simpleclient.py to simpleclient.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/tests/test_blobs.py to test_blobs.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/tests/test_index.py to test_index.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/tests/test_util.py to test_util.pyc
byte-compiling build/bdist.macosx-10.5-i386/egg/zfilenet/util.py to util.pyc
creating build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/PKG-INFO -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/SOURCES.txt -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/dependency_links.txt -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/entry_points.txt -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/requires.txt -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/top_level.txt -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
copying zfn.egg-info/zip-safe -> build/bdist.macosx-10.5-i386/egg/EGG-INFO
creating 'dist/zfn-0.1.2-py2.5.egg' and adding 'build/bdist.macosx-10.5-i386/egg' to it
removing 'build/bdist.macosx-10.5-i386/egg' (and everything under it)
Processing zfn-0.1.2-py2.5.egg
Removing /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
Copying zfn-0.1.2-py2.5.egg to /Library/Python/2.5/site-packages
zfn 0.1.2 is already the active version in easy-install.pth
Installing zfn-client script to /usr/local/bin
Installing zfn-blobserver script to /usr/local/bin
Installing zfn-indexserver script to /usr/local/bin
Installed /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
Processing dependencies for zfn==0.1.2
Traceback (most recent call last):
File "setup.py", line 93, in <module>
url="http://launchpad.net/zfilenet",
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/install.py", line 76, in run
File "/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/install.py", line 104, in do_egg_install
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/easy_install.py", line 211, in run
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/easy_install.py", line 427, in easy_install
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/easy_install.py", line 478, in install_item
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/easy_install.py", line 519, in process_distribution
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 529, in resolve
plugin_env, full_env=None, installer=None, fallback=True
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2107, in requires
except KeyError:
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2099, in _dep_map
def requires(self,extras=()):
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2518, in split_sections
content = []
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1813, in yield_lines
DISTRO = re.compile(r"\s*((\w|[-.])+)").match # Distribution or extra
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2121, in _get_metadata
self.insert_on(path)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1140, in get_metadata_lines
return self.egg_info and self._isdir(self._fn(self.egg_info,name))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1137, in get_metadata
return self._isdir(self._fn(self.module_path, resource_name))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1195, in _get
zipimport.ZipImportError: bad local file header in /Library/Python/2.5/site-packages/zfn-0.1.2-py2.5.egg
I tried everything i learned from the new readme and from previously trying to install but i can't seem to get this to install Thanks for taking the time to help me ross