MKesenheimer / SDLDisplay

An external video sink for gnuradio based on SDL2
Other
3 stars 0 forks source link

can't open file (OSX) #1

Closed micsthepick closed 2 hours ago

micsthepick commented 3 hours ago
file_sink_base :error: [::open] /home/mike/stdout_1: No such file or directory
...
 in __init__
    self.blocks_file_sink_0_0 = blocks.file_sink(gr.sizeof_short*1, '/home/mike/stdout_1', True)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: can't open file
micsthepick commented 3 hours ago
mike@Mike-Air ~ % ls stdout_1
stdout_1
micsthepick commented 2 hours ago

nvm, fixed - first issue was ~ and then second was not capitalizing Users.