shebang problem "/usr/bin/env python2"
Hi,
this is not much developer problem but perhaps bug report and it seemed to me more appropriate to report it here then in other subforums:
I installed latest Calibre (0.8.22) from source on Ubuntu 11.04. When I tried to launch it error was thrown, similar to this line:
/usr/bin/env python2 - file not found
as I recognized shebang I checked Calibre launcher python scripts in /usr/bin and found that it's literally written like that:
#!/usr/bin/env python2
I removed shebang last character from all Calibre scripts and it started to work
Cheers
|