Added some Linux support for cgminer, and other python requests (for systems with python2.7 and python3.X) - #99
Added some Linux support for cgminer, and other python requests (for systems with python2.7 and python3.X)#99aus4000 wants to merge 2 commits into
Conversation
|
i am not sure what any of this means i am trying so hard to learn and noone i know understands what i am doing wrong Date: Wed, 14 Aug 2013 20:14:37 -0700 Although it might break python requests in Windows, might have to make it detect python versions and select whether or not to use python2.7 if it does. You can merge this Pull Request by running Commit Summary modified: guiminer.py File Changes Patch Links: https://github.com/Kiv/poclbm/pull/99.patch |
|
Are you trying to use cgminer on Linux? It won't work in master until my patches are merged. If you wanted to you could clone my branch and then get cgminer to try it if you're impatient :) |
Although it might break python requests in Windows, might have to make it detect python versions and select whether or not to use python2.7 if it does.