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

2010-03-06 Thread Steven D'Aprano
On Sat, 06 Mar 2010 19:04:56 -0800, Isaac Gouy wrote: > That was "Thanks." as in problem solved. > > When the code switches on multiprocessing.cpu_count() - single core vs > multicore matters. I'm glad you solved your problem. Out of curiosity, what was the fault? Not the condition that leads t

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

2010-03-06 Thread Isaac Gouy
On Mar 6, 6:50 pm, Steven D'Aprano wrote: > On Sat, 06 Mar 2010 21:10:02 -0500, sstein...@gmail.com wrote: > > On Mar 6, 2010, at 8:23 PM, Isaac Gouy wrote: > > >> On Mar 6, 4:53 pm, Chris Rebert wrote: > >>> On Sat, Mar 6, 2010 at 4:42 PM, Isaac Gouy wrote: > On Mar 6, 4:02 pm, Chris Reber

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

2010-03-06 Thread Steven D'Aprano
On Sat, 06 Mar 2010 21:10:02 -0500, sstein...@gmail.com wrote: > On Mar 6, 2010, at 8:23 PM, Isaac Gouy wrote: > >> On Mar 6, 4:53 pm, Chris Rebert wrote: >>> On Sat, Mar 6, 2010 at 4:42 PM, Isaac Gouy wrote: On Mar 6, 4:02 pm, Chris Rebert wrote: > On Sat, Mar 6, 2010 at 3:53 PM, Isa

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

2010-03-06 Thread sstein...@gmail.com
On Mar 6, 2010, at 8:23 PM, Isaac Gouy wrote: > On Mar 6, 4:53 pm, Chris Rebert wrote: >> On Sat, Mar 6, 2010 at 4:42 PM, Isaac Gouy wrote: >>> On Mar 6, 4:02 pm, Chris Rebert wrote: On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy wrote: > At the command prompt: >> > python b.py 8

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

2010-03-06 Thread Isaac Gouy
On Mar 6, 4:53 pm, Chris Rebert wrote: > On Sat, Mar 6, 2010 at 4:42 PM, Isaac Gouy wrote: > > On Mar 6, 4:02 pm, Chris Rebert wrote: > >> On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy wrote: > >> > At the command prompt: > > >> >   python b.py 8 > >> > works fine on both XP and Vista > > >> >   p

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

2010-03-06 Thread Chris Rebert
On Sat, Mar 6, 2010 at 4:42 PM, Isaac Gouy wrote: > On Mar 6, 4:02 pm, Chris Rebert wrote: >> On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy 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) >> >>

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

2010-03-06 Thread Isaac Gouy
On Mar 6, 4:02 pm, Chris Rebert wrote: > On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy 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

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

2010-03-06 Thread Chris Rebert
On Sat, Mar 6, 2010 at 3:53 PM, Isaac Gouy 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

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

2010-03-06 Thread Isaac Gouy
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 ? -- http://mail.python.org/mailman/listinfo/python-list