David Pintassilgo Posted June 13, 2008 at 11:06 PM Report Share #191167 Posted June 13, 2008 at 11:06 PM Boas! Alguem usa isto? Sabem-me dizer se há forma de correr isto em linux? É que não vi nada a fazer referencia lá no site, e com o wine não funcionou .... "Boa Constructor is a cross platform Python IDE and wxPython GUI Builder"http://boa-constructor.sourceforge.net/ cool stuffs to check. http://blog.zxcoders.com// Link to comment Share on other sites More sharing options...
Kratos Posted June 14, 2008 at 01:29 AM Report Share #191173 Posted June 14, 2008 at 01:29 AM Boas! Alguem usa isto? Sabem-me dizer se há forma de correr isto em linux? É que não vi nada a fazer referencia lá no site, e com o wine não funcionou .... Eu uso e recomendo...no win32 está 100% Mas prefiro o Qt Designer do PyQT "Vejo sempre além, pois me apóio em ombro de Gigantes" Link to comment Share on other sites More sharing options...
JoaoRodrigues Posted June 14, 2008 at 05:48 PM Report Share #191217 Posted June 14, 2008 at 05:48 PM Linux Generic 1. Install Python, if not already installed. Most distrubutions will come with python pre-installed. 2. Install glibc, gtk+, if not already installed. Most distrubutions will come with both of these libraries, or compiled versions can be readily downloaded. A good resource for getting or building these libraries can be found on the www.wxpython.org . 3. Download wxPython from www.wxpython.org . wxPython is typically installed in the Python directory (/usr/lib/python2.2 for example). See http://www.wxpython.org/download.php#build if a pre-built binary is not available. 4. Download the latest Boa Constructor from http://boa-constructor.sourceforge.net . Un-zip Boa into the Python directory (/usr/lib/python2.2 for example). 5. The following command line should start Boa Constructor(This can be added as a link to Application on your desktop): <path to python>/python <path to python directory>/boa/Boa.py EX: /usr/bin/python /usr/lib/python2.2/boa/Boa.py Boa is ready to run! 🙂 Link to comment Share on other sites More sharing options...
pedrotuga Posted June 14, 2008 at 06:46 PM Report Share #191230 Posted June 14, 2008 at 06:46 PM Tipo, não é preciso nada disso hoje em dia com um gestor de pacotes, todas as dependencias são instaladas. Link to comment Share on other sites More sharing options...
David Pintassilgo Posted June 14, 2008 at 07:39 PM Author Report Share #191236 Posted June 14, 2008 at 07:39 PM Tipo, não é preciso nada disso hoje em dia com um gestor de pacotes, todas as dependencias são instaladas. ups.. yá. sudo apt-get install boa-constructor 🙂 Tive mal... era logo a 1ª coisa a testar... mas esta 'coisa' deu-me praqui uma carrada de erros ao instalar...:S cool stuffs to check. http://blog.zxcoders.com// Link to comment Share on other sites More sharing options...
JoaoRodrigues Posted June 14, 2008 at 09:11 PM Report Share #191247 Posted June 14, 2008 at 09:11 PM Mas como às vezes não há a versão que queremos no gestor de pacotes, convem sempre ter em mente a possibilidade de instalar "à mão" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now