Excel addin in Python

Joined
Mar 12, 2009
Messages
1
Reaction score
0
Dear All,

I have created an excel addin in python; everything is working pretty
fine when I execute the python file, addin is getting added and I am
able to use it fine.

But I want to distribute this addin to users so I used py2exe to
convert it in to an exe so far so good I am able to create exe but
when I run this exe it works fine and say registering excel addin but
I am not able to see the addin in excel but the entry in registry is
present.

I get the following warning

The following modules appear to be missing
['Ft.Xml', 'M2Crypto', 'email.Generator', 'email.Iterators', 'email.Utils', 'ema
il.base64MIME', 'ext.IsDOMString', 'ext.SplitQName', 'pyGlobus', 'pyGlobus.io']

*** binary dependencies ***
Your executable(s) also depend on these dlls which are not included,
you may or may not need to distribute them.

Make sure you have the license if you distribute any of them, and
make sure you don't distribute files belonging to the operating system.

OLEAUT32.dll - C:\WINDOWS\system32\OLEAUT32.dll
USER32.dll - C:\WINDOWS\system32\USER32.dll
POWRPROF.dll - C:\WINDOWS\system32\POWRPROF.dll
SHELL32.dll - C:\WINDOWS\system32\SHELL32.dll
ole32.dll - C:\WINDOWS\system32\ole32.dll
SHLWAPI.dll - C:\WINDOWS\system32\SHLWAPI.dll
MFC71.DLL - D:\Python25\lib\site-packages\Pythonwin\MFC71.DLL
WSOCK32.dll - C:\WINDOWS\system32\WSOCK32.dll
COMCTL32.dll - C:\WINDOWS\system32\COMCTL32.dll
ADVAPI32.dll - C:\WINDOWS\system32\ADVAPI32.dll
msvcrt.dll - C:\WINDOWS\system32\msvcrt.dll
WS2_32.dll - C:\WINDOWS\system32\WS2_32.dll
WINSPOOL.DRV - C:\WINDOWS\system32\WINSPOOL.DRV
GDI32.dll - C:\WINDOWS\system32\GDI32.dll
VERSION.dll - C:\WINDOWS\system32\VERSION.dll
KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
ntdll.dll - C:\WINDOWS\system32\ntdll.dll
RPCRT4.dll - C:\WINDOWS\system32\RPCRT4.dll

Any pointers on what may be going wrong??
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top