<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.64.179.0</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.64.179.0"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/91.64.179.0"/>
	<updated>2026-04-22T08:29:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Talk:Py2deb&amp;diff=46231</id>
		<title>Talk:Py2deb</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Talk:Py2deb&amp;diff=46231"/>
		<updated>2009-03-16T00:48:52Z</updated>

		<summary type="html">&lt;p&gt;91.64.179.0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;usually python libraries are distributed with setuptools. If there is a setup.py in the folder, chances are, the following procedure works for creating package with py2deb: &lt;br /&gt;
run &lt;br /&gt;
 python setup.py bdist_dumb&lt;br /&gt;
this creates a &amp;lt;package name&amp;gt;-&amp;lt;version&amp;gt;-linux-armv6l.tar.gz in dist/ with the tree of to be installed files (e.g. /usr/lib/python2.5/site-packages/&amp;lt;package name&amp;gt;/...). extract with:&lt;br /&gt;
 cd ..; mkdir src; cd src; tar xzvf ../&amp;lt;package name&amp;gt;/dist/&amp;lt;package name&amp;gt;-&amp;lt;version&amp;gt;-linux-armv6l.tar.gz&lt;br /&gt;
and continue with build_myapp.py script like described here.&lt;/div&gt;</summary>
		<author><name>91.64.179.0</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Talk:Py2deb&amp;diff=46232</id>
		<title>Talk:Py2deb</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Talk:Py2deb&amp;diff=46232"/>
		<updated>2009-03-16T00:46:10Z</updated>

		<summary type="html">&lt;p&gt;91.64.179.0: New page: usually python libraries are distributed with setuptools. If there is a setup.py in the folder, chances are, the following procedure works for creating package with py2deb:  run   python s...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;usually python libraries are distributed with setuptools. If there is a setup.py in the folder, chances are, the following procedure works for creating package with py2deb: &lt;br /&gt;
run &lt;br /&gt;
 python setup.py bdist_dumb&lt;br /&gt;
this creates a tar.gz in dist/ with the tree of to be installed files (e.g. /usr/lib/python2.5/site-packages/&amp;lt;package name&amp;gt;/...). extract with:&lt;br /&gt;
 cd ..; mkdir src; cd src; tar xzvf ../&amp;lt;package name&amp;gt;/dist/&amp;lt;package name&amp;gt;.tar.gz&lt;br /&gt;
create build_myapp.py script like described here.&lt;/div&gt;</summary>
		<author><name>91.64.179.0</name></author>
	</entry>
</feed>