View Single Post
Posts: 12 | Thanked: 1 time | Joined on Sep 2009
#1
Hi

After some hard tries I finally managed to install the python rdflib in scratchbox. Needed a newer gcc version.

All right after that i could use 'python setup.py install' to install the package and compile the SPARQLParser.c inside. Hurray!

But how can I now get the same on the N810?

I want to build a debian package out of the rdflib python-egg.
I've got a dummy package that installs fine, but the only content in
rules:install is 'python setup.py install' and thats not enough.

What do I miss? Where is some magic missing?

Thank you.

Bastian