View Single Post
Posts: 12 | Thanked: 1 time | Joined on Sep 2009
#2
So now the answer is almost too simple:

  1. Install gcc4.3 in scratchbox
  2. Install the modul via python setup.py bdist_dumb <- Thanks to Khertan
  3. Move the files from /dist/ to your pypackager project lib Make it look like that: /usr/lib/python2.5/rdflib /usr/lib/yourapp
  4. Be happy about the rather easy way to use python modules on the N810

That was the whole trick