Comment #31 on issue 539 by 315v...@gmail.com: Problems with installation on Windows 7
http://code.google.com/p/robotframework/issues/detail?id=539

I have installed the below softwares.

python-2.7.2.amd64.msi
wxPython2.8-win64-unicode-2.8.12.1-py27.exe
jython_installer-2.5.1.jar
robotframework-2.6.3.win-amd64.exe(getting the post install errors ->
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
)
robotframework-ride-0.39.1.win-amd64.exe

when i run the folowing command from command prompt. I get following errors:
c:\APP\Python27\Scripts>python ride.py
Traceback (most recent call last): File "ride.py", line 20, in <module> from robotide import main

File "C:\APP\Python27\lib\site-packages\robotide\__init__.py", line 47, in <module> import robotpatch File "C:\APP\Python27\lib\site-packages\robotide\robotpatch.py", line 22, in <module> from robotide.context import SETTINGS File "C:\APP\Python27\lib\site-packages\robotide\context\__init__.py", line 42, in <module> SETTINGS = RideSettings() File "C:\APP\Python27\lib\site-packages\robotide\context\__init__.py", line 32, in __init__ user_path = initialize_settings('ride', default_path) File "C:\APP\Python27\lib\site-packages\robotide\context\settings.py", line 46, in initialize_settings _merge_settings(source_path, settings_path) File "C:\APP\Python27\lib\site-packages\robotide\context\settings.py", line 51, in _merge_settings
  settings = _create_merged_settings(default_path, user_path)
File "C:\APP\Python27\lib\site-packages\robotide\context\settings.py", line 57, in _create_merged_settings settings.merge(ConfigObj(user_path, unrepr=True)) File "C:\APP\Python27\lib\site-packages\robotide\context\configobj.py", line 1214, in __init__ self._load(infile, configspec) File "C:\APP\Python27\lib\site-packages\robotide\context\configobj.py", line 1297, in _load raise error robotide.context.configobj.ParseError: Invalid line at line "1".




Reply via email to