Skip to content
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

kivy examples seem to need __version__ #236

Closed
stuaxo opened this issue Oct 12, 2015 · 3 comments
Closed

kivy examples seem to need __version__ #236

stuaxo opened this issue Oct 12, 2015 · 3 comments

Comments

@stuaxo
Copy link

stuaxo commented Oct 12, 2015

I tried building some and it dies because version is missing

kivy/kivy#3689

----------
id: 155 or "extra-google-simulators"
     Type: Extra
     Desc: Android Auto API Simulators, revision 1
           By Google Inc.
           Android Auto API testing simulators
           Install path: extras/google/simulators
----------
id: 156 or "extra-google-webdriver"
     Type: Extra
     Desc: Google Web Driver, revision 2
           By Google Inc.
           WebDriver
           Install path: extras/google/webdriver

# Android packages installation done.
# Check application requirements
# Check garden requirements
# Compile platform
# Distribution compiled.
# Build the application #1
# Package the application
Traceback (most recent call last):
  File "/usr/bin/buildozer", line 9, in <module>
    load_entry_point('buildozer==0.31.dev0', 'console_scripts', 'buildozer')()
  File "/usr/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main
    Buildozer().run_command(sys.argv[1:])
  File "/usr/lib/python2.7/dist-packages/buildozer/__init__.py", line 987, in run_command
    self.target.run_commands(args)
  File "/usr/lib/python2.7/dist-packages/buildozer/target.py", line 85, in run_commands
    func(args)
  File "/usr/lib/python2.7/dist-packages/buildozer/target.py", line 97, in cmd_debug
    self.buildozer.build()
  File "/usr/lib/python2.7/dist-packages/buildozer/__init__.py", line 198, in build
    self.target.build_package()
  File "/usr/lib/python2.7/dist-packages/buildozer/targets/android.py", line 583, in build_package
    version = self.buildozer.get_version()
  File "/usr/lib/python2.7/dist-packages/buildozer/__init__.py", line 681, in get_version
    ' (looking for `{1}`)'.format(fn, regex))
Exception: Unable to find capture version in ./main.py
 (looking for `__version__ = ['"](.*)['"]`)

@stuaxo
Copy link
Author

stuaxo commented Oct 12, 2015

(tried no the audio, pictures and shader examples)

@dessant
Copy link
Contributor

dessant commented Oct 12, 2015

@stuaxo there was an undesired default in the spec file, see the commit above.

@stuaxo
Copy link
Author

stuaxo commented Oct 12, 2015

Awesome, thanks :)

renabriseno68 added a commit to renabriseno68/flutter-doc-build-ozer-test that referenced this issue Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants