BitcoinArmory icon indicating copy to clipboard operation
BitcoinArmory copied to clipboard

Replace references to generic python with references to generic python2

Open brandondahler opened this issue 11 years ago • 2 comments

Similar to request #42, includes fixes for execution comments for all applicable python files and fixes Exec lines in the desktop files.

brandondahler avatar Feb 27 '13 23:02 brandondahler

Am I correct in understanding that the function of this is just to make things not break on python3 systems? Do you think you got all of them? And am I correct that this supersedes pull request #42 ?

gwillen avatar Apr 19 '13 01:04 gwillen

That is correct. This merely allows mixed 2.x and 3.x python systems to build/run correctly, regardless of which version is primary. It should not affect 2.x only systems (and 3.x only systems still cannot run nor build).

This pull request would replace or supersede #42.

brandondahler avatar Apr 19 '13 17:04 brandondahler