From 2e434e0a9aa6ca4f249b599191264f76943dd013 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 16 Apr 2003 10:18:46 +0000 Subject: *** empty log message *** --- Python/library/Zinc.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index c7f0b08..f26af6a 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -50,7 +50,7 @@ def havetkzinc(window): if ok :return zinc version if nok : return 0 ''' try: - window.tk.call('load', 'tkzincZINC_VER.ZINC_MAJOR.so') + window.tk.call('load', '@Tkzinc_LIB_FILE@') # Call a function from the package to autoload it # and verify that all is OK. sversion = window.tk.call('zinc') + " Zinc.py %s" % __version__ -- cgit v1.1