> The relevant files haven't been added to the Makefile.  Either adding
> these in (to labyrinth_PYTHON in src/Makefile.am) and regenerating

I added:
  Preferences.py \
  PrefsWindow.py

This still gives:

[EMAIL PROTECTED]:~/labyrinth-0.3$ ./installed/bin/labyrinth
Traceback (most recent call last):
  File "./installed/bin/labyrinth", line 44, in ?
    import Browser
  File
"/home/rapha/labyrinth-0.3/installed//lib/python2.4/site-packages/labyrinth/Browser.py",
line 35, in ?
    import TrayIcon
  File
"/home/rapha/labyrinth-0.3/installed//lib/python2.4/site-packages/labyrinth/TrayIcon.py",
line 32, in ?
    from Preferences import Preferences
ImportError: No module named Preferences

> (autogen.sh) or running it in uninstalled mode:
> python src/labyrinth.py
> from the top-level source directory.

Trying that, it seems at least to find the Preferences module.
But that one says:

Exception: You must specify a Preferences.Variable default value,
gathering it from the schema is not supported at the moment

> Thanks
> Don

(What for? :-) ) -- thank you!

-- Raphael


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Labyrinth Discussion" group.
To post to this group, send email to labyrinth-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/labyrinth-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to