3141: 'module' object has no attribute 'USHORT' : getting this error while adding GIT repository

upadhya********@gmai***** (Google Code) (Is this you? Claim this profile.)
Nov. 20, 2013
What version are you running?
Ans :I am running 1.6.10 version of review board. ( got same error with newer version too)

What's the URL of the page containing the problem?
Ans : http://meupadhy-idc:8070/grcReviews/admin/db/scmtools/repository/add/

What steps will reproduce the problem?
1. Logged in as Admin.
2. Add repository.
3. Give all required data and clicked save.

What is the expected output? What do you see instead?


What operating system are you using? What browser?
Ans : I am using Windows 7 OS and Chrome browser

Please provide any additional information below.
I have installed :
1. apache 2.2 +mod_python 3.3.1
2. Mysql server 5.5
3. Python 2.5
4. PTL 1.1.7
5. Patch 2.5.9
6. Pycrypto 2.3
7. Memcached
8. Mysql_python 1.2.4
david
#1 david
I'm not sure what the error is about, but it looks like an issue with your python installation. There may be more information in the logs.

We no longer support deploying on Windows servers because of incompatibilities like this. You will have a lot more luck installing on a Linux virtual machine, and we'll actually be able to help.

And a few other notes:
- mod_python is no longer supported by the apache project and is completely unmaintained. You should be using mod_wsgi.
- Review Board 1.6 is quite old, you should definitely install 1.7.x
- If you're going to configure a git repository, you need to use the "raw file mask" due to insufficiencies in the git protocol. The documentation explains this in more detail.
  • +SetupIssue