• Language: en

Configure PoPy

PoPy Config File

The local settings of your PoPy installation can be altered by editing this file:-

C:\popy\popy_config.pyml

We recommend that you do not alter this file unless you know exactly what you are doing.

Factory Reset Options

If you edit your ‘popy_config.pyml’ and PoPy no longer functions correctly, please restore to the following default settings:-

# path to favicon
favicon_path: ${POPY_PYTHON_PATH}/conf/4p_white_border.ico

# path to graphviz dot.exe for creating diagrams
graphviz_dot_path: ${POPY_PYTHON_PATH}/thirdparty/graphviz/bin/dot.exe

# path to sphinx confuration options - used when generating html or latex
sphinx_conf_folder: ${POPY_PYTHON_PATH}/conf

# path to memcached executable
memcached_path: ${POPY_PYTHON_PATH}/thirdparty/memcached-amd64/memcached.exe

# path rabbitmq sbin folder
rabbitmq_sbin_folder: ${POPY_PYTHON_PATH}/thirdparty/RabbitMQ Server/rabbitmq_server-3.5.1/sbin

Uninstall PoPy

Note that if you are moving your product key to another machine, it is wise to Deactivate PoPy before uninstalling. If you are upgrading PoPy then it is best to keep the current product key.

Run the uninstaller

You can click on the shortcut at:-

Start Menu > PoPy > popy_uninstall

Or you could, instead, run the .exe at:-

C:\PoPy\popy_uninstall.exe

The uninstaller will remove the PoPy desktop shortcut and Windows start menu items, but does not change the Windows Registry.

Back to Top