![]() |
2008-08-18
, 20:54
|
Posts: 91 |
Thanked: 10 times |
Joined on May 2007
|
#1
|
![]() |
2008-08-18
, 21:01
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#2
|
![]() |
2008-08-18
, 21:08
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#3
|
$ sudo gainroot # chmod +x name_of_app
![]() |
2008-08-18
, 21:32
|
Posts: 91 |
Thanked: 10 times |
Joined on May 2007
|
#4
|
![]() |
2008-08-19
, 06:28
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#5
|
Python is an interpereted language.. not a compiled language.. it simply reads commands form a python script line by line and executes them.. just like Perl, Ruby, Bash, Visual Basic, Batch...
python -OO myapp.py
![]() |
2008-08-19
, 06:33
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#6
|
![]() |
2008-08-19
, 08:02
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#7
|
Um... You don't 'compile' a python script??
Python is an interpereted language.. not a compiled language.. it simply reads commands form a python script line by line and executes them.. just like Perl, Ruby, Bash, Visual Basic, Batch...
Maybe I'm missing something?
If you install the python tools in maemo, most python scripts should run fine - assuming you have the dependencies required for them..
![]() |
2008-08-19
, 08:05
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#8
|
![]() |
2008-08-19
, 15:54
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#9
|
The Perl compiler is not just for compiling Perl code to a standalone executable - in fact, some would argue that it's not at all for compiling Perl into a standalone executable.
All the compiler is, essentially, is a way of getting access to the op tree and doing something potentially interesting with it.
![]() |
2008-08-19
, 17:13
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#10
|