-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WND-CHARM Docker image #27
Conversation
@manics you mean this?
|
Does this look familiar?
|
what does |
Installation steps are all in https://github.com/ome/ome-docker/pull/27/files#diff-6f1358368f9abe505c8ef01514b8e886 |
That error does look familiar: http://stackoverflow.com/questions/5869650/python-regex-strange-behavior We got it on Linux when using Python 2.6, so we stopped supporting. I thought it was a 2.6 vs. 2.7 problem but now I see earlier versions of Python 2.7 are also susceptible. Well, upgrading Python to the latest version should fix it, but maybe I can look into changing it so it will be backwards-compatible? |
Although it has the same version of Python (2.7.5) as Centos:7 it appears to work with WND-CHARM, maybe it has a back-ported patch?
I thought I'd try Ubuntu 14.04. It has the same Python version (2.7.5) but appears to more or less work. A few tests are failing, but doesn't look too bad. |
cc: @simleo in case you're interested. |
Part of the work on testing WND-CHARM in the IDR. Don't merge yet.
@colettace Can you remind me how to run the tests?