convert_ulog2csv(args.filename, args.messages, args.output, args.delimiter, args.ignore) File "c:\users\eg3023\appdata\local\programs\python\python38\lib\site-packages\pyulog\ulog2csv.py", line 59, in convert_ulog2csv ulog = ULog(ulog_file_name, msg_filter, disable_str_exceptions) ...
name, messages, verbose) 365 366 tmp_dir = tempfile.mkdtemp() --> 367 pyulog.ulog2csv.convert_ulog2csv( 368 ulog_filename, messages, tmp_dir, ',') 369 log_name = os.path.splitext(os.path.basename(ulog_filename))[0] AttributeError: 'module' object has no attribute 'ulog2csv'...