How to import hackicon.dll

S

Sonia Rovner

Hello,
I'm using Python2.2.1 and Tcl/Tk 8.3 running on Win2000. I've been
researching how to change the icon on the title bar and found that
hackicon is the one I should pursue. However, hackicon package uses a
dll. When I run the hi.py, I get an error saying
ImportError: DLL load failed: The specified module could not be
found.
I copied hackicon.dll to various directories in my pythonpath but
nothing happens.
 
T

Terry Reedy

Sonia Rovner said:
I'm using Python2.2.1 and Tcl/Tk 8.3 running on Win2000. I've been
researching how to change the icon on the title bar and found that
hackicon is the one I should pursue. However, hackicon package uses a
dll. When I run the hi.py, I get an error saying
ImportError: DLL load failed: The specified module could not be
found.
I copied hackicon.dll to various directories in my pythonpath but
nothing happens.

Unless hackicon.dll was specifically compiled to by Python importable,
the import should fail. You probably need to wrap it. I believe both
the calldll and ctypes third-party modules will work. Either google
web andor newgroup for more info or wait for more informed answer
here.

Terry J. Reedy
 
3

336699

Hello,
I'm using Python2.2.1 and Tcl/Tk 8.3 running on Win2000. I've been
researching how to change the icon on the title bar and found that
hackicon is the one I should pursue. However, hackicon package uses a
dll. When I run the hi.py, I get an error saying
ImportError: DLL load failed: The specified module could not be
found.
I copied hackicon.dll to various directories in my pythonpath but
nothing happens.

Use tkIcon

http://effbot.org/downloads/index.cgi/tkicon-0.9-19980218.zip
 

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

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top