Coder Social home page Coder Social logo

Comments (4)

arjunmahishi avatar arjunmahishi commented on August 23, 2024

Got the same error

from pyswf.

wizzfizz94 avatar wizzfizz94 commented on August 23, 2024

Ive got the same error.

from pyswf.

shubingouyang avatar shubingouyang commented on August 23, 2024

Ive got the same error.

from pyswf.

richerdyoung avatar richerdyoung commented on August 23, 2024

win10
python2.7

from swf.movie import SWF
from swf.export import SVGExporter

# create a file object
file = open('./5611.swf', 'rb')

# load and parse the SWF
swf = SWF(file)

# create the SVG exporter
svg_exporter = SVGExporter()

# export!
svg = swf.export(svg_exporter)

# save the SVG
open('1.svg', 'wb').write(svg.read())

error

PS D:\python2\test> python .\svg.py
Traceback (most recent call last):
  File ".\svg.py", line 8, in <module>
    swf = SWF(file)
  File "build\bdist.win-amd64\egg\swf\movie.py", line 100, in __init__
  File "build\bdist.win-amd64\egg\swf\movie.py", line 162, in parse
  File "build\bdist.win-amd64\egg\swf\tag.py", line 163, in parse_tags
  File "build\bdist.win-amd64\egg\swf\tag.py", line 181, in parse_tag
  File "build\bdist.win-amd64\egg\swf\tag.py", line 359, in parse
  File "build\bdist.win-amd64\egg\swf\stream.py", line 253, in readSHAPEWITHSTYLE
  File "build\bdist.win-amd64\egg\swf\data.py", line 485, in __init__
  File "build\bdist.win-amd64\egg\swf\data.py", line 57, in __init__
  File "build\bdist.win-amd64\egg\swf\data.py", line 515, in parse
  File "build\bdist.win-amd64\egg\swf\data.py", line 103, in read_shape_records
  File "build\bdist.win-amd64\egg\swf\stream.py", line 257, in readCURVEDEDGERECORD
  File "build\bdist.win-amd64\egg\swf\data.py", line 597, in __init__
  File "build\bdist.win-amd64\egg\swf\data.py", line 547, in __init__
  File "build\bdist.win-amd64\egg\swf\data.py", line 600, in parse
  File "build\bdist.win-amd64\egg\swf\stream.py", line 114, in readSB
  File "build\bdist.win-amd64\egg\swf\stream.py", line 67, in readbits
  File "build\bdist.win-amd64\egg\swf\stream.py", line 54, in _read_bytes_aligned
  File "build\bdist.win-amd64\egg\swf\stream.py", line 54, in <lambda>
TypeError: unsupported operand type(s) for |: 'int' and 'str'
PS D:\python2\test>

from pyswf.

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.