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