hg.repository crashes python

Erich erichnog at gmail.com
Tue Jul 8 11:06:20 UTC 2014


>
> Have you tried without the len(repo)?

Yes, the same error happens.

 Is there no traceback?

No =/

I actually got it working with "Mercurial 3.0.1 for Python 2.7 on Windows
x64 (source install)". Does the "Mercurial 3.0.2 source release" depends on
the architecture (32 or 64 bits)? If not I must have gotten some else wrong
with my install.

Thank you very much for your attention.

--
Erich Gonçalves Nogueira dos Santos


On Mon, Jul 7, 2014 at 9:29 PM, Adrian Klaver <adrian.klaver at aklaver.com>
wrote:

> On 07/03/2014 11:52 AM, Erich wrote:
>
>> Hello!
>>
>>    I'm trying to run this simple script:
>>
>> from mercurial import ui, hg
>> repo = hg.repository(ui.ui(), ".")
>> print len(repo)
>>
>
> Have you tried without the len(repo)?
>
>
>
>> but it simply crashes saying python.exe stop working. What am I doing
>> wrong?
>>
>
> Is there no traceback?
>
> If there is, what is it?
>
> Or what is the actual text of whatever error message you are getting?
>
>
>
>> I'm using windows 7; python 2.7.8; and mercurial 3.0.2 (installed from
>> sources: python setup.py install)
>>
>> Thanks in advance!
>>
>> --
>> Erich Gonçalves Nogueira dos Santos
>>
>
>
>>
>
> --
> Adrian Klaver
> adrian.klaver at aklaver.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20140708/5311d1b3/attachment-0002.html>


More information about the Mercurial mailing list