-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in Read_config? #13
Comments
Thank you for letting me know. This is definitely something I would like to find the time to look into. Which version of python are you running? Could it be 2.6? It looks like the ConfigParser module in 2.6 doesn't support the fallback argument. If I can find the time soon I'll try and rewrite the config section to work pre 2.7. If you aren't running a python version <2.7 then this is an unusual issue. |
I think I know what the issue here is, could it be that I'm reading from the wrong directory? Could you give me an example how all the files are divided in directories? |
python ./PirateRadio.py Error reading from config file. and quits |
I get the same error. The code is using from In On my system there is no I have python 3.2 installed, but the script is using python 2.7 by default (I guess 2.7 is my system default). If I change the first line to |
I'm running Arch Linux on the pi 2. I changed line 162 to It ran afterwards without errors. |
When I try to run the unstable version of PirateRadio.py on my Raspberry pi I get the following error:
TypeError: get() got an unexpected keyword argument 'fallback'
Is it possible to solve this? Thanks!
The text was updated successfully, but these errors were encountered: