Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puredata path missing forwardslash ... #13

Open
stuaxo opened this issue Nov 16, 2015 · 1 comment · May be fixed by #14
Open

puredata path missing forwardslash ... #13

stuaxo opened this issue Nov 16, 2015 · 1 comment · May be fixed by #14

Comments

@stuaxo
Copy link

stuaxo commented Nov 16, 2015

On Ubuntu the sound examples don't work ..

$ python 01-fft.py 
Exception AttributeError: "'FreeTypeMemoryFace' object has no attribute 'ft_face'" in <bound method FreeTypeMemoryFace.__del__ of <pyglet.font.freetype.FreeTypeMemoryFace object at 0x7f6bd43fde10>> ignored
Exception AttributeError: "'FreeTypeMemoryFace' object has no attribute 'ft_face'" in <bound method FreeTypeMemoryFace.__del__ of <pyglet.font.freetype.FreeTypeMemoryFace object at 0x7f6bd43fde10>> ignored
Traceback (most recent call last):
  File "01-fft.py", line 23, in <module>
    pd = PD("01-fft.pd", buffer=16, start=True)
  File "../../nodebox/sound/process.py", line 214, in __init__
    self.start()
  File "../../nodebox/sound/process.py", line 232, in start
    raise PDError, "no PD application found"
nodebox.sound.process.PDError: no PD application found

But it's easily fixable by changing /nodebox/sound/process.py around line 199 and making sure all the paths have a / at the start.

@stuaxo stuaxo linked a pull request Nov 16, 2015 that will close this issue
@stuaxo
Copy link
Author

stuaxo commented Nov 16, 2015

^ fix in pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant