Code Monkey home page Code Monkey logo

Comments (4)

wustho avatar wustho commented on June 22, 2024 1

@reportaman this is weird... I just read your traceback more thoroughly, and it is indeed using correct python version... So as you guessed, the issue is within the epy, it should handle unavailable italic... I will fix it soon... Thanks for detailed traceback btw.

from epy.

wustho avatar wustho commented on June 22, 2024

Hello there, current version of epy only supported for python 3.7 or above which support italic in curses and stuff... So really sorry for this, unless you upgrade to latest python, you might need to use older version of epy:

pip install epr-reader==2021.8.14

from epy.

poetaman avatar poetaman commented on June 22, 2024

@wustho I am using python 3.9.8. I checked that on my system python pointed to version 2.something, so aliased python to python3, but I still get the same error.

Perhaps somewhere in epy-reader, you might want to refer to python3 directly?? I mean change any reference of python to python3?

Update: I opened epy file, it looks like following, so not sure why the error about A_ITALIC.

#!/opt/homebrew/opt/[email protected]/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys
from epy import main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

from epy.

wustho avatar wustho commented on June 22, 2024

@reportaman Hey there just fixed this in v2021.12.18, you can upgrade it via pip. And let me know if the issue still persists... Thanks

from epy.

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.