machinekit / machinetalk-protobuf

Protobuf declarations for machinekit messages
MIT License
10 stars 11 forks source link

Makefile: unclear how to build/install the Python bindings ? #56

Closed mhaberler closed 8 years ago

mhaberler commented 8 years ago

how is that supposed to work?

mah@next:~/src$ cd machinetalk-protobuf/
mah@next:~/src/machinetalk-protobuf$ make
protoc create dependencies for src/machinetalk/protobuf/canon.proto
protoc create dependencies for src/machinetalk/protobuf/status.proto
....
mah@next:~/src/machinetalk-protobuf$ python  build/python/setup.py build
error in machinetalk_protobuf setup command: Distribution contains no modules or packages for namespace package 'machinetalk'
machinekoder commented 8 years ago

Hope this helps: https://github.com/machinekit/machinetalk-protobuf/pull/58