lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Error while taking screenshot~ #17

Closed leafonsword closed 10 years ago

leafonsword commented 10 years ago
Screenshotting in
5...4...3...2...1...Say Cheese!
Traceback (most recent call last):
  File "/usr/bin/archey3", line 860, in <module>
    main()
  File "/usr/bin/archey3", line 857, in main
    archey.run(options.screenshot)
  File "/usr/bin/archey3", line 722, in run
    screenshot(self.state)
  File "/usr/bin/archey3", line 628, in screenshot
    ctime().replace(' ','_')).split(" "))
  File "/usr/lib/python3.3/subprocess.py", line 542, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python3.3/subprocess.py", line 523, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.3/subprocess.py", line 824, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.3/subprocess.py", line 1448, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'import'
lclarkmichalek commented 10 years ago

You need imagemagick installed to use the screenshot functionality.