kiooeht / pesterchum

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Other
18 stars 8 forks source link

`pesterchum` launcher doesn't work (Linux) #11

Closed passcod closed 12 years ago

passcod commented 12 years ago

Which is because you've hardcoded python2.6 in, thus:

#!/bin/sh

cd `dirname $0`
python2.6 pesterchum.py $@

But now, the current stable python version is 2.7.3. Hence this fails on any machine which has got a modern, updated python 2. The fix is pretty simple, just python2 instead. I have no idea whether every python install has got python2 or not, but it seems likely.

kiooeht commented 12 years ago

Pulled your changes to the launcher and the README markdown.