Code Monkey home page Code Monkey logo

cookiedozer's Introduction

Hi, I'm Raphael! ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

I create open-source projects in Python and Go. I'm currently learning Kubernetes and BigQuery. I speak at conferences and meetups and write on my personal blog.

I'm also a Staff Software Engineer at Mozilla, a company that makes browsers, apps, code and tools that puts people before profit. I'm leading an initiative to move Firefox Services to a Rapid Release Model: We want to foster a culture of software ownership that empowers services engineers to own the full lifecycle of their software. ๐Ÿ”ฅ๐ŸฆŠ

For fun, I like to run, climb, hike, ride my gravel bike, play video games and read books. I share my reading-list on my blog, as I find it keeps me motivated to read more often. ๐Ÿƒ๐Ÿปโ€โ™‚๏ธ๐Ÿง—๐Ÿปโ€โ™‚๏ธ๐Ÿšด๐Ÿปโ€โ™‚๏ธ๐ŸŒณโ›ฐ๐ŸŒค๐ŸŽฎ๐Ÿ“š

I'm interested in mentoring, open-source software communities, and learning how to become a better tech leader. Ask me about public speaking, coding with Python and automated testing with pytest.

You can follow me on Twitter. ๐Ÿ’ฌ

cookiedozer's People

Contributors

hackebrot avatar kdelwat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cookiedozer's Issues

ImportError for HelloWorldApp when running develop package

I can't seem to get the template to work, running Arch Linux with Python version 3.5.2. I hope the following information is useful ๐Ÿ˜„.

Steps to reproduce

  • Install the cookiecutter template with default options
  • Create a new virtual environment and install the dependencies locally
  • Run python setup.py develop as specified in the README
  • Run the helloworld executable

Expected behaviour

The example app should launch.

Actual behaviour

The executable helloworld fails with the following error (~ replaces my home directory):

Traceback (most recent call last):
  File "~/.venvs/helloworld/bin/helloworld", line 11, in <module>
    load_entry_point('helloworld', 'console_scripts', 'helloworld')()
  File "~/.venvs/helloworld/lib/python3.5/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "~/.venvs/helloworld/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
    return ep.load()
  File "~/.venvs/helloworld/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2291, in load
    return self.resolve()
  File "~/.venvs/helloworld/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2297, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "~/test/helloworld/helloworld/cli.py", line 9, in <module>
    from helloworld import HelloWorldApp
ImportError: cannot import name 'HelloWorldApp'

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.