Accessing 'Package Data'

Stefan Arentz stefan.arentz at gmail.com
Tue Oct 9 03:28:16 EDT 2007


At http://docs.python.org/dist/node12.html it is described how to add
package data to a module. This was pretty easy to do, but now how do I
access this data from my module? Is there an API to load a 'package
resource' ala Java's classloader?

 S.



More information about the Python-list mailing list