import GUI error in bp.py

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.

Hi,

···

2011/3/1 Sachin Sathe <sachinsathe24@gmail.com>:

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.

This error has probably nothing to do with wxPython.
You should ask the bitpim developers instead:

--
Amaury Forgeot d'Arc