I changed the weewx.wxservices.WXCalculate to 
weewx.wxservices.StdWXCalculate
and now have new errors

$ sudo ./wee_import --import-config=/etc/weewx/wee_import.conf --wunder 
--dry-run --station=INSWBEEL2 --date=2009-03-20
Starting wee_import...
Traceback (most recent call last):
  File "./wee_import", line 2272, in <module>
    main()
  File "./wee_import", line 608, in main
    source_obj = Source.sourceFactory(options, args)
  File "./wee_import", line 918, in sourceFactory
    options)
  File "./wee_import", line 1824, in __init__
    options)
  File "./wee_import", line 826, in __init__
    longitude_f)
TypeError: __init__() takes exactly 3 arguments (5 given)

dropping some arguments from the command line has not helped

$ sudo ./wee_import  --wunder --dry-run --station=INSWBEEL2
Starting wee_import...
Traceback (most recent call last):
  File "./wee_import", line 2272, in <module>
    main()
  File "./wee_import", line 608, in main
    source_obj = Source.sourceFactory(options, args)
  File "./wee_import", line 918, in sourceFactory
    options)
  File "./wee_import", line 1824, in __init__
    options)
  File "./wee_import", line 826, in __init__
    longitude_f)
TypeError: __init__() takes exactly 3 arguments (5 given)


Liz

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to