Re: [Tutor] i can't for the life of me get "#! /usr/bin/env python" or "#!/usr/bin/python" to work

2009-10-21 Thread Amos Anderson
Are you by chance editing the file in Windows? Have you verified that python is in /usr/bin? In some cases it could be in a different location. On Wed, Oct 21, 2009 at 1:21 PM, Jason Willis wrote: > hi everyone, > > sorry for the rather boring question but i'm having serious issues getting > my p

Re: [Tutor] Help on python file extension windows vista recognition

2009-10-12 Thread Amos Anderson
You probably have the true extension hidden. Try this... 1. Start->Control Panel->Appearance and Personalization->Folder Options2. Click the View tab 3. Uncheck Hide Extensions for Known File Types 4. Hit apply. Now check the file. You probably will notice the .txt extension is still there. You c