Hello,<br><br><div class="gmail_quote">On 9 May 2011 14:04, Ganesh Kumar <span dir="ltr">&lt;<a href="mailto:bugcy013@gmail.com">bugcy013@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Gurus,<br>
<br>
I want compile ubuntu software centre source code from debian how to compile...please help me..<br>I downloaded all file contents have python file ..<br><br><a href="https://launchpad.net/ubuntu/maverick/+source/software-center/3.0.4" target="_blank">https://launchpad.net/ubuntu/maverick/+source/software-center/3.0.4</a><br>
 <br></blockquote><div><br>Python is not a compiled language (in the traditional sense.)  So you can go ahead and edit the python sources directly, run the app etc, and/or run the setup.py file as normal to install the application system wide. (E.g. &quot;python setup.py install&quot; etc. If that doesn&#39;t make sense then I&#39;d say you need to become more familiar with the Python &quot;lay of the lands&quot;. Actually offhand I&#39;m not sure how this will interact with/affect the default software-center installed on Ubuntu, but suffice it to say once you&#39;ve built up enough familiarity with Python and Ubuntu you&#39;ll be able to answer such uncertainties easily yourself by doing a few experiments... )<br>
<br>See how you go, and if you&#39;re still stuck post back and we&#39;ll try to help.  But be specific please, say what you&#39;ve tried, what you expected, and what you actually got.  Post the full text of any error messages you get.<br>
<br>Walter<br></div></div>