The package is built but not functional on Windows.
Its structure is not correct.
The actual structure
| - ROOT
| - include /openalea.stat_tool/stat_tool/*.h
| - Lib / site-packages / openalea / stat_tool / *.py
| - Lib / site-packages / lib
| - Lib / site-packages / bin
There are several errors
- include : either include/openalea/stat_tool or include/stat_tool directly
- Extension module in Python on windows is _stat_tool.pyd and not _stat_tool.dll
- include, lib, bin, share go to ROOT/Library/include ROOT/Library/lib/.lib ROOT/Library/bin/.dll
The package is built but not functional on Windows.
Its structure is not correct.
The actual structure
There are several errors