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.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to