[15:19] Am new to pygtk and am trying to learn it and everytime I write code using vim and try to execute it this is what I get: jemoh@Hiuhu:~$ ./window.py bash: ./window.py: /usr/bin/env/python: bad interpreter: Not a directory what could be the problem ? [15:38] it should be "/usr/bin/env python", not "/usr/bin/env/python" at the beginning of your script [15:57] I have tried it and this is what I get: [15:57] jemoh@Hiuhu:~$ ./window.py File "./window.py", line 19 if __name__ == "__main__" ^ SyntaxError: invalid syntax [15:57] The code am trying to run is: [15:58] http://pastebin.com/WpynceXk [16:01] jemoh_: you're missing the : at the end of the line [16:03] ok thanx alot it worked === ajmitch_ is now known as ajmitch