Re: naive packaging question

2008-03-26 Thread Carl Banks
On Mar 26, 12:33 pm, Scott Sharkey <[EMAIL PROTECTED]> wrote: > Here's the directory structure that I've got so far: > > project top level directory >setup.py >company eventually, we'll have other modules > __init__.py > error.py

naive packaging question

2008-03-26 Thread Scott Sharkey
Hello all, I've read a number of the python books, and several online tutorials about modules and packaging, but not one addresses this issue, so I thought I'd ask here... I am building a library for use in an internal project. This library is the client side interface to a REST-ful service th