With vanilla python as well as with WinPython 3.5 I a m running into an input error complaining about missing _ctypes_test.
0.7.2 on Windows as well as 0.9.0 on Mac are working fine.
Traceback (most recent call last):
File "c:\users\b\local\p3\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\b\local\p3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\b\local\p3\Scripts\xlwings.exe\__main__.py", line 5, in <module>
File "c:\users\b\local\p3\lib\site-packages\xlwings\__init__.py", line 38, in <module>
from .udfs import xlfunc as func, xlsub as sub, xlret as ret, xlarg as arg, get_udf_module, import_udfs
File "c:\users\b\local\p3\lib\site-packages\xlwings\udfs.py", line 6, in <module>
from _ctypes_test import func
ImportError: No module named '_ctypes_test'
With vanilla python as well as with WinPython 3.5 I a m running into an input error complaining about missing _ctypes_test.
0.7.2 on Windows as well as 0.9.0 on Mac are working fine.