View Single Post
Old 10-20-2011, 01:21 PM   #1
klonuo
Member
klonuo began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Dec 2010
Device: none
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
klonuo is offline   Reply With Quote