Skip to content
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

Support Python 3 #40

Closed
chfoo opened this issue Nov 15, 2013 · 1 comment
Closed

Support Python 3 #40

chfoo opened this issue Nov 15, 2013 · 1 comment

Comments

@chfoo
Copy link
Member

chfoo commented Nov 15, 2013

There are two concerns:

  1. Currently, dependency tornadio2 does not support python 3: Python3 mrjoes/tornadio2#48.
  2. pipeline.py and any other python files may not support python 3

Concern 1 could be fixed by a fork or included as vendor branch. But
we can't use pip and PyPI unless we make a renamed package or configure pip to install through our own forked repo.

Concern 2 could be fixed by having seesaw running 2to3 on project files before executing them.

@chfoo
Copy link
Member Author

chfoo commented Feb 4, 2014

A Python 3 branch is now available: https://github.com/ArchiveTeam/seesaw-kit/tree/python3/development

It is anticipated that there will be two branches for Python 2 and Python 3 until it has been decided how to handle the Warrior VM migration to Python 3.

mithro added a commit to mithro/circus-web that referenced this issue Jul 20, 2014
torandio2 is no longer maintained, so Python 3.0 is not been added. This means
that circus-web doesn't work under (see Issue circus-tent#43).

From the torandio2 README.rst
> Unfortunately, Socket.IO 0.8 branch is abandoned, there are huge amount of
> bugs and nothing getting fixed. I would suggest to look at alternative
> options, for example SockJS <http://github.com/sockjs/>. There's
> sockjs-tornado <http://github.com/mrjoes/sockjs-tornado/> too. I don't plan
> to support TornadIO2 anymore, assuming that parent library is no longer
> maintained.

Following the example provided by seesaw-kit
ArchiveTeam/seesaw-kit#40
@chfoo chfoo closed this as completed in a5cd630 Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant