From: Sachin S. <sac...@gm...> - 2011-07-26 09:30:17
|
hello, i am trying to build bitpim source code in windows. but while running bp.py in python gives the following error, Traceback (most recent call last): File "C:\projects\bitpim-1.0.7\1.0.7\src\bp.py", line 121, in <module> import gui File "C:\projects\bitpim-1.0.7\1.0.7\src\gui.py", line 35, in <module> import guiwidgets File "C:\projects\bitpim-1.0.7\1.0.7\src\guiwidgets.py", line 43, in <module> import version File "C:\projects\bitpim-1.0.7\1.0.7\src\version.py", line 47, in <module> _headurl="$HeadURL$".split()[1] IndexError: list index out of range please give me the proper solution for that.. thanks in advance. |