Thread: PyPackager
View Single Post
  #6  
Old 2007-09-11, 20:16
Khertan's Avatar
Khertan Khertan is offline
 
Join Date: Jul 2007
Location: France
Posts: 1,012
Thanks!: 101
Thanked 817 Times in 315 Posts
Send a message via AIM to Khertan Send a message via Skype™ to Khertan
Default Re: PyPackager

I ll write a tutorial on how to use it.

But briefly,

It s a tool to create a package from a folder witch contains the files to install in tree structure.

For example, for a simple python script nammed 'plong.py' launched by a sh script you need to create this structure in a folder nammed 'sources' :

sources/usr/bin/plong (a sh file with a simple command : python '/usr/lib/plong/plong.py'
sources/usr/lib/plong/plong.py
sources/usr/share/application/hildon/plong.desktop
sources/usr/share/pixmaps/plong.png

then select the folder 'sources' with the choose folder in PyPackager

Last edited by Khertan; 2007-09-11 at 20:18.
Reply With Quote