2009-3-16
| 17:03 | yml | does someone know if akismet can be install using pip ? |
| 17:03 | yml | if yes, from where do you grab it ? |
| 17:03 | yml | pip install akismet does not work ? |
| 17:04 | yml | and I can only find a zip file here : http://www.voidspace.org.uk/cgi-bin/voidspace/d... |
| 17:07 | jezdez | yml: yah, that sucks |
| 17:08 | jezdez | you could write http://twitter.com/voidspace about it |
| 17:09 | yml | I am not a twitter user so I wont |
| 17:09 | jezdez | oh, ok |
| 17:09 | yml | jezdez: btw thanks for your branch |
| 17:09 | jezdez | let me do it then :) |
| 17:09 | yml | of comment_utils |
| 17:09 | jezdez | oh, on github? |
| 17:10 | yml | after sometimes looping in my bocal and finding the root cause of the pb |
| 17:10 | yml | I have finally reach your branch |
| 17:10 | jezdez | :) |
| 17:10 | yml | on github |
| 17:11 | yml | How do you do to install akismet ? |
| 17:11 | yml | do you do it manually ? |
| 17:11 | jezdez | yah |
| 17:12 | yml | grrr this is a pain |
| 17:12 | yml | do you know if there is an svn repository of akismet ? |
| 17:13 | yml | In such case I could fork it on launchpad and add a setup.py if missing |
| 17:13 | jezdez | not that I know of |
| 17:15 | yml | thank you |
| 17:18 | yml | I found this : http://github.com/clones/python-akismet/tree/ma... |
| 17:18 | yml | |
| 17:18 | yml | the first one seems to be a good starting point |
| 17:21 | jezdez | |
| 17:23 | jezdez | gotta run but that should work |
| 17:24 | jezdez | bye :) |
| 17:59 | yml | jezdez thank you |
| 17:59 | yml | you have been faster than me |
| 17:59 | yml | pip install -e hg+http://bitbucket.org/jezdez/akismet/#egg=python-akismet |
| 17:59 | yml | is working fine |