georgiaw / Smartphone-Pentest-Framework

Repository for the Smartphone Pentest Framework (SPF)
452 stars 191 forks source link

framework.py issue #11

Closed thsle3p closed 10 years ago

thsle3p commented 11 years ago

when ever I try and run framework.py the following traceback is given: Traceback (most recent call last): File "./framework.py", line 16, in config = Config('config') File "Smartphone-Pentest-Framework/frameworkconsole/lib/config.py", line 6, in init self.config.readfp(FakeSecHead(open(config_file))) File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp self._read(fp, filename) File "/usr/lib/python2.7/ConfigParser.py", line 546, in _read raise e ConfigParser.ParsingError: File contains parsing errors: <???> [line 34]: '<<<<<<< HEAD\n'

[line 38]: '>>>>>>> 32a44faedd029e64b3e3ef3d0ad8659014bba17c\n'
[line 44]: '<<<<<<< HEAD\n'
[line 46]: '=======\n'
[line 56]: '<<<<<<< HEAD\n'
[line 57]: '>>>>>>> 32a44faedd029e64b3e3ef3d0ad8659014bba17c\n'
[line 58]: '=======\n'
[line 61]: '>>>>>>> 9d1015123f2f792a173d1071307744a1fd5659ac\n'
georgiaw commented 11 years ago

What platform are you using? I've never seen this before.

thsle3p commented 11 years ago

Found the issue, somewhere along the update process lines of >>>>>>>s got into the config file. I removed them but if anyone else has that issue just remove those lines and it will work.

georgiaw commented 11 years ago

Ok thanks. Glad it worked out. Georgia On Aug 21, 2013 2:14 PM, "Jethro Inwald" notifications@github.com wrote:

Found the issue, somewhere along the update process lines of >>>>>>>s got into the config file. I removed them but if anyone else has that issue just remove those lines and it will work.

— Reply to this email directly or view it on GitHubhttps://github.com/georgiaw/Smartphone-Pentest-Framework/issues/11#issuecomment-23041961 .