HiBeen trying to get this running for a few days now.Upon completion of a full install as administrator, I have the python shortcut on desktop but it does not connect.I tried in interactive mode, and it seems I have a permissions problem.'Could someone please help.This is the error.."Traceback (most recent call last):File "C:\Python27\Scripts\xyhome.pyw", line 20, in <module>from xy import xyhomeFile "C:\Python27\lib\site-packages\xy\xyhome.pyw", line 28, in <module>from xy.config import (CONF, STARTUP_PATH, LOG_PATH, PLUGINS, XY_VERSION,File "C:\Python27\lib\site-packages\xy\config.py", line 33, in <module>CONF = UserConfig('xy', defaults=DEFAULTS, version=__version__, subfolder='.xy')File "C:\Python27\lib\site-packages\xy\userconfig.py", line 105, in __init__self.__save()File "C:\Python27\lib\site-packages\xy\userconfig.py", line 139, in __saveconf_file = file(self.filename(),'w')IOError: [Errno 13] Permission denied: u'C:\\Users\\Michael\\.xy\\.xy.ini'>>>
Hi JedThanks for the response.I used the your suggested userconfig.py and still cannot open.The positive news is that i have a different error now. This is now my new output.Traceback (most recent call last):File "C:\Python27\Scripts\xyhome.pyw", line 20, in <module>from xy import xyhomeFile "C:\Python27\lib\site-packages\xy\xyhome.pyw", line 28, in <module>from xy.config import (CONF, STARTUP_PATH, LOG_PATH, PLUGINS, XY_VERSION,File "C:\Python27\lib\site-packages\xy\config.py", line 25, in <module>from xy.userconfig import UserConfig, get_home_dirFile "C:\Python27\lib\site-packages\xy\userconfig.py", line 145with open(self.filename(), 'w') as configfile:^IndentationError: unexpected indent>>>RegardsMichael