From: Juergen H. <jh...@we...> - 2002-07-19 08:05:22
|
On Thu, 18 Jul 2002 23:27:21 -0400 (EDT), Frank Tobin wrote: >Does a zero-length pythius/__init__.py seem like a good solution? No, since I hate those, not only due to the fact that they in consequence contain no package doc string. So scratch zero-length, and replace it by "identical", which solves all practical problems for me. Remaining problems are that there should probably be a way to check what is installed (aop only, full, etc.) Also, on 2nd thinking I despise the idea to create a 2nd cvs module, duplicating setup.py and all stuff. A better way would be to have options in setup.py (or a 2nd setup_aop.py) that just packages the right stuff. This way, it's much easier to create tailored distributions. Let me look at it this weekend. Ciao, J=FCrgen |