jsbain
jsbain
hmm. evrything appears fine... the tableview was successfully swizzled and is giving valid results. Can you repeat this with a `t.present('sheet')` at the end?
also, try that same line where it says "no delegate yet"-- you should get a valid tableview at least
ok, i had a thought, trying to add on main thread in two places. two files updated. try the new version. also, i try loading the tableview inside another view
on 64 bit, the encoding for the delegate was changed from float to double. i was hardcoding a float new one will work for sure this time! tableview_rowheight.py was updated
ack, sorry pushed wrong version. fixed now. restart pythonista first
git really wants to run in py2. add a #!python2 to the top of launch_stash, or maybe create a copy called launch_stash2...
If your goal is to run 0mq, then you are out of luck. If libzmq is not already installed as part of pythonista, or along with iOS, then it will...
git won't work with py3 stash. dulwich is somewhat py3 compatible, but we have to make sure all arguments get converted to bytes. Also, gittle and funky just need to...
See https://www.python.org/dev/peps/pep-0508/ for full requirement grammar.
A new issue... The issue was line 293 of the pycrypto setup.py ``` sub_commands = [ ('build_configure', has_configure) ] + build_ext.sub_commands ``` since build_ext.sub_commands was a stub, so could not...