-
SwaggyP
Wow I can't wait. I just bought Pythonista recently and I've been loving it.
-
SwaggyP
Thanks for the speedy reply. I'll keep a lookout in the next few days.
-
SwaggyP
I just bought Pythonista recently and I was trying to see if I could just set up a new git repo. Every time I use the git command StaSH tells me that I'm not using the right version of dulwich.
Dulwich version was (0, 12, 0). Required is (0, 9, 9, 'jsbain_fork'). Attempting to reload
Could not find correct version. Will download proper fork now
Need to download dulwich. OK to download [y/n]?If I say yes, I still get an error saying there is no module named funky even though it's in stash's lib. Saying no also yields the same result with the funky module being missing.
I do a pip install funky and try to use git init again and I get
Still could not import dulwich.
Perhaps your network connection was unavailable.
You might also try deleting any existing dulwich versions in site-packages or elsewhere, then restarting pythonista.
initialize a new Git repositoryAm I missing something?