atheme-legacy / iris

web irc client for the atheme platform
Other
38 stars 22 forks source link

Dependency List Required #32

Closed Routhinator closed 10 years ago

Routhinator commented 10 years ago

I've successfully installed this before without issue, but now on a newer server I'm having dep problems so I came here to read the documentation to find the list of dependencies and got this:

(0. install all dependencies, get python, install python-simplejson etc.; do not complain about errors which are caused by missing dependencies)

Seriously? There's no list of deps and you have 'etc....' and then 'do not complain about errors which are caused by missing dependencies' ??

This is needed documentation.

Routhinator commented 10 years ago

For anyone having issues on Ubuntu 12.04 server, the missing dep from the incomplete list is:

'python-twisted'

mrflea commented 10 years ago

If you receive an ImportError, you're expected to know how to find the package in your distribution that satisfies the missing dependency. We have no plans to look at every possible Linux distribution and make a list of required packages for each.