commit | a487d811bd527cba733ed6d88bc58e0b378a0127 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Fri Feb 13 16:31:19 2009 -0500 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Fri Feb 13 16:31:19 2009 -0500 |
tree | 45f45f2dba1432a93b523eca654b68279326c207 | |
parent | 4bf9537631225cc790990ec2bb0236c0800fc85e [diff] |
stupid mistake
diff --git a/setup.py b/setup.py index 82312bf..50809de 100755 --- a/setup.py +++ b/setup.py
@@ -65,7 +65,7 @@ # On Windows, make sure the necessary .dll's get added to the egg. data_files = [] if sys.platform == 'win32': - import ctypes + import ctypes.util libeay32 = ctypes.util.find_library("libeay32") if libeay32 is None: raise SystemExit("Cannot find libeay32.dll, aborting")