CerebusOSS/CereLink

Is PyQt needed when I use "cerebus.cbpy" ?

Closed this issue · 2 comments

Is PyQt needed when I use "cerebus.cbpy" ?

Not necessarily. It needs Qt when building, and when running. Installing PyQt is the easiest way to satisfy the latter requirement.
But you could probably do a DYLD_LIBRARY_PATH=path/to/qt/bin python my_cbpy_scripyt.py and then you might be able to get away with not installing PyQt. I haven't tried this.

Thanks!!