|
|
2010-12-05
, 17:07
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#2
|
|
|
2010-12-05
, 17:21
|
|
Posts: 4 |
Thanked: 2 times |
Joined on Dec 2010
|
#3
|
from distutils.core import setup setup(name='ex5home', version='1.0.0', scripts=['bin/ex5'], data_files=[ ('share/pixmaps/', ['ex5home.JPG']), ('share/applications/hildon/', ['ex5home.desktop']), ('share/dbus-1/services/', ['ex5home.service']), ], )it shows me
how i can fix?