Open GoogleCodeExporter opened 9 years ago
Hi,
If you want to compile with jack, you must install JackOSX. Also, the
get_dependencies scripts are deprecated. You should install dependencies with
Homebrew (as indicated in the wiki:
https://code.google.com/p/pyo/wiki/Installation
First, make sure you can run pyo in the standard python and after that, we'll
probably be able to make it work under ipython.
Olivier
Original comment by belan...@gmail.com
on 21 May 2014 at 7:25
Hello Olivier,
finally I installed homebrew (after moving macports from /opt/local to /macports) and I ran
brew install python liblo libsndfile portaudio portmidi
I followed the steps to install pyo-0.7.1 on MacOS (Mavericks) on
https://code.google.com/p/pyo/wiki/Installation
I got the last version of the source code and then I ran
sudo sh scripts/compile_OSX.sh
After opening Python from the terminal, now the command
from pyo import *
works and this is the output:
Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
pyo version 0.7.1 (uses single precision)
WxPython is not found for the current python version.
Pyo will use a minimal GUI toolkit written with Tkinter.
This toolkit has limited functionnalities and is no more
maintained or updated. If you want to use all of pyo's
GUI features, you should install WxPython, available here:
http://www.wxpython.org/
However, if I run
s = Server().boot()
I have
Segmentation fault: 11
About the error for WxPython, I tried to install it through
brew install wxmac
but I have the same warning when importing pyo.
Could you help me, please? I am really interested to check the potentialities
of your code!
I would also like, if possible, to use ipython instead of python.
Original comment by marcop...@gmail.com
on 28 Sep 2014 at 11:10
Original issue reported on code.google.com by
marcop...@gmail.com
on 21 Apr 2014 at 5:00