Solution step-by-step:
1. Open file symbol.py in text editor
2. Find line: if 'base.py' in listdir(''):
3. Change this line on: if 'base.py' in listdir('.'):
4. Save changes
5. Run Symbol.py
It shuld be working.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1093820
Solution step-by-step:
1. Open file symbol.py in text editor
2. Find line: if 'base.py' in listdir(''):
3. Change this line on: if 'base.py' in listdir('.'):
4. Save changes
5. Run Symbol.py
It shuld be working.
Logged In: YES
user_id=1093820
Here is patch which fixes this bug
https://sourceforge.net/tracker/download.php?group_id=121219&atid=689651&file_id=116695&aid=1107016