Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. aps@ubuntu:~/gsoc/dvsmon$ ./testit.sh
  2. + python ./dvs-mon.py -c dvswitch.py source_test.py source_alsa.py sink_find_dir.py sink_ffplay.py
  3. Traceback (most recent call last):
  4.   File "./dvs-mon.py", line 30, in <module>
  5.     DARKGREEN = wx.Colour(0,196,0)
  6. AttributeError: 'module' object has no attribute 'Colour'
  7. aps@ubuntu:~/gsoc/dvsmon$ ./prod.sh
  8. + ./dvs-mon.py -c dvswitch.py source_alsa.py source_fw.py source_remote_fw.py sink_find_dir.py sink_ffplay.py
  9. Traceback (most recent call last):
  10.   File "./dvs-mon.py", line 30, in <module>
  11.     DARKGREEN = wx.Colour(0,196,0)
  12. AttributeError: 'module' object has no attribute 'Colour'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement