amiller / libfreenect-goodies

Extra libraries and examples for libfreenect, especially high level processing, vision, and visualizations
169 stars 39 forks source link

Usage instructions - error on step 1 #8

Open kttran opened 10 years ago

kttran commented 10 years ago

I followed the instruction and got the following 3 errors. Please help. Thank you.

1)

sudo ipython -pylab -wthread demo_pykinect.py

[TerminalIPythonApp] Bad config encountered during initialization: [TerminalIPythonApp] Unrecognized flag: '-wthread'

2) demo_pykinect.py is missing in the repository. Could it have been removed?

3)

sudo ipython --pylab=auto demo_pclview.py

Welcome to pylab, a matplotlib-based Python environment [backend: TkAgg]. For more information, type 'help(pylab)'. [Stream 70] Expected 1748 data bytes, but got 948

jordan-gleeson commented 8 years ago

I seem to be plagued by the same issue. Did you ever find a solution?