Giter Site home page Giter Site logo

flask-appbuilder-skeleton-addon's Introduction

Hi there ๐Ÿ‘‹

Committer and PMC Member of Apache Superset

  • ๐Ÿซง Diving into music, code and underwater
  • ๐ŸŒฑ Nurturing plants and open source projects

Reach out:

flask-appbuilder-skeleton-addon's People

Contributors

dpgaspar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flask-appbuilder-skeleton-addon's Issues

config.py missing from packages built with this skeleton

When writing an addon package and publishing it on pypi, the installation of the package fails with the following error:

Collecting fab-addon-geoalchemy (from -r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/b7/d4/6a05f7bbe25a13b7458f1d301dc83ac1c47685943527a14b3d3eef7dd009/fab_addon_geoalchemy-0.1.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-lpkg5wcb/fab-addon-geoalchemy/setup.py", line 7, in <module>
        addon = imp.load_source(config, config.py)
      File "/home/dolf/.virtualenvs/modama/lib/python3.5/imp.py", line 172, in load_source
        module = _load(spec)
      File "<frozen importlib._bootstrap>", line 693, in _load
      File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
      File "<frozen importlib._bootstrap_external>", line 661, in exec_module
      File "<frozen importlib._bootstrap_external>", line 766, in get_code
      File "/home/dolf/.virtualenvs/modama/lib/python3.5/imp.py", line 158, in get_data
        return super().get_data(path)
      File "<frozen importlib._bootstrap_external>", line 818, in get_data
    FileNotFoundError: [Errno 2] No such file or directory: 'config.py'

And indeed, this file isn't included in the packages that are created with python setup.py bdist_egg sdist.
I guess the file needs to be included explicitely.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.