-
Notifications
You must be signed in to change notification settings - Fork 506
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
buildozer debug is not running this error is showing #622
Comments
Hello, can you solve this problem? |
Looks like garbage (unicode character?) in the first line of your buildozer.spec file |
but in the file.spec I tried change something in it such as [myapp] or test[app] the error showed in the same way with new texts like |
It's a unicode encoding issue. Whatever editor you are using is adding a Byte Order Mark. https://stackoverflow.com/questions/3255993/how-do-i-remove-%C3%AF-from-the-beginning-of-a-file suggested workaround: use a different editor, or fix the encoding issues within whatever you are using. |
Thank you very much. it is helpful |
Finally, even though this problem was solved, but the root cause of my problem is that buildozer cannot run on window TT |
@tanakanc can you close this issue? |
Sorry, I am newbie. How can I close ? I am not the person who created this issue? |
it's fine @tanakanc you can't, @AnkitMArtin needs to close it (or one of the maintainers) |
Whoop. My bad. Sorry for the noise! |
Traceback (most recent call last):
File "C:\Program Files\Python36\Scripts\buildozer-script.py", line 11, in
load_entry_point('buildozer', 'console_scripts', 'buildozer')()
File "c:\users\ankit\buildozer\buildozer\scripts\client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "c:\users\ankit\buildozer\buildozer_init_.py", line 122, in init
self.config.read(filename)
File "c:\program files\python36\lib\configparser.py", line 696, in read
self._read(fp, filename)
File "c:\program files\python36\lib\configparser.py", line 1077, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
configparser.MissingSectionHeaderError: File contains no section headers.
file: 'buildozer.spec', line: 1
'[app]\n'
The text was updated successfully, but these errors were encountered: