Hi,
I had some problems with the 1.6.1-src distro. They appear
to be based on the implementer(s) having more openwfe-python paths in
sys.path than one would normally expect.
1. The example script on
http://web.openwfe.org/display/openwfe/OpenWFE+python
has a wrong import statement.
Change:
from utils import *
to:
from tests.utils import *
*and* create (or unix touch) an empy file: tests/__init__.py
Suggestion: take some/all the methods in tests/utils.py and move into openwfe/utils.py
2. dist.sh fails due to missing files. Running python
setup.py build manually also fails for the same
reasons. Looking at setup.py, an example of missing files are:
openwfe.engine.definitions
file openwfe/engine/definitions.py (for module openwfe.engine.definitions) not found
Thanks,
Tony
- [OpenWFE-users] Missing files in pyya (openwfe-python-1.6.1... Anthony Bigbee
