--
You received this message because you are subscribed to the Google Groups "pymodbus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pymodbus+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I actually do all my development under Linux, so I don't really know any quick utilities. I know there is the jamod java library, but I don't think it has any utilities built for it.
As for uninstalling, I would recommend running in virtualenv with pip as the easiest way to manage dependencies. Then it is just pip uninstall pymodbus.
With easy install, you actually need to manually delete the .egg file or directory (more information can be found by googling easy_install).
Galen
That is fine.