[python-win32] MFC71.dll

2005-02-05 Thread Robin Becker
I guess I must have missed something out in my installation, any how, after flushing 2.3 from my home pc and reinstalling with 2.4 versions of my favourites I find that Pythonwin.exe has a missing dependency on MFC71.dll is this a known problem? The installer I used is pywin32-203.win32-py2.4.e

Re: [python-win32] MFC71.dll

2005-02-05 Thread Steve Holden
Robin Becker wrote: I guess I must have missed something out in my installation, any how, after flushing 2.3 from my home pc and reinstalling with 2.4 versions of my favourites I find that Pythonwin.exe has a missing dependency on MFC71.dll is this a known problem? The installer I used is pywin

[python-win32] Printing out a given number of prime numbers.

2005-02-05 Thread TREVOR SULLIVAN
This is purely an academic query. I would like a recipe for printing out X number of prime numbers. I can do this quite easily with Java but not with Python 2.4. [ I am fairly new to Python]. I can print out primes up to given integer number, say for example 50, but not 50 prime numbers. Any help w

Re: [python-win32] Printing out a given number of prime numbers.

2005-02-05 Thread Anthony Lastique
On Sat, 5 Feb 2005 11:45:10 -0500, TREVOR SULLIVAN <[EMAIL PROTECTED]> wrote: > This is purely an academic query. I would like a recipe for printing out X > number of prime numbers. I can do this quite easily with Java but not with > Python 2.4. [ I am fairly new to Python]. I can print out primes