Python论坛  - 讨论区

标题:[python-chinese] PyScripter使用有问题.

2007年09月12日 星期三 18:13

edwin xdada280在gmail.com
星期三 九月 12 18:13:36 HKT 2007

python2.5装了个wxPython 用PyScripter跑个例子可以正常运行  但是一但我关闭这个文件
PyScripter就出错关了...
Exception EAcessViolation in module wxmsw25uh_core_vc.dll at 0004FEFC
Access Violation at address 02BDFEFC in module wxmsw28uh_core_vc.dll .

然后PyScripter 就不断的报错..不能使用了.这是PyScripter的问题还是wxPython的问题
还是我用wxPython的问题?
代码很简单

import wx

class App(wx.App):

    def OnInit(self):

        frame = wx.Frame(parent=None, title='Hello')
        frame.Show()
        return True

app = App()

app.MainLoop()

del app

-- 
云层之上任何时候都是晴朗的 所以.......
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070912/03a3c8f6/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年09月12日 星期三 19:58

FireBird ygonic在gmail.com
星期三 九月 12 19:58:57 HKT 2007

我运行没有问题,不过我的python是2.4,wxPython的版本:2.8.1.1 (msw-unicode)。
我以前的pyscripter也出过问题,不过哪个是本地化的问题,需要改动一下python中的代码。

在 07-9-12,edwin<xdada280在gmail.com> 写道:
> python2.5装了个wxPython 用PyScripter跑个例子可以正常运行  但是一但我关闭这个文件
> PyScripter就出错关了...
> Exception EAcessViolation in module wxmsw25uh_core_vc.dll at 0004FEFC
> Access Violation at address 02BDFEFC in module wxmsw28uh_core_vc.dll .
>
> 然后PyScripter 就不断的报错..不能使用了.这是PyScripter的问题还是wxPython的问题
> 还是我用wxPython的问题?
> 代码很简单
>
>
> import wx
>
> class App(wx.App):
>
>     def OnInit(self):
>
>         frame = wx.Frame(parent=None, title='Hello')
>         frame.Show()
>         return True
>
> app = App()
>
> app.MainLoop()
>
> del app
>
> --
> 云层之上任何时候都是晴朗的 所以.......
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号