The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

Posts Tagged ‘ConfigParser’

Enabling HgFlow in SourceTree for Windows: “abort: No module named ConfigParser!” error message with “flow: Flow was already initialized for workspace:”

Posted by jpluimers on 2014/02/20

When you get the below error when adding an HgGlow with SourceTree, then do one of these:

Short error message:

hg flow -y -f init
abort: No module named ConfigParser!

Full error message (the middle line is funny “flow: Flow was already initialized for workspace:”):


hg flow -y -f init
abort: No module named ConfigParser!
flow: Flow was already initialized for workspace:
Completed with errors, see above.

view raw

error.txt

hosted with ❤ by GitHub

Ultimately, hgflow should fix yinwm / hgflow / issues / #8 – Failing on Windows Binary version, but they haven’t for almost 3 years now.

–jeroen

Posted in Development, DVCS - Distributed Version Control, Mercurial/Hg, Software Development, Source Code Management | Tagged: , | Leave a Comment »