Hi, If wee_extension cannot find the extension you will need to uninstall the remnants manually. To manually uninstall the csv extension:
1. delete the file csv.py if it exists, csv.py should be in the /home/weewx/bin/user directory if you have a setup.py install otherwise it will be in /usr/share/weewx/user: $ rm /home/weewx/bin/user/csv.py 2. delete the csv extension installer directory csv and its contents if it exists, it will be in the /home/weewx/bin/user/installer directory if you have a setup.py install otherwise it will be in /usr/share/weewx/user/installer: $ rm -R /home/weewx/bin/user/installer/csv 3. if there is nothing else in the installer directory you may remove it as well if it exists, it will be in the /home/weewx/bin/user directory if you have a setup.py install otherwise it will be in /usr/share/weewx/user: $ rmdir /home/weewx/bin/user/installer 4. remove any weewx.conf remnants (note that some may not exist or may be commented i the extension has been disabled). Edit weewx.conf and: - delete the [CSV] stanza including preceding comment line - remove , user.csv.CSV from the process_services config option under [Engine] [[Services]] - save weewx.conf 5. assuming WeeWX is running as a daemon do a WeeWX config reload (command depends on your linux flavour): $ sudo systemctl reload weewx or $ sudo service weewx reload or $ sudo /etc/init.d/weewx restart Note that depending on the privileges your user account has you may need to prefix the rm and rmdir commands with sudo. Gary On Monday, 24 September 2018 01:31:45 UTC+10, jahfly1000 wrote: > > Hello, > I installed the extension csv but I do not use it then I want to uninstall > it. > The problem is that I can do / home / weewx / bin / wee_extension > --uninstall csv or even / home / weewx / bin / wee_extension --list it can > not find it. > I installed it under python. i have a file /home/scv.0.10 > How can I do? > -- 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.
