Re: [Boa Constr] trying on redhat linux, need help
Status: Beta
Brought to you by:
riaan
|
From: Bug H. <bug...@on...> - 2000-06-15 19:13:56
|
I did that before. Here is what I am getting:
[root@maxfield boa]# python ./Boa.py
importing wxPython...
Traceback (innermost last):
File "./Boa.py", line 15, in ?
from wxPython.wx import *
File "/usr/lib/python1.5/site-packages/wxPython/__init__.py", line 20,
in ?
import wxc
ImportError: /usr/lib/python1.5/site-packages/wxPython/wxcmodule.so:
undefined symbol: UpdateAttrRows__15wxGridTableBaseUii
I also tried turning it into an autorun script with #!/usr/bin/python.
Same error.
Any other ideas? I'm running redhat 6.1, along with the python stuff
previously mentioned. I'll work with you on this.
BTW, I AM running Xwindows, Gnome! <grin>
thanks!
bug
On Thu, 15 Jun 2000, Riaan Booysen wrote:
> Hi Bug :)
>
> I was hoping some linux enabled person might help out on this, but
> here goes a guess,
>
> Bug Hunter wrote:
> >
> > I downloaded the latest boa (version 0.0.3), and I can't get it to run
> > under linux.
> >
> > I located the patch and applied it. This made things worse. I'm
> > currently getting "syntax error near unexpected token 'BoaApp(w" Before
> > the patch, I got "./boa.py: print: command not found", and "'' from:
> > command not found", and currentMouseOverTip: command not found" with no
> > display, except for a change of my cursor to a + sign.
>
> It seems you are running Boa as a shell script, try: python ./Boa.py
>
> If this is the problem, add: #! /usr/bin/env python
> or wherever your python lives to the top of Boa.py to run as a shell
> script.
>
> --
> Riaan >>> a='a=%s;a%%`a`';a%`a`
> ___________________________________________________
> Boa Constructor - RAD GUI building IDE for wxPython
> http://boa-constructor.sourceforge.net
>
|