The Python module "mercurial" is not installed.

2011-03-30 Thread brian.ackermann
So, I'm trying to add a locally hosted mercurial repository, and, when
configuring the item, I get the error message 'The Python module
"mercurial" is not installed' .  (Windows Server 2003, python 2.6,
reviewboard 1.5.5)

I've got tortoiseHg 2.0.2 installed (with mercurial 1.8.1 installed
with it).  Not knowing what else to try, I did :

> easy_install mercurial

Which output the following:

Searching for mercurial
Reading http://pypi.python.org/simple/mercurial/
Reading http://mercurial.selenic.com/
Reading http://www.selenic.com/mercurial
Best match: mercurial 1.8.1
Downloading http://mercurial.selenic.com/release/mercurial-1.8.1.tar.gz
Processing mercurial-1.8.1.tar.gz
Running mercurial-1.8.1\setup.py -q bdist_egg --dist-dir c:
\docume~1\brian\local
s~1\temp\1\easy_install-xs_7vp\mercurial-1.8.1\egg-dist-tmp-cmstci
error: Setup script exited with error: Unable to find vcvarsall.bat

I did a search here, but didn't find any other posts related to this
issue, so, I'm hoping someone here can make a suggestion to help get
me back up and running.

Thanks

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: The Python module "mercurial" is not installed.

2011-03-30 Thread Alex Kotchnev
Brian,
   see the instructions at
http://code.google.com/p/rdflib/issues/detail?id=104 .

Regards,

Alex K

On Wed, Mar 30, 2011 at 11:45 AM, brian.ackermann  wrote:

> So, I'm trying to add a locally hosted mercurial repository, and, when
> configuring the item, I get the error message 'The Python module
> "mercurial" is not installed' .  (Windows Server 2003, python 2.6,
> reviewboard 1.5.5)
>
> I've got tortoiseHg 2.0.2 installed (with mercurial 1.8.1 installed
> with it).  Not knowing what else to try, I did :
>
> > easy_install mercurial
>
> Which output the following:
>
> Searching for mercurial
> Reading http://pypi.python.org/simple/mercurial/
> Reading http://mercurial.selenic.com/
> Reading http://www.selenic.com/mercurial
> Best match: mercurial 1.8.1
> Downloading http://mercurial.selenic.com/release/mercurial-1.8.1.tar.gz
> Processing mercurial-1.8.1.tar.gz
> Running mercurial-1.8.1\setup.py -q bdist_egg --dist-dir c:
> \docume~1\brian\local
> s~1\temp\1\easy_install-xs_7vp\mercurial-1.8.1\egg-dist-tmp-cmstci
> error: Setup script exited with error: Unable to find vcvarsall.bat
>
> I did a search here, but didn't find any other posts related to this
> issue, so, I'm hoping someone here can make a suggestion to help get
> me back up and running.
>
> Thanks
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: The Python module "mercurial" is not installed.

2011-03-30 Thread Alex Kotchnev
Brian,
   also, it might be useful to see
http://groups.google.com/group/reviewboard/browse_thread/thread/724d1a487d19363c/17cb0311d75a12be#17cb0311d75a12be

Alex K

On Wed, Mar 30, 2011 at 3:06 PM, Alex Kotchnev  wrote:

> Brian,
>see the instructions at
> http://code.google.com/p/rdflib/issues/detail?id=104 .
>
> Regards,
>
> Alex K
>
>
> On Wed, Mar 30, 2011 at 11:45 AM, brian.ackermann <
> brian.ackerm...@gmail.com> wrote:
>
>> So, I'm trying to add a locally hosted mercurial repository, and, when
>> configuring the item, I get the error message 'The Python module
>> "mercurial" is not installed' .  (Windows Server 2003, python 2.6,
>> reviewboard 1.5.5)
>>
>> I've got tortoiseHg 2.0.2 installed (with mercurial 1.8.1 installed
>> with it).  Not knowing what else to try, I did :
>>
>> > easy_install mercurial
>>
>> Which output the following:
>>
>> Searching for mercurial
>> Reading http://pypi.python.org/simple/mercurial/
>> Reading http://mercurial.selenic.com/
>> Reading http://www.selenic.com/mercurial
>> Best match: mercurial 1.8.1
>> Downloading http://mercurial.selenic.com/release/mercurial-1.8.1.tar.gz
>> Processing mercurial-1.8.1.tar.gz
>> Running mercurial-1.8.1\setup.py -q bdist_egg --dist-dir c:
>> \docume~1\brian\local
>> s~1\temp\1\easy_install-xs_7vp\mercurial-1.8.1\egg-dist-tmp-cmstci
>> error: Setup script exited with error: Unable to find vcvarsall.bat
>>
>> I did a search here, but didn't find any other posts related to this
>> issue, so, I'm hoping someone here can make a suggestion to help get
>> me back up and running.
>>
>> Thanks
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: The Python module "mercurial" is not installed.

2011-03-30 Thread brian.ackermann
I found an answer that worked very well for me...

http://mercurial.selenic.com/downloads/

 Mercurial 1.8.1 Python 2.6 package - x86 Windows


I installed that, and then I was off and running!



On Mar 30, 2:14 pm, Alex Kotchnev  wrote:
> Brian,
>    also, it might be useful to 
> seehttp://groups.google.com/group/reviewboard/browse_thread/thread/724d1...
>
> Alex K
>
>
>
>
>
>
>
> On Wed, Mar 30, 2011 at 3:06 PM, Alex Kotchnev  wrote:
> > Brian,
> >    see the instructions at
> >http://code.google.com/p/rdflib/issues/detail?id=104.
>
> > Regards,
>
> > Alex K
>
> > On Wed, Mar 30, 2011 at 11:45 AM, brian.ackermann <
> > brian.ackerm...@gmail.com> wrote:
>
> >> So, I'm trying to add a locally hosted mercurial repository, and, when
> >> configuring the item, I get the error message 'The Python module
> >> "mercurial" is not installed' .  (Windows Server 2003, python 2.6,
> >> reviewboard 1.5.5)
>
> >> I've got tortoiseHg 2.0.2 installed (with mercurial 1.8.1 installed
> >> with it).  Not knowing what else to try, I did :
>
> >> > easy_install mercurial
>
> >> Which output the following:
>
> >> Searching for mercurial
> >> Readinghttp://pypi.python.org/simple/mercurial/
> >> Readinghttp://mercurial.selenic.com/
> >> Readinghttp://www.selenic.com/mercurial
> >> Best match: mercurial 1.8.1
> >> Downloadinghttp://mercurial.selenic.com/release/mercurial-1.8.1.tar.gz
> >> Processing mercurial-1.8.1.tar.gz
> >> Running mercurial-1.8.1\setup.py -q bdist_egg --dist-dir c:
> >> \docume~1\brian\local
> >> s~1\temp\1\easy_install-xs_7vp\mercurial-1.8.1\egg-dist-tmp-cmstci
> >> error: Setup script exited with error: Unable to find vcvarsall.bat
>
> >> I did a search here, but didn't find any other posts related to this
> >> issue, so, I'm hoping someone here can make a suggestion to help get
> >> me back up and running.
>
> >> Thanks
>
> >> --
> >> Want to help the Review Board project? Donate today at
> >>http://www.reviewboard.org/donate/
> >> Happy user? Let us know athttp://www.reviewboard.org/users/
> >> -~--~~~~--~~--~--~---
> >> To unsubscribe from this group, send email to
> >> reviewboard+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >>http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en