Re: [PyInstaller] Warning message not clear.

17 views
Skip to first unread message

Martin Zibricky

unread,
Apr 26, 2013, 5:38:59 PM4/26/13
to pyins...@googlegroups.com
Colin J. Williams píše v St 24. 04. 2013 v 15:11 -0700:
> 3641 WARNING: library python%s%s required via ctypes not found
> Message not understood.

This message basically means:
- there is a python module containing code like the following:

import ctypes
ctypes.cdll.LoadLibrary("python.dll")

- and the file 'python.dll' could not be found

But I wonder why any python module would do anything like that.

>
> Advice sought.
>
> Although used through Anaconda, wind1.py uses only Python code.

Reply all
Reply to author
Forward
0 new messages