Hi!
Are there any plans of making a new release to support python3?
I did a test, and ported our web page (forge.codesys.com) to python3 and to
the allura master branch.

Here is my experience:
- Error messages were not very straight forward. So I reviewed many commits
from Dave to get an idea what needs to be changed.
- The changes, necessary in the Ini-File, were hard to find.
- Luckily I knew, that I need to use "pip instal -e ." instead of calling
setup.py from watching the tickets
- I needed to find out how the new virtualenv had to be setup (changes, in
init-docker-dev.sh - where I obviously have my own one)

The rest of the work was just porting my own extensions to python3, and
updating the docker images. So far it looks pretty good, and I'd love to
plan the switch to the new release. So I am curious about your plans.

And finally, thanks for the great work, upgrading allura to python3. This
was a really important step!

Best regards,
Ingo

Reply via email to