Re: [Boa Constr] trying on redhat linux, need help
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-06-14 23:28:54
|
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 |