Bug#594129: pympd: does not start - can't find the necessary Python modules

2010-08-27 Thread Jakub Wilk
tags 594129 patch thanks 'current' in XS-Python-Version is deprecated - as per Debian Python Policy. Change it to 2.6. Please find below patch that fixes it. XSPV:current is not really a big deal (and it's certainly better than XSPV:2.6). The culprit is shebang hardcoded at build time. The at

Bug#594129: pympd: does not start - can't find the necessary Python modules

2010-08-27 Thread Timur Birsh
On Friday 27 August 2010 21:36:44 Jakub Wilk wrote: > tags 594129 patch > thanks > > >'current' in XS-Python-Version is deprecated - as per Debian Python > >Policy. Change it to 2.6. Please find below patch that fixes it. > > XSPV:current is not really a big deal (and it's certainly better than >

Bug#594129: pympd: does not start - can't find the necessary Python modules

2010-08-23 Thread Bernd Zeimetz
Package: pympd Version: 0.07-1.3 Severity: grave % pympd Traceback (most recent call last): File "/usr/bin/pympd", line 12, in import pympd ImportError: No module named pympd Replacing the shebank of /usr/bin/pympd with the default Python version makes it work... Did not have the time to i