How to make an ipk package out of the code and include an icon

4 messages Options
Embed this post
Permalink
RANJAN-3

How to make an ipk package out of the code and include an icon

Reply Threaded More More options
Print post
Permalink
Hi,

I would like to make an ipk out of the python source and add a desktop icon.How can it be done?

Sriranjan

_______________________________________________
devel mailing list
[hidden email]
https://lists.openmoko.org/mailman/listinfo/devel
matzehuber

Re: How to make an ipk package out of the code and include an icon

Reply Threaded More More options
Print post
Permalink
RANJAN schrieb:
> Hi,
>
> I would like to make an ipk out of the python source and add a desktop
> icon.How can it be done?
>
> Sriranjan
http://handhelds.org/moin/moin.cgi/BuildingIpkgs


_______________________________________________
devel mailing list
[hidden email]
https://lists.openmoko.org/mailman/listinfo/devel
RANJAN-3

Re: How to make an ipk package out of the code and include an icon

Reply Threaded More More options
Print post
Permalink
In reply to this post by RANJAN-3


On Wed, Sep 30, 2009 at 2:18 PM, Marcel <[hidden email]> wrote:
Am Mittwoch, den 30.09.2009, 13:46 +0530 schrieb RANJAN:
> Hi,
>
> I would like to make an ipk out of the python source and add a desktop
> icon.How can it be done?

Have a look at the distutils documentation, that's quite easy. :)

--
Marcel

Dint find a page that explains making an ipk from a .py file!! You know the link?

Sriranjan

_______________________________________________
devel mailing list
[hidden email]
https://lists.openmoko.org/mailman/listinfo/devel
Joseph Reeves

Re: How to make an ipk package out of the code and include an icon

Reply Threaded More More options
Print post
Permalink
> Dint find a page that explains making an ipk from a .py file!! You know the
> link?

You don't ;-)

an ipk file is just a compressed archive - you stick some files into a
directory structure and compress it into an ipk file. The phone just
extracts everything to the right place. There's a little more to it
than that, however, which is why you use the little ipk making script,
but otherwise it's just that.

So "making an ipk from a .py file!!" is little more than "moving a .py
file to a phone via a compressed archive".

Cheers, Joseph



2009/9/30 RANJAN <[hidden email]>:

>
>
> On Wed, Sep 30, 2009 at 2:18 PM, Marcel <[hidden email]> wrote:
>>
>> Am Mittwoch, den 30.09.2009, 13:46 +0530 schrieb RANJAN:
>> > Hi,
>> >
>> > I would like to make an ipk out of the python source and add a desktop
>> > icon.How can it be done?
>>
>> Have a look at the distutils documentation, that's quite easy. :)
>>
>> --
>> Marcel
>>
> Dint find a page that explains making an ipk from a .py file!! You know the
> link?
>
> Sriranjan
>
> _______________________________________________
> devel mailing list
> [hidden email]
> https://lists.openmoko.org/mailman/listinfo/devel
>
>

_______________________________________________
devel mailing list
[hidden email]
https://lists.openmoko.org/mailman/listinfo/devel