At the minute, addipk 'knows' about the ipks at openpandora.org/feeds, and it isn't necessary to to run 'update' because the PND already includes the cache file that opkg creates when it updates. It'll be the same for the new version (except it'll also know about angstrom's python feeds), so you'll just be able to run 'addipk python-stuff' and it'll download it.Is it possible to add this to the startup script of the PND? That way any libraries we want to use with dev is a simple case of copy and addipk?run opkg -o $CDEVROOT update, and then you could just do 'addipk python-setuptools'
You're correct - everything goes into cdevtools's appdata directory.I'm assuming this makes it accessible from within C++DevTools, but not install to the system, or am I wrong on this?
Nah, I'll probably throw it in with the other stuff you listed. I want the pnd to be properly useful for python development too.skeezix said:cython built out of the box as well .. you might want to toss that in, but starting to get out of control?