Closed caryan closed 8 years ago
I was able to pip install the dependencies and get it running on OSX for what it's worth: e.g. pip3 install git+https://github.com/MatthieuDartiailh/enaml.git@python3-parsing
I'm looking into embedding the quince GUI in PyQLab (or visa versa, what better to serve as the node inspector than PyQLab itself?), but looks like the mismatch in PyQt versions will prohibit this for the moment. Seems like it might happen eventually.
@grahamrow 46c3d97 should fix the kernel issues you were seeing
I'm not sure why this failed unit tests unless it was because conda didn't figure out that it needed to install pyqt. In any case, can we update the Travis script to try both python 2 and python 3 and install the dependencies as you suggest in the new README?
Yep, I'll tackle that.
@dieris you've probably given this the best real-world workout. Please merge when you're happy.
I haven't done through testing but this branch seems to be working for me on Maxwell.
No I thought you had merged the py3-compat into master. Seems that wasn't the case.
I'll do a final test before merging. For some reason, I didn't receive any email notifications on this branch in the last 2 days...
I guess I'm still lost... Wasn't py3-compat on JSONLibraryUtils merged into master?
Not extensively tested but I seem to be able to go back and forth. Also note new way to get Python 3 atom/enaml stack and JSONLibrary submodule update.