Re: Installing cwm from cvs working directory

Daniel Krech ha scritto:
> 2) Then tried the canonical spelling for installing a Python package, 
> namely (also the way indicated in the getting started section of the 
> README):
> 
> [Daniel-Krechs-Computer:~/2000/10/swap] eikeon% /usr/local/bin/
> python2.4 setup.py install
> swap dir: /Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/swap
> running install
> running build
> running build_py
> error: package directory 'swap' does not exist

I have found the following to be useful before running python setup.py install:

ln -s . swap
ln -s cwm.py cwm
ln -s delta.py delta
ln -s cant.py cant

ciao
ste

Received on Thursday, 20 October 2005 01:32:37 UTC