oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00957
[Question #105552]: OSHIP Python 2.6 compatible?
New question #105552 on Open Source Health Information Platform:
https://answers.launchpad.net/oship/+question/105552
I am getting a lot of errors trying to get this up and running. I read somewhere that OSHIP is only compatible with Python 2.5 since 'with' is now a protected word in 2.6 (I think?)
Here are some errors I am getting, there are 33 of them (from bin/test): I do have C/C++ compilers installed, and I followed the directions exactly for installing on ubuntu.
File "/home/hfoss/oship/oship/src/oship/openehr/tests/composition.txt", line 54, in composition.txt
Failed example:
IComposition.providedBy(composition)
Exception raised:
Traceback (most recent call last):
File "/home/hfoss/oship/oship/eggs/zope.testing-3.8.3-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
compileflags, 1) in test.globs
File "<doctest composition.txt[line 54, example 42]>", line 1, in <module>
IComposition.providedBy(composition)
NameError: name 'IComposition' is not defined
--
You received this question notification because you are a member of
OSHIP Development Team, which is an answer contact for Open Source
Health Information Platform.