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


new reviewboard user greetings

2011-03-30 Thread brian.ackermann
Hello...

I just tried to drop a comment on an earlier thread, and couldn't, and
then I found that the group has moderation turned on.  So, I'm
introducing myself,so that later, I can reply to the other topic.

Anyhow, I've just completed an install of 1.5.5 on a windows 2003
server, and after a dozen or so false-starts, I've finally got a
functional website.Still trying to figure out how to hook up my
Mercurial repos to it though.

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: ImproperlyConfigured: Error importing middleware reviewboard.admin.middleware: DLL load failed: The specified module could not be found.

2011-03-30 Thread brian.ackermann
I was able to get this working, just by un-installing the 2.3
pycrypto, and instead installing the 2.1 pycrypto in its place.

On Jan 5, 3:18 am, mandrake mt02c...@gmail.com wrote:
 Ok, I got it working now, thanks for the hint!

 I had to install MinGW and build pycrypto with it.
 (for you other guys with the same problem: setup.py build --
 compiler=mingw32)

 This is our project server and windows is the only option. In my own
 company I only use linux servers, and of course I've never encountered
 a DLL-hell there :)

 Thanks

 On 5 Jan, 00:19, D Krueger dekr...@gmail.com wrote:







  There is definitely a problem involving mod_wsgi, Python, and
  extensions
  built with MSVC.

  See the question Why do no Python DLLs built with MSVC load with
  mod_wsgi?
  that's on Stack 
  Overflow:http://stackoverflow.com/questions/3706293/why-do-no-python-dlls-buil...

  The author there worked around by installing a pycrypto built with
  MinGW.

  On Jan 4, 10:38 am, mandrake mt02c...@gmail.com wrote:

   Ok, I reinstalled the cryptolibrary and ran the tests using setup.py
   test, ALL OK. I ran the tests with lowest trust level as well, no
   diff (runas /trustlevel:0x2 ...).
   So I figured it might be a user privilege thing, so I tried running
   the apache service as administrator, but there was no difference.

   This is seriously annoying.

   On 4 Jan, 16:10, mandrake mt02c...@gmail.com wrote:

Ok, I've traced the problem to the Crypto library:

[Tue Jan 04 16:00:22 2011] [error]   File C:\\Python27\\lib\\site-
packages\\reviewboard-1.5.1-py2.7.egg\\reviewboard\\diffviewer\
\forms.py, line 9, in module
[Tue Jan 04 16:00:22 2011] [error]     from
reviewboard.diffviewer.diffutils import DEFAULT_DIFF_COMPAT_VERSION
[Tue Jan 04 16:00:22 2011] [error]   File C:\\Python27\\lib\\site-
packages\\reviewboard-1.5.1-py2.7.egg\\reviewboard\\diffviewer\
\diffutils.py, line 30, in module
[Tue Jan 04 16:00:22 2011] [error]     from reviewboard.scmtools.core
import PRE_CREATION, HEAD
[Tue Jan 04 16:00:22 2011] [error]   File C:\\Python27\\lib\\site-
packages\\reviewboard-1.5.1-py2.7.egg\\reviewboard\\scmtools\
\core.py, line 5, in module
[Tue Jan 04 16:00:22 2011] [error]     from reviewboard.scmtools
import sshutils
[Tue Jan 04 16:00:22 2011] [error]   File C:\\Python27\\lib\\site-
packages\\reviewboard-1.5.1-py2.7.egg\\reviewboard\\scmtools\
\sshutils.py, line 5, in module
[Tue Jan 04 16:00:22 2011] [error]     import paramiko
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\paramiko\\__init__.py, line 69, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\paramiko\\transport.py, line 32, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\paramiko\\util.py, line 32, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\paramiko\\common.py, line 98, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\paramiko\\rng.py, line 23, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Util\\randpool.py, line 30, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Random\\__init__.py, line 28, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Random\\OSRNG\\__init__.py, line 34, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Random\\OSRNG\\nt.py, line 28, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Random\\OSRNG\\winrandom.py, line 7, in module
[Tue Jan 04 16:00:22 2011] [error]   File build\\bdist.win32\\egg\
\Crypto\\Random\\OSRNG\\winrandom.py, line 6, in __bootstrap__
[Tue Jan 04 16:00:22 2011] [error] ImportError: DLL load failed: The
specified module could not be found.

I will try to find out more..

On 12 Dec 2010, 12:50, Dan birb...@gmail.com wrote:

 Have you found solution to this problem,
 I have the same problem now.

 Could anyone give some hints?
 Any help will be highly appreciated.

 On Dec 1, 3:59 am, Travis dahlke.tra...@gmail.com wrote:

  Trying to install Reviewboard 1.5.1 on Windows XP SP3 with Apache 
  2.2
  and mod_wsgi. Below is my apache error log. In my browser I get 
  stuck
  on Review Board is taking a nap. Any idea what's going on? How do 
  I
  tell which DLL failed?

  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1] mod_wsgi
  (pid=14184): Exception occurred processing WSGI script 
  'C:/reviewboard/
  htdocs/reviewboard.wsgi'.
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1] Traceback 
  (most
  recent call last):
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]   File C:\
  

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 akoch...@gmail.com 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 akoch...@gmail.com 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