Trying to install weewx. I have installed rtlsdr rtl433 along with weewx.

I have tested rtf-433 by issuing rtl-433 -G and get lots of data passed 
back.

Once I try and use the actual sdr.py driver directly using the command:
sudo PYTHONPATH=bin python bin/user/sdr.py

I get this:
Traceback (most recent call last):
  File "bin/user/sdr.py", line 699, in <module>
    [--path=PATH] [--ld_library_path=LD_LIBRARY_PATH]""" % DEFAULT_CMD
ValueError: unsupported format character 'p' (0x70) at index 1

Not quite sure where to go from here. Seems maybe I need to call a path out 
to the driver.

I have tried things like this:
export PATH=/usr/local/bin:${PATH}

export LD_LIBRARY_PATH=/usr/local/lib


from the shell and then issuing the command. Im a bit of a newbie here so any 
help would be greatly appreciated.


Thanks,

Brad

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to