Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

What version of python does javasphinx require? #37

Closed
ryantheleach opened this issue Jan 12, 2016 · 4 comments
Closed

What version of python does javasphinx require? #37

ryantheleach opened this issue Jan 12, 2016 · 4 comments

Comments

@ryantheleach
Copy link

No description provided.

@c2nes
Copy link
Contributor

c2nes commented Jan 12, 2016

javasphinx should run with Python 2.6.x or 2.7.x. Some work would need to be done to make it compatible with 3.x.

@ryantheleach
Copy link
Author

Cheers, I tried installing javasphinx using both pip and easyinstall on windows, on both 2.7 and 3.5 and ran into issues with libxml2 dependencies so wasn't entirely sure what was going on so figured I'd ask to check my sanity.

@moigagoo
Copy link
Contributor

Hi! I've added Python 3 support in #39.

@c2nes
Copy link
Contributor

c2nes commented Sep 30, 2016

Python 3 support has been released in 0.9.14. If there's issues with lxml in the future its possible to have javasphinx-apidoc use an alternate parser by providing the -p flag. If you can get javasphinx installed without lxml (from source or using pip install --no-deps) you can install any other parser supported by BeautifulSoup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants