This is a warning message from Mercurial which states that
'/usr/lib/python2.7/site-packages' is not a valid Mercurial
repository... which is true by the way. It means that a command like a
Mercurial command ("hg something") was spawned with this directory as
a working directory, as if it was an actual Mercurial repository.My guess is that has something to do with this function call: http://code.google.com/p/spyderlib/source/browse/spyderlib/__init__.py#61 The 'get_versions' function is called in spyder.py. I've committed a changeset attempting to fix this behavior: http://code.google.com/p/spyderlib/issues/detail?id=1231#c7 I've done this minor changes online (with the GoogleCode online source code editor), so I hope that there is no collateral damage (this is not tested at all). -Pierre 2013/2/1 David <[email protected]>: > I get this message when starting spyder from the command line: > abort: repository /usr/lib/python2.7/site-packages not found! > > That directory exists, but I am not sure what it is supposed to mean. Any > pointers? > I am running Archlinux 64bit > > David > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
