Giter Site home page Giter Site logo

Comments (6)

amotl avatar amotl commented on May 29, 2024

Dear Rahul,

thanks for spotting this. I replaced two non ASCII-compatible quotation marks in the README file and uploaded a new patch release (version 0.7.3) to PyPI.

Can i ask you to try again?

With kind regards,
Andreas.

from uspto-opendata-python.

rahul-gj avatar rahul-gj commented on May 29, 2024

Thanks.
But it still gives me error while at 'CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()'

I suggest you should use:

with open(os.path.join(here, 'CHANGES.rst'), encoding='utf-8') as f:
    CHANGES = f.read()

everywhere. This takes care of unicode for me most of the time.

from uspto-opendata-python.

amotl avatar amotl commented on May 29, 2024

Bummer.

Thanks for your suggestion! Unfortunately, Python2 doesn't provide the encoding kwarg to the open builtin yet. codecs.open would be the way to go here.

I will improve this and also might take a look what the culprit in CHANGES.rst actually is.

Thanks again for your patience!

from uspto-opendata-python.

amotl avatar amotl commented on May 29, 2024

Hi Rahul,

i just fixed the offending characters in CHANGES.rst and uploaded version 0.7.4 to PyPI. May i ask you to try again?

Best,
Andreas.

from uspto-opendata-python.

rahul-gj avatar rahul-gj commented on May 29, 2024

Successfully installed on 64bit win10 PC

from uspto-opendata-python.

amotl avatar amotl commented on May 29, 2024

Thanks for letting me know.

You are welcome to come back for any further issues you might encounter. This project was conceived only recently and doesn't have a large user base yet, so i am happy if others would find rough edges and bugs which slipped through or i am having a blind spot for.

from uspto-opendata-python.

Related Issues (16)

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.