Frotz

Navigate through this imaginary world by typing commands - in the form of a verb followed by a noun - at the prompt.  Sometimes the verb alone will be sufficient.  "enter" will work as well as "enter building".  Type "help" for some background and minimal instruction.

Useful links:

When it fails to load, I see the following error in the log:

<type 'exceptions.ImportError'> Traceback (most recent call last)
/home/olpc/Activities/Frotz.activity/frotz.py in _get_games_cb(self=<FrotzActivity object at 0x860d52c (SugarActivity at 0x8867800)>, button=<ToolButton object at 0x8620734 (SugarToolButton at 0x88cdb88)>)
156 url = 'http://wiki.laptop.org/go/Frotz/Games'
157 #activityfactory.create_with_uri('org.laptop.WebActivity', url)
--> 158 self.open_url(url)
self.open_url = <bound method FrotzActivity.open_url of <FrotzActivity object at 0x860d52c (SugarActivity at 0x8867800)>>
url = 'http://wiki.laptop.org/go/Frotz/Games'
159
160 def _copy_cb(self, button):
/home/olpc/Activities/Frotz.activity/frotz.py in open_url(self=<FrotzActivity object at 0x860d52c (SugarActivity at 0x8867800)>, url='http://wiki.laptop.org/go/Frotz/Games')
125 from shutil import rmtree
126 from sugar.datastore import datastore
--> 127 from sugar.activity.activity import show_object_in_journal
global sugar.activity.activity = undefined
show_object_in_journal = undefined
128 from tempfile import mkdtemp
129 tmpfolder = mkdtemp('.tmp', 'url', os.path.join(self.get_activity_root(), 'instance'))
<type 'exceptions.ImportError'>: cannot import name show_object_in_journal
Quitting...

 Page last changed: 06/11/2008