Fix #517. Thanks @roa

This commit is contained in:
bootstraponline
2012-09-23 16:26:48 -06:00
parent 9a7e1c94c7
commit 7bcf35f5b1
+1 -1
View File
@@ -504,7 +504,7 @@ Note that filenames on windows must not contain any of the following characters
## LIB.SO ERROR
`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu.
`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu. Gentoo requires a rubypython [patch](https://gist.github.com/2802480) to use python2.7.
## CONTRIBUTE