![]() |
2010-01-07
, 21:16
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#2
|
![]() |
2010-01-07
, 21:24
|
Posts: 87 |
Thanked: 26 times |
Joined on Oct 2009
|
#3
|
It would help if you could post build_fSchedule.py. Without further information, though, it seems you have some path specified that starts with a "/" when it shouldn't; most probably dir_name, given where the error occured. In my case, I have quite simply:
dir_name = "src"
HTH,
André
![]() |
2010-01-07
, 21:31
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#4
|
![]() |
2010-01-07
, 21:45
|
Posts: 87 |
Thanked: 26 times |
Joined on Oct 2009
|
#5
|
Hmm I can't see the problem; I have successfully used py2deb on Fremantle several times. Are you running it in the correct directory?
![]() |
2010-01-07
, 21:47
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#6
|
![]() |
2010-01-07
, 21:55
|
Posts: 87 |
Thanked: 26 times |
Joined on Oct 2009
|
#7
|
![]() |
2010-01-07
, 22:02
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#8
|
![]() |
2010-01-07
, 22:28
|
Posts: 87 |
Thanked: 26 times |
Joined on Oct 2009
|
#9
|
I can't understand why you are running the py2deb script via run-standalone.sh. I run THAT script (not the program) directly from python on the device.
![]() |
2010-01-09
, 21:30
|
|
Posts: 40 |
Thanked: 21 times |
Joined on Dec 2009
|
#10
|
DO I need desktop and service file also?
And I don't understand that http://wiki.maemo.org/Py2deb#Example...lder_structure, do I need to create all these files in that locations?
traceback (most recent call last):
File "build_fSchedule.py", line 54, in <module>
p[real_dir] = fake_file
File "/usr/lib/python2.5/site-packages/py2deb.py", line 90, in __setitem__
raise Py2debException("key path '%s' malformed (don't start with '/')"%path)
py2deb.Py2debException: key path '' malformed (don't start with '/')
Did everything that was written here: http://wiki.maemo.org/Py2deb
Is that information valid for fremantle?
Or is there something more to to?