View Single Post
Posts: 67 | Thanked: 26 times | Joined on Jan 2010
#9
Originally Posted by noobmonkey View Post
lol i'm working on a v similar one - will get it packaged and in extras soon

....I was going to try and package this and put it up into extras if anybody wanted to play it.

I'm getting stuck though when i try to run the run-standalone.sh python2.5 command to create the packages on the device.



Traceback (most recent call last):
File "build_snapy.py", line 54, in <module>
r = p.generate(version,build,changelog=changeloginform ation,tar=True,dsc=True,changes=True,build=False,s rc=True)
File "/usr/lib/python2.5/site-packages/py2deb.py", line 228, in generate
raise Py2debException("no files are defined")
py2deb.Py2debException: no files are defined

I have created snapy.desktop and snapy.service files and put them and the src files into /home/user/MyDocs/snapy with source files in src subfolder......

Not really sure where to go after this.... anybody?