Re: [python-win32] Python for Windows extensions

2009-11-17 Thread Hung Nguyen
and that might mean some code will need to be ported. Thanks for your input. From: Tim Roberts To: Hung Nguyen ; Python-Win32 List Sent: Mon, November 16, 2009 11:52:39 AM Subject: Re: [python-win32] Python for Windows extensions Hung Nguyen wrote: > &g

Re: [python-win32] Python for Windows extensions

2009-11-16 Thread Tim Roberts
Hung Nguyen wrote: > > Back to the questions, again thank you for the short answer. I am > wondering if you have a "longer" answer? :) > > Another piece of information I am looking for is how mature the > extension is in term of supporting python 3 and 64bit? Are you aware > of any well known p

Re: [python-win32] Python for Windows extensions

2009-11-16 Thread Hung Nguyen
Sent: Mon, November 16, 2009 10:49:14 AM Subject: Re: [python-win32] Python for Windows extensions Welcome, Hung:   I tried answering this question on sourceforge, but your email address there does not work. :-( The short answer is: we think that it works for both python 3 and 64 bit. We test

Re: [python-win32] Python for Windows extensions

2009-11-16 Thread Vernon Cole
Welcome, Hung: I tried answering this question on sourceforge, but your email address there does not work. :-( The short answer is: we think that it works for both python 3 and 64 bit. We test it on both. If you find a problem, report it here and we will try to help. -- Vernon Cole On Mon, Nov

Re: [python-win32] Python for Windows extensions

2009-11-16 Thread Tim Roberts
Hung Nguyen wrote: > My name is Hung and have just joined this mailling list. I am currently > working on a project involved Python and is evaluating whether or not we can > use the Python for Windows extensions for our project. I would like to know > if: > > 1) the extension works with Python 3

Re: [python-win32] Python for Windows extensions

2009-11-16 Thread Hung Nguyen
Hello, My name is Hung and have just joined this mailling list. I am currently working on a project involved Python and is evaluating whether or not we can use the Python for Windows extensions for our project. I would like to know if: 1) the extension works with Python 3k; how well what is the