FogBugzPy for Python 3.x - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-25T14:03:22Z http://fogbugz.stackexchange.com/feeds/question/10273 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/10273/fogbugzpy-for-python-3-x FogBugzPy for Python 3.x pasa 2012-04-14T13:21:14Z 2013-05-04T10:22:00Z <p>FogBugzPy is now the officially suggested way to use the XML API. It works fine too, but is tied to python 2.7 line.</p> <p>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.</p> <p>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. </p> http://fogbugz.stackexchange.com/questions/10273/fogbugzpy-for-python-3-x/10288#10288 Answer by Rich Armstrong for FogBugzPy for Python 3.x Rich Armstrong 2012-04-18T14:32:34Z 2012-04-18T18:03:36Z <p>BeautifulSoup 4 claims to work with Python 2.7 and 3. Have you tested it with the FogBugzPy library?</p> <p><a href="http://www.crummy.com/software/BeautifulSoup/" rel="nofollow">http://www.crummy.com/software/BeautifulSoup/</a></p>