oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00959
[Question #105552]: OSHIP Python 2.6 compatible?
Question #105552 on Open Source Health Information Platform changed:
https://answers.launchpad.net/oship/+question/105552
Description changed to:
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
edit; i forgot to introduce myself
my name is Justin, i am a student at western new england college in
Springfield, Massachusetts. we are forming a new software engineering
course that integrates open source software with engineering concepts.
several students are investigating and setting up different projects in
our development environment - i picked oship. our main focus is hfoss -
humanitarian free and open source software.
i am forming a tutorial for setting up oship, located here at our homepage; http://www.xcitegroup.org/softhum/doku.php?id=oship
its a little out of order right now, but any comments would be great. just trying to get a dev environment for oship going.
thanks
--
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.