GithubHelp home page GithubHelp logo

Comments (3)

GoTop avatar GoTop commented on May 27, 2024

oh, I just know that pysubs2 was writed in Python3, and I am using Python 2.7

from pysubs2.

tkarabela avatar tkarabela commented on May 27, 2024

Hi, pysubs2 works with 2.7, it must be something else.

Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysubs2
>>> subs = pysubs2.load("c:/subs.ass")
>>> subs
<SSAFile with 943 events and 45 styles, last timestamp 0:25:40>

Since you don't get an ImportError, try printing pysubs2.__file__. I think the problem is that you have a file named pysubs2.py somewhere, and Python imports that script instead of the library it should. If the very script you're trying to use pysubs2 from is called pysubs2.py, the script will happily import itself without an ImportError... I was bitten by this many times myself :-)

from pysubs2.

tkarabela avatar tkarabela commented on May 27, 2024

Python 2.7 is EOL and we're going to drop support for it in the next release, closing the issue.

from pysubs2.

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.