Advertisement
Guest User

Untitled

a guest
Apr 11th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ../../../nc_files//M101:13: DeprecationWarning: the emc module is deprecated; use the linuxcnc module instead
  2. import emc, os, sys, threading, gtk, time, popen2, signal, select
  3. ../../../nc_files//M101:13: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
  4. import emc, os, sys, threading, gtk, time, popen2, signal, select
  5. Traceback (most recent call last):
  6. File "../../../nc_files//M101", line 15, in <module>
  7. os.chdir("/home/hacklab/emc2/configs/hacklab-engraver3")
  8. OSError: [Errno 2] No such file or directory: '/home/hacklab/emc2/configs/hacklab-engraver3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement