Installed SilverCity for a pretty syntax highlighted blog.
I fould a Gentoo ebuild for SilverCity here but emerge-ing it just gave a weird error:
Calculating dependencies \
!!! Problem with determining the name/location of an ebuild.
!!! Please report this on IRC and bugs if you are not causing it.
!!! mycpv: /SilverCity
!!! mysplit: ['', 'SilverCity']
!!! psplit: None
!!! error: unsubscriptable object
So I downloaded the tar file and used python install instead:
tar xvfz SilverCity-0.9.5.tar.gz
cd SilverCity-0.9.5
python setup.py install
And as you can see..
print "This worked a treat"
I may be in trouble of Gentoo decides to upgrade python as SilverCity will not be updated automatically.
|