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:23:15
|
thanks! Still same error message: [root@maxfield boa]# ./Boa.py importing wxPython... Traceback (innermost last): File "./Boa.py", line 16, 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 On Thu, 15 Jun 2000, Pieter Nagel wrote: > On Thu, 15 Jun 2000 01:26:59 +0200, Riaan Booysen <riaan@e.co.za> > wrote: > > >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. > > This will work no matter where his python lives, provided his PATH is > correct. Using /usr/bin/env this way is a standard Unix idiom to do > this. I think you can add this as a standard part of the Boa code. > -- |