hesso-valais / scom

Python library to access Studer devices via an XCom-232i interface
MIT License
8 stars 3 forks source link

SCOMLib C files nor baseframe.pxd and baseframe.pyx are installed #1

Closed boozo-unlimited closed 5 years ago

boozo-unlimited commented 5 years ago

All .h/.c files, .pxd and pyx should be installed when SCOM package gets installed. This allows to build the libraries baseframe and property later on the system.

Currently these files are not installed!

boozo-unlimited commented 5 years ago

Current work-around is to install the cython package prior to install the SCOM package. This way both libraries baseframe and property are build during installation step.

$ pip3 install cython
$ pip3 uninstall scom
$ pip3 install scom