python b.python 8 works on XP but not on Vista?

Chris Rebert clp2 at rebertia.com
Sat Mar 6 19:02:43 EST 2010


On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy <igouy2 at yahoo.com> wrote:
> At the command prompt:
>
>   python b.py 8
> works fine on both XP and Vista
>
>   python b.python 8
> works on XP (and Linux)
>
> but on Vista
>
>   python b.python 8
>
> ImportError: No module named b
>
> ?

Code please. Also, .python is not a standard extension for Python
files, so why are you using it anyway?

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list