Changeset - 5aec70b85d92
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 17 years ago 2008-06-10 05:01:54
drewp@bigasterisk.com
assume you built dmx_usb_module with "python setup.py build_ext -i" so we don't have to construct the plat-specific path for dmx.so
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/io/__init__.py
Show inline comments
 
@@ -63,7 +63,7 @@ class UsbDMX(BaseIO):
 

	
 
    def _dmx(self):
 
        if self.out is None:
 
            sys.path.append("dmx_usb_module/build/lib.linux-i686-2.4")
 
            sys.path.append("dmx_usb_module")
 
            from dmx import Dmx
 
            self.out = Dmx()
 
        return self.out
0 comments (0 inline, 0 general)