Ali Sabzevari
Ali Sabzevari
Hi, I would like to work on the Persian translation.
I cannot install it on Ubuntu 16.10: ``` sudo python2.7 setup.py develop running develop running egg_info writing requirements to askbot.egg-info/requires.txt writing askbot.egg-info/PKG-INFO writing top-level names to askbot.egg-info/top_level.txt writing dependency_links to...
@evgenyfadeev Yes, Fixed my problem. Thanks.
@evgenyfadeev Hard to tell :wink: My `pip` command was actually `pip3`. So I fixed it. Then I installed `python-daemon` manually using `pip install python-daemon`.
Would you like to merge this PR @styfle?
Hi @pithu, No unfortunately, I couldn't test it. After I saw your comment, I wasn't sure this is as easy as I thought!
Maybe if we change the type of `url` in `HttpRequest` to [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) there will be no need to implement some of these methods.