Comment 9 for bug 258890

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Tim,
Let me elaborate a bit more the problem :)
bzr.exe includes the parts of the python library needed by bzr.
xmloutput uses the XMLRPCServer module, which is not used by bzr itself, so it's not included in bzr.exe.
the launchpad plugin is bundled with bzr.exe so all it dependecies are included.

To make xmloutput compatible with bzr.exe, it should be packaged in an installer using NSIS (like qbzr does)
The main blocker (to me at least) is that I don't own a PC with windows, (I'm setting up a VM), and need to learn how to use NSIS and build the installer :)

Regards,