Coder Social home page Coder Social logo

Comments (5)

evan-hwang avatar evan-hwang commented on July 22, 2024

I found anwser.

in strawberry module import graphql.

strawberry/exceptions/init.py

...
from graphql import GraphQLError
...

but my project already same name directory like this:

├── graphql
└── __init__.py

because of my awful python skill. 😓

how can i avoid? need change my graphql directory name?

plz help me!

from strawberry.

SarthakNikhal avatar SarthakNikhal commented on July 22, 2024

Can I work on this issue?

from strawberry.

erikwrede avatar erikwrede commented on July 22, 2024

@evan-hwang Hey there!

Firstly, there's never such a thing as "awful Python skill". It's all about learning and growing!

Regarding your issue, the way Python's import system works is by prioritizing the first occurrence it finds in sys.path list. So it is likely that your graphql module appears before the actual graphql module.

If you have trouble doing these, I'd recommend renaming your module. It's generally a good practice to avoid naming your modules/packages same as those of standard/most used libraries to avoid any clashes. Alternatively you can put you graphql module in a submodule, e.g. a folder structure of your_app_name/graphql and then run your_app_name

Erik

from strawberry.

erikwrede avatar erikwrede commented on July 22, 2024

@SarthakNikhal I don't think there's anything to work on here from our side.

from strawberry.

evan-hwang avatar evan-hwang commented on July 22, 2024

@erikwrede

Eric, your exceptionally gracious responses have deeply touched me.

While I haven't fully comprehended the latter approach you mentioned, I have opted to change the name of my directory using the former method.

Thank you!

from strawberry.

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.