Toggle navigation
Zeuux哲思
登录
注册
关闭
王依依的微博
她的个人主页
她的微博
2009年09月10日 星期四 20:34 | 1条评论
搞定 pyquery unicode BUG~
评论
我的评论:
匿名身份
发表评论
请
登录
后发表评论。还没有在Zeuux哲思注册吗?现在
注册
!
回复
范占伟(军旗)
2009年09月18日 星期五 15:48
怎么搞定的啊!>>> from gasp import *
>>> begin
_grap
hics(
)
>>>
Circle((200, 200), 60)
Circle instance at (200, 200) with radius 60
>>> Line((100, 400), (580, 200))
Line instance from (100, 400) to (590, 250)
>>> Box((400, 350), 120, 100)
Box instance at (400, 350) with width 120 and height 100
>>> end_g
raphi
cs()
在PYTH
ON2.4
中这样写解
释器说语法
错误!该怎
么写啊!还
有GASP
不能导入的
问题是不是
版本问题啊
!我在2.
4版本中可
以导入,到
了2.5 / 2.6就不
行拉!有没
有这方面的
经历!打扰
谢谢
0
条回复
暂时没有评论
Zeuux © 2024
京ICP备05028076号
回复 范占伟(军旗) 2009年09月18日 星期五 15:48
>>> begin
>>>
Circle instance at (200, 200) with radius 60
>>> Line((100, 400), (580, 200))
Line instance from (100, 400) to (590, 250)
>>> Box((400, 350), 120, 100)
Box instance at (400, 350) with width 120 and height 100
>>> end_g