2

FogBugzPy is now the officially suggested way to use the XML API. It works fine too, but is tied to python 2.7 line.

The module itself is not hard to convert to 3.x but is uses the abandoned BeautifulSoup that is left for 2.x I tried to tweak it for half a day, and abandoned, but it could be replaced with some other html/xml module.

Keeping several vesions of python (+pyQt+else) is quite a hassle, especially on windows. We could just go with the most recent version for everything else, but the FB-related tools need the old one installed also.

flag

1 Answer

0

BeautifulSoup 4 claims to work with Python 2.7 and 3. Have you tested it with the FogBugzPy library?

http://www.crummy.com/software/BeautifulSoup/

link|flag
Thanks for the tip, will give it a try on my next XML-api related work. – pasa Apr 27 2012 at 8:01

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.