Python论坛  - 讨论区

标题:Re: Re: [python-chinese] Re: linux下如何从源码安装 wxPyth on?

2005年05月16日 星期一 16:16

Carambo qutr at tjub.com.cn
Mon May 16 16:16:43 HKT 2005

wang bin,你好

太多了,不太好看。你先从最后一个错误开始往上找,遇到标准模块出错就跳过去。然后去改程序!


Carambo , qutr at tjub.com.cn 
2005-5-16 
----- 收到以下来信内容 ----- 
发件人: wang bin 
收件人: python-chinese 
时  间: 2005-05-16, 16:10:34
主  题: Re: [python-chinese] Re: linux下如何从源码安装 wxPyth on?


原邮件附件清单如下:
  (1). log1.txt


附件是我执行python setup.py build时输出的信息,请帮我看一下是什么原因导致出错,谢谢。

在05-5-16,wang bin<wangbin1979 at gmail.com> 写道:
> 请问刘颉你的wxPython支持unicode吗?
> 我不想用rpm包,因为不知道将rpm转换成tgz格式的能不能正常安装,有直接用source编译的高手吗?
> 
> 在05-5-16,orciloud tang<orciloud at gmail.com> 写道:
> >
> > Mac OS X 10.3.9吧?
> > 大哥把系统版本写全哟。
> >
> > 其实差不多,和别的系统的区别就是。。
> >
> > Mac 下可以用framework形式安装,不过wxpython我一直没弄起来的..
> >
> > [orciloud at apple Python.framework]$pwd
> > /Library/Frameworks/Python.framework
> > [orciloud at apple Python.framework]$ls
> > Headers Python Resources Versions
> > [orciloud at apple Python.framework]$cd Versions/
> > [orciloud at apple Versions]$ls
> > 2.4 Current
> > [orciloud at apple Versions]$pwd
> > /Library/Frameworks/Python.framework/Versions
> > [orciloud at apple Versions]$ls -l
> > total 8
> > drwxr-xr-x 10 root admin 340 18 Dec 22:02 2.4
> > lrwxr-xr-x 1 root admin 3 18 Dec 22:01 Current -> 2.4
> >
> > 暂时只发现这个特殊的地方了
> > 不过其实也可以按照和其他的linux 那样的方式安装...
> >
> > 还有个问题我也没搞定,就是键盘的问题
> > 按下 方向键后会出现下面这样的情况...
> >
> > >>> ^[[C^[[D
> >
> > 因为wxpython没弄上,所以就什么都没跑起来咯。
> > /lh 也就这个原因导致我用pike而不是python...
> > 当然pike速度快,但我不关心速度的说
> >
> > 好处嘛,看你的需要了,
> > 如果你是做 Object c 什么的,我觉得没什么太大的好处了。
> > 我觉得apple xcode 的东西已经太多了,特别是界面的设计,那个cool....
> >
> > 和平台无关的,如果是其他的,和别的系统用 python的一样了...
> > 当然,我现在小的东西快速实现都用的pike...
> >
> > On 5/15/05 9:40 PM, "geckor at 126.com" <geckor at 126.com> wrote:
> >
> > > 我的系统是mac os x.3.9请问在mac下用python有什么需要特别之处吗
> > > 需要注意什么??
> > > 在 2005.5.15, 下午9:28, 刘颉 写道:
> > >
> > >> 我的系统是magiclinux,也自带了python2.4.但我是下载了wxPython的rpm文件,共三个
> > >> (common,devel,gtk)for
> > >> redhat的,安装后可以运行Boa.你可以到wxpython.sf.net上直接下载.
> > >>
> > >>
> > >>
> > >>
> > >> On 5/15/05, wang bin <wangbin1979 at gmail.com> wrote:
> > >>> 我的系统是slackware 10.1,自带的python
> > >>> 2.4.1,现在我想学习wxPython,所以下载了wxPython-src-2.6.0.0。但是不知道改怎样安装,并且支持
> > >>> unicode。之前我单独安装了wxWidget(为了安装xchm软件),请问还需要重新装吗?我看
> > >>> 了wxPython自带的文档,但是没有看
> > >>> 明白,执行
> > >>> python setup.py build
> > >>> 总是报错,请问有没有人在linux下装过,请给一些提示,谢谢。
> > >>> --
> > >>> 想飞之心,永远不死!
> > >>>
> > >> _______________________________________________
> > >> python-chinese list
> > >> python-chinese at lists.python.cn
> > >> http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> --
> 想飞之心,永远不死!
> 


-- 
想飞之心,永远不死!
_______________________________________________
python-chinese list
python-chinese 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/20050516/2d99e16f/attachment.html

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

2005年05月16日 星期一 16:49

March Liu march.liu at gmail.com
Mon May 16 16:49:52 HKT 2005

看来是glcanvas_wrap.cpp文件引用的头文件找不到,你搜一下这个文件都引用了谁,是否都在可访问的位置,另外反向的排错方式是找一下WX_GL_MIN_ACCUM_ALPHA等定义都在哪里。

在05-5-16,Carambo<qutr at tjub.com.cn> 写道:
> wang bin,你好
>  
> 太多了,不太好看。你先从最后一个错误开始往上找,遇到标准模块出错就跳过去。然后去改程序!
>  
>  
> Carambo, qutr at tjub.com.cn
> 2005-5-16 
> ----- 收到以下来信内容 ----- 
> 发件人: wang bin 
> 收件人: python-chinese 
> 时  间: 2005-05-16, 16:10:34
> 主  题: Re: [python-chinese] Re: linux下如何从源码安装 wxPyth on?
> 
> 
> 原邮件附件清单如下: 
>   (1). log1.txt
> 
> 附件是我执行python setup.py build时输出的信息,请帮我看一下是什么原因导致出错,谢谢。
>  
>  在05-5-16,wang bin<wangbin1979 at gmail.com> 写道:
>  > 请问刘颉你的wxPython支持unicode吗?
>  > 我不想用rpm包,因为不知道将rpm转换成tgz格式的能不能正常安装,有直接用source编译的高手吗?
>  > 
>  > 在05-5-16,orciloud tang<orciloud at gmail.com> 写道:
>  > >
>  > > Mac OS X 10.3.9吧?
>  > > 大哥把系统版本写全哟。
>  > >
>  > > 其实差不多,和别的系统的区别就是。。
>  > >
>  > > Mac 下可以用framework形式安装,不过wxpython我一直没弄起来的..
>  > >
>  > > [orciloud at apple Python.framework]$pwd
>  > > /Library/Frameworks/Python.framework
>  > > [orciloud at apple Python.framework]$ls
>  > > Headers Python Resources Versions
>  > > [orciloud at apple Python.framework]$cd Versions/
>  > > [orciloud at apple Versions]$ls
>  > > 2.4 Current
>  > > [orciloud at apple Versions]$pwd
>  > > /Library/Frameworks/Python.framework/Versions
>  > > [orciloud at apple Versions]$ls -l
>  > > total 8
>  > > drwxr-xr-x 10 root admin 340 18 Dec 22:02 2.4
>  > > lrwxr-xr-x 1 root admin 3 18 Dec 22:01 Current -> 2.4
>  > >
>  > > 暂时只发现这个特殊的地方了
>  > > 不过其实也可以按照和其他的linux 那样的方式安装...
>  > >
>  > > 还有个问题我也没搞定,就是键盘的问题
>  > > 按下 方向键后会出现下面这样的情况...
>  > >
>  > > >>> ^[[C^[[D
>  > >
>  > > 因为wxpython没弄上,所以就什么都没跑起来咯。
>  > > /lh 也就这个原因导致我用pike而不是python...
>  > > 当然pike速度快,但我不关心速度的说
>  > >
>  > > 好处嘛,看你的需要了,
>  > > 如果你是做 Object c 什么的,我觉得没什么太大的好处了。
>  > > 我觉得apple xcode 的东西已经太多了,特别是界面的设计,那个cool....
>  > >
>  > > 和平台无关的,如果是其他的,和别的系统用 python的一样了...
>  > > 当然,我现在小的东西快速实现都用的pike...
>  > >
>  > > On 5/15/05 9:40 PM, "geckor at 126.com" <geckor at 126.com> wrote:
>  > >
>  > > > 我的系统是mac os x.3.9请问在mac下用python有什么需要特别之处吗
>  > > > 需要注意什么??
>  > > > 在 2005.5.15, 下午9:28, 刘颉 写道:
>  > > >
>  > > >>
> 我的系统是magiclinux,也自带了python2.4.但我是下载了wxPython的rpm文件,共三个
>  > > >> (common,devel,gtk)for
>  > > >> redhat的,安装后可以运行Boa.你可以到wxpython.sf.net上直接下载.
>  > > >>
>  > > >>
>  > > >>
>  > > >>
>  > > >> On 5/15/05, wang bin <wangbin1979 at gmail.com> wrote:
>  > > >>> 我的系统是slackware 10.1,自带的python
>  > > >>> 2.4.1,现在我想学习wxPython,所以下载了wxPython-src-2.6.0.0。但是不知道改怎样安装,并且支持
>  > > >>> unicode。之前我单独安装了wxWidget(为了安装xchm软件),请问还需要重新装吗?我看
>  > > >>> 了wxPython自带的文档,但是没有看
>  > > >>> 明白,执行
>  > > >>> python setup.py build
>  > > >>> 总是报错,请问有没有人在linux下装过,请给一些提示,谢谢。
>  > > >>> --
>  > > >>> 想飞之心,永远不死!
>  > > >>>
>  > > >> _______________________________________________
>  > > >> python-chinese list
>  > > >> python-chinese at lists.python.cn
>  > > >> http://python.cn/mailman/listinfo/python-chinese
>  > > >
>  > > >
>  > > > _______________________________________________
>  > > > python-chinese list
>  > > > python-chinese at lists.python.cn
>  > > > http://python.cn/mailman/listinfo/python-chinese
>  > >
>  > > _______________________________________________
>  > > python-chinese list
>  > > python-chinese at lists.python.cn
>  > > http://python.cn/mailman/listinfo/python-chinese
>  > >
>  > 
>  > --
>  > 想飞之心,永远不死!
>  > 
>  
>  
>  -- 
>  想飞之心,永远不死!
>  _______________________________________________
>  python-chinese list
>  python-chinese at lists.python.cn
>  http://python.cn/mailman/listinfo/python-chinese
>  
>  
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号