Closed bsuttor closed 4 years ago
Hi @rpatterson
could you please give pypi rights to bsuttor? As I have it, I will do a new release right now on pypi, does that seem OK to you or have you some work in progress?
Maybe you could add a changelog entry relative to Python3 compatibility?
Thank you! Gauthier
Hi @rpatterson we need a release so I will do one on pypi, could you please give pypi rights to bsuttor as well? Thank you, Gauthier
Done! Apologies for the delay, @bsuttor . Thanks for the work maintaining this.
Hi, We try to use collective.upgrade on Plone 5.2 with Python 3. As usual, we add
to our buildout
When I start bin/upgrade-portals, I have this traceback
Of course, ZServer is not compatible with Py3 But when I start
./bin/instance -O Plone run src/collective.upgrade/src/collective/upgrade/run.py
(after added this line on run.py : parser.add_argument("-c"))How can I set app correctly on "def main" on run.py ?