Advertisement
Guest User

Untitled

a guest
Jan 24th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ python -c 'import linuxcnc; x = linuxcnc.ini("/dev/full"); [x.__init__("/dev/full") for i in range(10000)]'
  2. Traceback (most recent call last):
  3. File "<string>", line 1, in <module>
  4. linuxcnc.error: inifile.open() failed
  5. Error in sys.excepthook:
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 48, in apport_excepthook
  8. File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 21, in enabled
  9. ImportError: No module named re
  10.  
  11. Original exception was:
  12. Traceback (most recent call last):
  13. File "<string>", line 1, in <module>
  14. linuxcnc.error: inifile.open() failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement