1

I am trying to set up RhodeCode on WS2008R2, but keep on receiving the following error message at the "pip install rhodecode" stage:

"couldn't import standard bz2 (incomplete python install)"

this seems to happen at the stage when the installation process tries to install mercurial.

I am not quite sure where to go with this, as I have zero experience with python. I am following the guide provided from rhodecode: guide

Python version is 2.7.

Please help!

Umair
  • 3,063
  • 1
  • 29
  • 50
  • Also from what I understand from the guide is that I am setting up a virtualized environment for python (in the RhodeCode/Env folder). Is it trying to look for the "bz2" module there? Or in the global C:/Python27 directory? – Umair Sep 21 '12 at 09:21
  • Well, finally someone else is having the same issue (I thought I was the only one!). Hence the fav I suppose. Cannot find anything that would explain this... – Umair Jan 29 '13 at 17:37

1 Answers1

0

Ok it seems as if rhodecode have updated their step-by-step installation process and have included sections for 64-bit OS systems. Have tried on windows server 2012 and it works!

Link to guide

Umair
  • 3,063
  • 1
  • 29
  • 50