Python论坛  - 讨论区

标题:[python-chinese] NewEdit的问题

2005年11月11日 星期五 19:36

赵光 prolibertine at gmail.com
Fri Nov 11 19:36:25 HKT 2005

从大家讨论中,感觉NewEdit应该是一个python的ide
可是我在网上也没由找到那里可以下载用呀
他是不是也支持linux平台呢
写写大家
--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

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

2005年11月11日 星期五 21:37

Fat fatbobman at gmail.com
Fri Nov 11 21:37:01 HKT 2005

在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> 从大家讨论中,感觉NewEdit应该是一个python的ide
> 可是我在网上也没由找到那里可以下载用呀
> 他是不是也支持linux平台呢
> 写写大家
呵呵,问对地方了
http://wiki.woodpecker.org.cn/moin/NewEdit
我在linux下就是用newedit的

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

2005年11月11日 星期五 22:10

limodou limodou at gmail.com
Fri Nov 11 22:10:08 HKT 2005

在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> 从大家讨论中,感觉NewEdit应该是一个python的ide
> 可是我在网上也没由找到那里可以下载用呀
> 他是不是也支持linux平台呢
> 写写大家

目前称不上ide,只算一个编辑器,但是可以灵活扩展的ide。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2005年11月11日 星期五 22:17

赵光 prolibertine at gmail.com
Fri Nov 11 22:17:49 HKT 2005

我从那里下载了newedit,然后按照要求运行,得到了下面的错误

libertine at zgentoo ~/newedit $ python NewEdit.pyw
Traceback (most recent call last):
  File "NewEdit.pyw", line 24, in ?
    import NewEdit
  File "/home/libertine/newedit/NewEdit.py", line 29, in ?
    import wx
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py",
line 42, in ?
    from wx._core import *
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
line 4, in ?
    import _core_
ImportError: /usr/local/lib/libwx_gtk2_core-2.6.so.0: undefined
symbol: pango_x_get_context

不知道是怎么回事,能帮忙看看吗?
谢谢了


--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

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

2005年11月11日 星期五 22:21

limodou limodou at gmail.com
Fri Nov 11 22:21:43 HKT 2005

在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> 我从那里下载了newedit,然后按照要求运行,得到了下面的错误
>
> libertine at zgentoo ~/newedit $ python NewEdit.pyw
> Traceback (most recent call last):
>   File "NewEdit.pyw", line 24, in ?
>     import NewEdit
>   File "/home/libertine/newedit/NewEdit.py", line 29, in ?
>     import wx
>   File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py",
> line 42, in ?
>     from wx._core import *
>   File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
> line 4, in ?
>     import _core_
> ImportError: /usr/local/lib/libwx_gtk2_core-2.6.so.0: undefined
> symbol: pango_x_get_context
>
> 不知道是怎么回事,能帮忙看看吗?
> 谢谢了
>

看意思是你的wxPython有问题。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2005年11月11日 星期五 22:35

赵光 prolibertine at gmail.com
Fri Nov 11 22:35:00 HKT 2005

>
> 看意思是你的wxPython有问题。
>
我感觉也是的,我可以运行pida,可是象boa之类在我这个上面执行也都是得到这个错误
你们的wxPython是用的那个版本呀
我是用gentoo直接emerge的


--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

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

2005年11月11日 星期五 22:39

limodou limodou at gmail.com
Fri Nov 11 22:39:39 HKT 2005

在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> >
> > 看意思是你的wxPython有问题。
> >
> 我感觉也是的,我可以运行pida,可是象boa之类在我这个上面执行也都是得到这个错误
> 你们的wxPython是用的那个版本呀
> 我是用gentoo直接emerge的
>

2.5和2.6应该都可以的。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2005年11月11日 星期五 22:45

赵光 prolibertine at gmail.com
Fri Nov 11 22:45:21 HKT 2005

>
> 2.5和2.6应该都可以的。
>
我现在在下载新发布的wxpython 2.6.10
希望这次可以成功

--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

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

2005年11月11日 星期五 22:50

limodou limodou at gmail.com
Fri Nov 11 22:50:00 HKT 2005

在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> >
> > 2.5和2.6应该都可以的。
> >
> 我现在在下载新发布的wxpython 2.6.10
> 希望这次可以成功
>

好你试试,有问题再说。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2005年11月11日 星期五 23:05

mydooom mydooom at gmail.com
Fri Nov 11 23:05:42 HKT 2005

NEWEDIT还需要改进。。用起来还不是很方便,呵呵。加油啊。

在05-11-11,limodou <limodou at gmail.com> 写道:
>
> 在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> > >
> > > 2.5和2.6应该都可以的。
> > >
> > 我现在在下载新发布的wxpython 2.6.10
> > 希望这次可以成功
> >
>
> 好你试试,有问题再说。
>
> --
> I like python!
> My Blog: http://www.donews.net/limodou
> NewEdit Maillist: http://groups.google.com/group/NewEdit
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051111/b80e63fc/attachment.html

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

2005年11月11日 星期五 23:13

flya flya flyaflya at gmail.com
Fri Nov 11 23:13:40 HKT 2005

速度又快,又方便,对中文支持又好,我一直用。常用的功能是"code folder",书签,代码注示,不错,够用了。

在 05-11-11,mydooom<mydooom at gmail.com> 写道:
> NEWEDIT还需要改进。。用起来还不是很方便,呵呵。加油啊。
>
>
> 在05-11-11,limodou <limodou at gmail.com> 写道:
> >
> > 在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> > > >
> > > > 2.5和2.6应该都可以的。
> > > >
> > > 我现在在下载新发布的wxpython 2.6.10
> > > 希望这次可以成功
> > >
> >
> > 好你试试,有问题再说。
> >
> > --
> > I like python!
> > My Blog: http://www.donews.net/limodou
> > NewEdit Maillist: http://groups.google.com/group/NewEdit
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>

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

2005年11月11日 星期五 23:34

mydooom mydooom at gmail.com
Fri Nov 11 23:34:47 HKT 2005

我调试一个程序。。按运行。。居然没反映,但是命令行执行就OK。

在05-11-11,flya flya <flyaflya at gmail.com> 写道:
>
> 速度又快,又方便,对中文支持又好,我一直用。常用的功能是"code folder",书签,代码注示,不错,够用了。
>
> 在 05-11-11,mydooom<mydooom at gmail.com> 写道:
> > NEWEDIT还需要改进。。用起来还不是很方便,呵呵。加油啊。
> >
> >
> > 在05-11-11,limodou <limodou at gmail.com> 写道:
> > >
> > > 在 05-11-11,赵光<prolibertine at gmail.com> 写道:
> > > > >
> > > > > 2.5和2.6应该都可以的。
> > > > >
> > > > 我现在在下载新发布的wxpython 2.6.10
> > > > 希望这次可以成功
> > > >
> > >
> > > 好你试试,有问题再说。
> > >
> > > --
> > > I like python!
> > > My Blog: http://www.donews.net/limodou
> > > NewEdit Maillist: http://groups.google.com/group/NewEdit
> > >
> > > _______________________________________________
> > > Python中文技术讨论邮件列表
> > > 发言: 发邮件到 python-chinese at lists.python.cn
> > > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > > 退订: 发送 unsubscribe 到
> > python-chinese-request at lists.python.cn
> > > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到
> > python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051111/09f6edb0/attachment.htm

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

2005年11月12日 星期六 00:25

flya flya flyaflya at gmail.com
Sat Nov 12 00:25:21 HKT 2005

调试要在dos下,在程序中用pdb.set_trace()设断点,N是下一步。

在 05-11-11,mydooom<mydooom at gmail.com> 写道:
> 我调试一个程序。。按运行。。居然没反映,但是命令行执行就OK。
>
>
> 在05-11-11,flya flya <flyaflya at gmail.com> 写道:
> > 速度又快,又方便,对中文支持又好,我一直用。常用的功能是"code folder",书签,代码注示,不错,够用了。
> >
> > 在 05-11-11,mydooom< mydooom at gmail.com> 写道:
> > > NEWEDIT还需要改进。。用起来还不是很方便,呵呵。加油啊。
> > >
> > >
> > > 在05-11-11,limodou <limodou at gmail.com> 写道:
> > > >
> > > > 在 05-11-11,赵光< prolibertine at gmail.com> 写道:
> > > > > >
> > > > > > 2.5和2.6应该都可以的。
> > > > > >
> > > > > 我现在在下载新发布的wxpython 2.6.10
> > > > > 希望这次可以成功
> > > > >
> > > >
> > > > 好你试试,有问题再说。
> > > >
> > > > --
> > > > I like python!
> > > > My Blog: http://www.donews.net/limodou
> > > > NewEdit Maillist:
> http://groups.google.com/group/NewEdit
> > > >
> > > > _______________________________________________
> > > > Python中文技术讨论邮件列表
> > > > 发言: 发邮件到 python-chinese at lists.python.cn
> > > > 订阅: 发送 subscribe 到
> python-chinese-request at lists.python.cn
> > > > 退订: 发送 unsubscribe 到
> > > python-chinese-request at lists.python.cn
> > > > 详细说明:
> http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > Python中文技术讨论邮件列表
> > > 发言: 发邮件到 python-chinese at lists.python.cn
> > > 订阅: 发送 subscribe 到
> python-chinese-request at lists.python.cn
> > > 退订: 发送 unsubscribe 到
> > > python-chinese-request at lists.python.cn
> > > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>

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

2005年11月12日 星期六 07:44

赵光 prolibertine at gmail.com
Sat Nov 12 07:44:26 HKT 2005

问题一直没由解决
郁闷了。又没由必要去装ubuntu在用一次呀
真实令人伤脑筋的问题

--
/**********************************************************
* Love in Gentoo-Linux  C and Python
* Look at my blog
* http://poorc.wordpress.com
**********************************************************/

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

2005年11月12日 星期六 08:27

ygao ygao2004 at gmail.com
Sat Nov 12 08:27:19 HKT 2005

同样的问题,别人是怎样解决的?
http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/2868193

On 11/12/05, 赵光 <prolibertine at gmail.com> wrote:
> 问题一直没由解决
> 郁闷了。又没由必要去装ubuntu在用一次呀
> 真实令人伤脑筋的问题
>
> --
> /**********************************************************
> * Love in Gentoo-Linux  C and Python
> * Look at my blog
> * http://poorc.wordpress.com
> **********************************************************/
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>


--
■■■■■■■■■■■■■■■■■■■■■
Myblog: http://blog.donews.com/ygao/
自建的python学习论坛:
http://groups.google.com/group/python_study
■■■■■■■■■■■■■■■■■■■■■

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

2005年11月12日 星期六 09:57

amingsc amingsc at 163.com
Sat Nov 12 09:57:56 HKT 2005

不知道你是怎么装的
我开始从rpm包装了几次都不成功
后来自己编译安装的就好了
只是偶尔运行某些程序会提示“段错误”
可能主要是因为某个库文件有异常
还是怪我太懒经常找一个相近的库文件改个名字就来替代
所以也难怪

在 2005年11月12日 星期六 07:44,赵光 写道:
> 问题一直没由解决
> 郁闷了。又没由必要去装ubuntu在用一次呀
> 真实令人伤脑筋的问题
>
> --
> /**********************************************************
> * Love in Gentoo-Linux  C and Python
> * Look at my blog
> * http://poorc.wordpress.com
> **********************************************************/

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

2005年11月12日 星期六 11:08

Qiangning Hong hongqn at gmail.com
Sat Nov 12 11:08:12 HKT 2005

赵光 wrote:
>>看意思是你的wxPython有问题。
>>
> 
> 我感觉也是的,我可以运行pida,可是象boa之类在我这个上面执行也都是得到这个错误
> 你们的wxPython是用的那个版本呀
> 我是用gentoo直接emerge的

你试试用下面的useflag重新emerge一下wxpython:

[ebuild   R   ] dev-python/wxpython-2.6.1.0  +gtk +gtk2 +opengl +unicode
0 kB


-- 
Qiangning Hong, Registered Linux User #396996
My Blog: http://www.hn.org/hongqn
RSS: http://feeds.feedburner.com/hongqn


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

2005年11月12日 星期六 17:28

nEO (a.k.a. gentoo.cn) gentoo.cn at gmail.com
Sat Nov 12 17:28:09 HKT 2005

在 05-11-12,Qiangning Hong<hongqn at gmail.com> 写道:
> 赵光 wrote:
> >>看意思是你的wxPython有问题。
> >>
> >
> > 我感觉也是的,我可以运行pida,可是象boa之类在我这个上面执行也都是得到这个错误
> > 你们的wxPython是用的那个版本呀
> > 我是用gentoo直接emerge的
>
> 你试试用下面的useflag重新emerge一下wxpython:
>
> [ebuild   R   ] dev-python/wxpython-2.6.1.0  +gtk +gtk2 +opengl +unicode
> 0 kB
>
还有这个也可能需要,我觉得应该是你的wx和wxpython都没有用unicode这个USE Flag
newEdit好像是需要unicode的wx的.
[ebuild   R   ] x11-libs/wxGTK-2.6.2  +X -debug -doc +gnome -joystick
-odbc +opengl +sdl +unicode 0 kB

--
I'm the one, powered by nEO

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

2005年11月13日 星期日 11:34

limodou limodou at gmail.com
Sun Nov 13 11:34:21 HKT 2005

> 还有这个也可能需要,我觉得应该是你的wx和wxpython都没有用unicode这个USE Flag
> newEdit好像是需要unicode的wx的.
> [ebuild   R   ] x11-libs/wxGTK-2.6.2  +X -debug -doc +gnome -joystick
> -odbc +opengl +sdl +unicode 0 kB
>

NewEdit 为了方便处理汉字,它需要unicode版本的wxPython。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2005年11月13日 星期日 11:36

limodou limodou at gmail.com
Sun Nov 13 11:36:10 HKT 2005

在 05-11-11,mydooom<mydooom at gmail.com> 写道:
> 我调试一个程序。。按运行。。居然没反映,但是命令行执行就OK。
>

NewEdit是无法直接调试的,你可以安装winpdb的插件进行调试。另外如果运行wxPython程序,一定要在python的运行选项上将输入输出重定向的检查框去掉才可以,另外运行wxPython建议在命令行下运行。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号