Closed ianozsvald closed 9 years ago
+1 to noting in README that only python 2.7 is supported currently
I haven't had a chance to look at 3.4 yet, but thanks for looking in to this. In the meantime, I'll definitely add to the readme that only python 2.7 is currently supported.
I got it working in python 3.4, there were some string/binary issues in the writing of layout.js. I'll try to push a fix soon.
@ianozsvald Should be 3.4 compatible now. Also, I'll edit the blog to remove the FilterFrame bit. It was removed, but I didn't catch it in the blog.
@nmkridler Hi Nick - just to say "thanks" for fixing this, Python 3.4+ compatibility is much appreciated :-)
Hello,nmkridler,the error occurs
F:\Anaconda\python.exe F:/Anaconda/selenium/pyxley/examples/metricsgraphics/project/test.py
Traceback (most recent call last):
File "F:/Anaconda/selenium/pyxley/examples/metricsgraphics/project/test.py", line 80, in
Process finished with exit code 1
All examples occurred this problem,I need help.
Hello, thanks for the library. This might be the tool that helps me stop showing other data scientists how to write new Flask(+swagger) apps from a template.
I'm a Python 3.4 developer (I'll also note https://github.com/stitchfix/pyxley/issues/4), I can't get pyxley running. Firstly - maybe you could mark in the README that only Python 2.7 is supported at present?
I tried running
2to3 --write pyxley/
after a git-clone and it said it succeeded (so all the files might now be Python 3.4 compatible). I then ranpython setup.py install
which also succeeded. Oddly I had to runpip install pyreact
by hand, I'm not sure if there's a problem with the conversion process.I started to follow the guide here http://multithreaded.stitchfix.com/blog/2015/07/16/pyxley/ but the first imports fail (
from pyxley.utils import FilterFrame
- no.utils
?). I then tried running the includedexamples
but had errors due to the2to3
conversion andstr
datatypes e.g.The above error occurs for
datamaps
,metricsgraphics
,datatables
.I'll try using Python 2.7 at some point.