Thread
:
I just wrote my first Python program. How do i make it run on N900?
View Single Post
Rob1n
2010-07-22 , 12:46
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#
2
Copy it over & run it - either using "python script.py" or by making it executable ("chmod a+x script.py") and then running it directly ("./script.py"). You can't make it executable on a FAT32 filesystem though, so the script would have to be copied somewhere outside of MyDocs (and the SD card).
Quote & Reply
|
The Following 3 Users Say Thank You to Rob1n For This Useful Post:
Den in USA
,
ossipena
,
white_ranger
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n