|
|
2008-03-25
, 22:02
|
|
Posts: 5 |
Thanked: 4 times |
Joined on Feb 2008
|
#42
|
tarOutput.addfile(tarinfo, file(os.path.join(root, f)))
tarOutput.addfile(tarinfo, open(os.path.join(root, f),'rb'))
| The Following User Says Thank You to glauber For This Useful Post: | ||
|
|
2008-03-26
, 09:29
|
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#43
|
some questions:
- After the installation of the Debian package on maemo, the application was not started because the hello_world script (which launchs the python hello script file) was with permission 666. After manually changing permission to 775, the application has been launched. How can I set permission to 755? Have I to change the debfile.py or have I to change permissions on Windows?
|
|
2008-03-27
, 11:54
|
|
Posts: 35 |
Thanked: 5 times |
Joined on Sep 2007
|
#44
|
|
|
2008-04-01
, 09:22
|
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#45
|
|
|
2008-04-02
, 13:58
|
|
Posts: 35 |
Thanked: 5 times |
Joined on Sep 2007
|
#46
|
|
|
2008-04-03
, 09:32
|
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#47
|
|
|
2008-04-03
, 10:44
|
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#48
|
Thanks for the tutorial !
I'll make a link from the my PyPackager Page directly.
|
|
2008-04-03
, 11:35
|
|
Posts: 35 |
Thanked: 5 times |
Joined on Sep 2007
|
#49
|
You're welcome - that's the least I could do to give something back!
And I wanted to save others from the countless evenings trying and trying...
Probably should add something about pre/post-install scripts (as used in "moredimmingoptions")
Just want to clear that out so people don't think that I did the instructions.
|
|
2008-07-29
, 05:51
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#50
|
And as TA-t3 said before you can use whatever you want.
Benoît HERVIER, Khertan
KhtEditor - Sdist_Maemo - Khweeteur - PyPackager - KhtSimpleText - KhtNotes - KhtBMA - Wleux - and more ...
Last edited by Khertan; 2007-10-31 at 08:26.