1029行处引发异常

2024-05-07 04:31:10 发布

您现在位置:Python中文网/ 问答频道 /正文

我的生成代码出错了,这是我的代码

import shapefile
w=shapefile.Writer()
w.shapeType

w.field("kolom1","C")
w.field("kolom2","C")

w.record("ngek","satu")
w.record("ngok","dua")

w.point(1,1)
w.point(2,2)

w.save("soal1")

我有个问题。。。在

^{pr2}$

有人能帮我吗。。??在


Tags: 代码importfieldsaverecordwriterpointshapefile