Skip to content

puredata path missing forwardslash ... #13

Open
@stuaxo

Description

@stuaxo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions