Re: [python-win32] Py2exe and win32com.shell

2008-05-26 Thread Tejovathi P
hi Thanks all.It worked like a charm! Thanks once again! -Tejovathi On 5/27/08, Bill Burns <[EMAIL PROTECTED]> wrote: > > Tejovathi P wrote: > >> Hi all... >> I created an exe for my application. While generating the exe, py2exe >> reports that win32com.shell module is not fou

Re: [python-win32] Py2exe and win32com.shell

2008-05-26 Thread Bill Burns
Tejovathi P wrote: Hi all... I created an exe for my application. While generating the exe, py2exe reports that win32com.shell module is not found and continues generating exe. When I try to run the exe, I get an import error that "No module named shell"... Take a look at this page

Re: [python-win32] Py2exe and win32com.shell

2008-05-26 Thread Tejovathi P
Hi Norm.. Thanks for your reply,.. I tried to include the win32com package using "includes" option as well as "package" option. But still the same error reappears " Import error: No module named shell" !! Any pointers -Teja On 5/23/08, Norm Petterson <[EMAIL PROTECTED]> wrote: > > > > On

Re: [python-win32] Py2exe and win32com.shell

2008-05-23 Thread Norm Petterson
On Fri, May 23, 2008 at 8:18 AM, Tejovathi P <[EMAIL PROTECTED]> wrote: > > > I opened pythonwin and tried importing wincom.shell. Its working > fine.! Then where am I doing wrong > > Hello Tejovathi, Googling py2exe win32com gave this reference among the first few: http://www.wired

[python-win32] Py2exe and win32com.shell

2008-05-23 Thread Tejovathi P
Hi all... I created an exe for my application. While generating the exe, py2exe reports that win32com.shell module is not found and continues generating exe. When I try to run the exe, I get an import error that "No module named shell"... I opened pythonwin and tried importing wincom.shell. I