I am trying to internationalize an activity.<div><br></div><div>The instructions here <a href="http://bit.ly/acg4Hz">http://bit.ly/acg4Hz</a> and <a href="http://wiki.laptop.org/go/Python_i18n">http://wiki.laptop.org/go/Python_i18n</a> explain that I need to run setup.py to generate a .pot file.</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>The first link suggests my setup.py should read:</div><div><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 19px; "><pre style="padding-top: 1em; padding-right: 1em; padding-bottom: 1em; padding-left: 1em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(47, 111, 171); border-right-color: rgb(47, 111, 171); border-bottom-color: rgb(47, 111, 171); border-left-color: rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em; ">
from sugar.activity import bundlebuilder
bundlebuilder.start()</pre></span></div><div><br></div><div>I need some help with this step... do I need to run setup.py from within the jhbuild shell? Is there a way to do this without jhbuild?</div>