Re: [Touchd-devel] Touchd-devel alpha3 missing multitouch.py
Status: Alpha
Brought to you by:
tannewt
|
From: Joe J. <jos...@gm...> - 2008-06-11 00:29:09
|
Congrats on the new alpha. Works great!
When I ran touchd_icon.py out of the box I got an error about "No module
named multitouch". But, commenting out the line in preferences.py works.
@linuxmulti:~/dev/touchd-alpha3/icon_src$ python touchd_icon.py
Traceback (most recent call last):
File "touchd_icon.py", line 28, in <module>
from preferences import *
File "/home/joejameson/dev/touchd-alpha3/icon_src/preferences.py", line
22, in <module>
from multitouch import *
ImportError: No module named multitouch
Joe
|