Re: ImproperlyConfigured: Error importing middleware reviewboard.admin.middleware: DLL load failed: The specified module could not be found.

2011-01-05 Thread mandrake
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:\
 \Python27\\lib\\site-packages\\django-1.2.3-py2.7.egg\\django\\core\
 \handlers\\wsgi.py, line 230, in __call__
 [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]
 self.load_middleware()
 [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]   File C:\
 

Issue 1935 in reviewboard: Add more statuses to the requests

2011-01-05 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1935 by adjam7: Add more statuses to the requests
http://code.google.com/p/reviewboard/issues/detail?id=1935

*NOTE: If you have a patch, please submit it to
http://reviews.reviewboard.org/


What version are you running?

Using git.reviewboard.kde.org.

What's the URL of the page this enhancement relates to, if any?


Describe the enhancement and the motivation for it.

I'd like having more status options for a review request. From the reviewer  
side, it can actually just close a request as submitted/discarded, while it  
should be nice having in example the option postponed or good but unit  
tests missing or something like that.
For the request proposer, it should be nice having options  
like reimplemented , bugfix, feature and so on


What operating system are you using? What browser?

Slackware Linux 13.1 with KDE SC 4.6 and rekonq 0.6.1

Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1935 in reviewboard: Add more statuses to the requests

2011-01-05 Thread reviewboard

Updates:
Status: WontFix

Comment #1 on issue 1935 by trowbrds: Add more statuses to the requests
http://code.google.com/p/reviewboard/issues/detail?id=1935

Thanks for the suggestion. Unfortunately, there's no real way to do this in  
a way which works across different workflows. The best way to do this is to  
just say what you want to say in a comment.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.