Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created December 18, 2013 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/8031166 to your computer and use it in GitHub Desktop.
Save zeffii/8031166 to your computer and use it in GitHub Desktop.
zeffii@thegibson:~/public_html$ python3 chuck_process.py found: ['ModCarp.ck', 'PolySynth.ck', 'PolyWaveForm.ck', 'WaveformMixerMono.ck', 'array_multifier.py', 'initialize.ck', 'score.ck']
found: gist8021115-7d121fb45ec5486debdbd673dba4017247701aa5
gist8021115-7d121fb45ec5486debdbd673dba4017247701aa5
> chuck initialize.ck /home/zeffii/public_html/wav_writer_wgain.ck:20:demo_output:1.0 -s
processing: complete!
doing clean up.
moving: /home/zeffii/public_html/gist8021115-7d121fb45ec5486debdbd673dba4017247701aa5/demo_output.wav
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.3/threading.py", line 901, in _bootstrap_inner
self.run()
File "chuck_process.py", line 131, in run
self.perform_cleanup()
File "chuck_process.py", line 136, in perform_cleanup
shutil.copy(wav_file_full_path, destination_directory)
File "/usr/lib/python3.3/shutil.py", line 227, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.3/shutil.py", line 109, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/home/zeffii/public_html/gist8021115-7d121fb45ec5486debdbd673dba4017247701aa5/demo_output.wav'
zeffii@thegibson:~/public_html$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment