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

Jython support #9

Open
dahlia opened this issue Oct 28, 2011 · 3 comments
Open

Jython support #9

dahlia opened this issue Oct 28, 2011 · 3 comments
Assignees
Labels

Comments

@dahlia
Copy link
Collaborator

dahlia commented Oct 28, 2011

Currently the latest version of Jython is compatible to Python 2.5. When Jython becomes compatible to Python 2.6 or higher someday, we should suport Jython as well. Watch the Jython project and its roadmap.

@dahlia
Copy link
Collaborator Author

dahlia commented May 17, 2012

Jython seems in development: it just released 2.7 alpha 1.

@dahlia
Copy link
Collaborator Author

dahlia commented Jun 11, 2012

Several issues should be resolved first:

  • Jython 2.7a2 doesn’t have ctypes.util module. I reported this to Jython bug tracker.
  • Attest’s assert hook doesn’t work with Jython 2.7a2. Haven’t discovered the reason.
  • progressbar that Attest depends on is incompatible with Jython, because it uses __builtins__ which is CPython implementation detail instead of explicit import of __builtins__. I submitted the patch of this to progressbar.
  • pip/easy_install on Jython seems not able to fetch HTTPS download.

@ghost ghost assigned dahlia Jun 11, 2012
@dahlia
Copy link
Collaborator Author

dahlia commented Jun 11, 2012

One more issue: there isn’t ctypes.c_char for Jython 2.7a2 as well. Also reported it.

dahlia added a commit that referenced this issue Jun 11, 2012
@emcconville emcconville removed this from the 0.4.0 milestone Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants