Arpit Solanki
Arpit Solanki
Hey @rupa some suggestions for your code since it is a good project it should have some improvements . - make a new directory and put the source code in...
I got the same issue as @johncipponeri ``` Traceback (most recent call last): File "DarkPython.py", line 7, in import wx.stc as stc ImportError: No module named stc i have wx...
>Traceback (most recent call last): File "./startup.py", line 7, in from proxy import main File "/home/linhcpg/Desktop/wallproxy/local/src.zip/proxy.py", line 3, in exec(code.decode('zlib')) File "", line 17, in File "", line 15, in...
Good Project. I want to suggest a few things on this project. - you should make a few changes in the folder structure of your project like you should make...
@SmartResearcherME Did you try running it with sudo. On windows you can say running as administrator. Most of the time this is the only reason for the `permission denied error`...
I got the same issue @ShivaGuntuku > Collecting django-tracking > Downloading django-tracking-0.4.1.tar.gz (1.9MB) > 100% |████████████████████████████████| 1.9MB 319kB/s > Complete output from command python setup.py egg_info: > Traceback (most recent...
Yeah correct @welshjf release shows that version 0.3 is out since 2015 and here is `setup.py` ``` setup( name = "gitosis", version = "0.2", packages = find_packages(), author = "Tommi...
@justinabrahms For the love of open source yeah we can always use these things. Here is an awesome project [The SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) [Here](https://github.com/SublimeLinter/SublimeLinter3/blob/master/LICENSE) you can see It is a MIT license...
**Needs Clarification** Could you provide some more details about this issue. I saw that docs is already there so please clarify that is it incomplete or incorrect or something else...
@mikefowler Hey some code improvement suggestion for this repo: - I saw that repo does not have a `src` folder which is like a standard for every repository on [Github](http://github.com)...