Skip to content Skip to sidebar Skip to footer
Showing posts with the label Packaging

Python Packaging Multiple Subpackages With Different Data Directories

I have a structure of the directory as such with foobar and alphabet data directories together with… Read more Python Packaging Multiple Subpackages With Different Data Directories

KeyError: 0L When Running Packaged Code

I have script called rra.py that has the following skelton structure: usn='' usnl=[] from b… Read more KeyError: 0L When Running Packaged Code