Giter Club home page Giter Club logo

Comments (4)

joeyespo avatar joeyespo commented on August 19, 2024

Oh interesting. I've been using git's autocrlf to take care of newlines locally. I'm pushing to PyPI as-is.

Since the error happens in settings.py, it looks like Python is fine with Windows-style newlines since it gets that far, but compile or exec is not. I couldn't reproduce this on my Ubuntu machine. (Which is odd, since Mint is based off Ubuntu.)

Could you try something, @borntyping?

Could you open grip/server.py within your installed Python lib/site-packages/grip and change this line in server.py to app.config.from_object('settings'), using from_objects and removing '.py'? This uses the import system directly and may fix the problem.

Thanks for the issue!

from grip.

joeyespo avatar joeyespo commented on August 19, 2024

@borntyping Nevermind. That wouldn't have worked. I added a new branch that does it properly.

Are you available to clone and test it? I'll pull it in if it fixes the problem.

from grip.

borntyping avatar borntyping commented on August 19, 2024

Changing the line to app.config.from_object('grip.settings') resulted in it loading correctly (using the package installed from PyPi). (EDIT - looks like that's the same change as 646333a)

I seem to be able to use both branches without encountering the error, but I think this is because the git checkout does not include the windows newlines.

from grip.

joeyespo avatar joeyespo commented on August 19, 2024

Fixed with #67.

from grip.

Related Issues (20)

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.