Opened at 2007-05-10T08:22:25Z
Last modified at 2007-08-10T23:12:36Z
#43 closed defect
on my cygwin install attempt after README guidelines the proposed "import zfec" test fails — at Initial Version
Reported by: | arnowa | Owned by: | zooko |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | code | Version: | |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
on my cygwin install attempt after README guidelines the proposed "import zfec" test fails:
Python 2.5 (r25:51908, Mar 13 2007, 08:13:14) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information.
import zfec
/usr/lib/python2.5/site-packages/zfec-1.0.0-py2.5-cygwin-1.5.24-i686.egg/_fec.py:3: UserWarning?: Module _fec was already imported from /usr/lib/python2.5/site-packages/zfec-1.0.0-py2.5-cygwi n-1.5.24-i686.egg/_fec.pyc, but /cygdrive/k/src/tahoe/src/zfec is being added to sys.path
import sys, pkg_resources, imp
Traceback (most recent call last):
File "<stdin>", line 1, in <module> File "zfec/init.py", line 19, in <module>
from _fec import Encoder, Decoder, Error
File "build/bdist.cygwin-1.5.24-i686/egg/_fec.py", line 7, in <module> File "build/bdist.cygwin-1.5.24-i686/egg/_fec.py", line 6, in bootstrap
ImportError?: Permission denied
[4]+ Stopped python