We use the Python distutils library for installation (http://docs.python.org/lib/module-distutils.html) . Unfortunately, it
doesn't support automatic uninstallation yet. We will have to work out how to ask distutils where it installed the files to, so that we can delete them again in an uninstaller.
In the mean time, you can uninstall Switzerland manually by searching for and deleting the following files from your computer:
1. FastCollector (ends with .exe on Windows)
2. switzerland-server, switzerland-client (on Windows, these files may end with ".py")
We use the Python distutils library for installation (http://docs.python.org/lib/module-distutils.html) . Unfortunately, it
doesn't support automatic uninstallation yet. We will have to work out how to ask distutils where it installed the files to, so that we can delete them again in an uninstaller.
In the mean time, you can uninstall Switzerland manually by searching for and deleting the following files from your computer:
1. FastCollector (ends with .exe on Windows)
2. switzerland-server, switzerland-client (on Windows, these files may end with ".py")
3. The "switzerland" library directory, the contents of which you can see here:
http://switzerland.svn.sourceforge.net/viewvc/switzerland/tags/0.1.0/switzerland/
Hope this helps,
That helps for now. I used nautilus to search and remove the files. Thanks.