Coder Social home page Coder Social logo

python-planbox's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-planbox's Issues

Missing planbox.yml in pip install

Just fired off a pip install and receiving

<ipython-input-4-b0a87f5a710e> in <module>()
----> 1 api = planbox.PlanboxAPI()

/Users/lee/.virtualenvs/goat/lib/python2.7/site-packages/planbox/__init__.pyc in __init__(self)
      9         self.fetcher = HTTPClient()
     10         path = re.sub("/[^/]+$",'/planbox.yaml',os.path.realpath(__file__))
---> 11         self.config = self.__loadconfig__(path,'planbox')
     12
     13     def __endpoint__(self,endpoint,*args,**kwargs):

/Users/lee/.virtualenvs/goat/lib/python2.7/site-packages/planbox/__init__.pyc in __loadconfig__(self, path, root)
     34     def __loadconfig__(self,path,root):
     35         '''Loads a configuration file for the API'''
---> 36         data = open(path).read()
     37         data = re.sub('None\n','!!python/none\n',data)
     38         config = yaml.load(data)

IOError: [Errno 2] No such file or directory: '/Users/lee/.virtualenvs/goat/lib/python2.7/site-packages/planbox/planbox.yaml'

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.