FAQ

Q:

Why is FrameMaker 8 support not included?

A:

Adobe has yet to ship a final FDK for FrameMaker 8. Therefore, we cannot certify ePublisher for use with FrameMaker 8 at this time.

Q:

Why is Windows Vista unsupported?

A:

ePublisher support for Windows Vista is currently tied to ePublisher FrameMaker 8 support.

Q:

What version of the DITA-OT should I have installed?

A:

None.
ePublisher will install a separate version of the DITA-OT along with the ePublisher application. At this time, ePublisher includes DITA-OT 1.2.2.

Q:

I want to use DITA-OT 1.3.1, 1.4, etc. How do I do that?

A:

Users can use the ePublisher override mechanism to move to a new version of the DITA-OT.
To do so, users create a "Helpers" override in their project "Formats" folder. The exact path is:
 <Project Folder>\Formats\Helpers\dita-ot\ 
Please do keep in mind that the existing build scripts may need tweaking to work with a DITA-OT version other than 1.2.2.
Users can make the necessary changes by overriding the DITA adapter implementation in:
 <Project Folder>\Adapters\xml\scripts\dita 

Q:

How do I deploy my custom version of the DITA-OT?

A:

If you have used the standard ePublisher override mechanism, when you save your project as Stationery.
Next, copy over any "Helpers" and "Adapters" overrides as needed.
Express users will automatically pick up the new DITA-OT version when their Format directories are synchronized.

Q:

Since non-standalone Stationery was removed in 9.3, how do I derive a new Pro project from an existing one?

A:

Make a copy of the existing Pro project folder (Master Project), then rename the folder and .wep file. You now have a new Master project that is an exact duplicate of your existing project. Furthermore, it can be modified and thus used to deploy and maintain a new, derivative Stationery.

Q:

What registry entries are written?

A:

 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher AutoMap\9.3\ExePath 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher AutoMap\9.3\Path 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher AutoMap\9.3\Version 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Pro\9.3\ExePath 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Pro\9.3\Path 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Pro\9.3\Version 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Express\9.3\ExePath 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Express\9.3\Path 
 HKEY_LOCAL_MACHINE\Software\WebWorks\ePublisher Express\9.3\Version 


--> -->

ValueError

list.remove(x): x not in list

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_wsgi.Request object at 0x677c730>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show at 0x117a370>
    • self = <MoinMoin.request.request_wsgi.Request object at 0x677c730>
    • self.page = <MoinMoin.Page.Page object at 0x677c2f0>
    • self.page.page_name = u'DevCenter/Documentation/ePublisher_9.3/FAQ'
  2. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'DevCenter/Documentation/ePublisher_9.3/FAQ', request=<MoinMoin.request.request_wsgi.Request object at 0x677c730>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x677c8d0>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1199 format_args=pi['formatargs'],
    2. 1200 do_cache=do_cache,
    3. 1201 start_line=pi['lines'])
    4. 1202
    5. 1203 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x66de7b0>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x677c8d0>, request=<MoinMoin.request.request_wsgi.Request object at 0x677c730>, body=u"= FAQ =\n\n|| '''Q:''' || Why is !FrameMaker 8 sup...s=80, articleview=1, tablewidth=500, notify=1)>>\n", format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1287 try:
    2. 1288 code = self.loadCache(request)
    3. 1289 self.execute(request, parser, code)
    4. 1290 except Exception, e:
    5. 1291 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object at 0x677c8d0>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object at 0x677c8d0>>
    • request = <MoinMoin.request.request_wsgi.Request object at 0x677c730>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x6792aa8>
    • code = <code object <module> at 0x1f180b0, file "DevCenter/Documentation/ePublisher_9.3/FAQ", line 2>
  5. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object at 0x677c8d0>, request=<MoinMoin.request.request_wsgi.Request object at 0x677c730>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x6792aa8>, code=<code object <module> at 0x1f180b0, file "DevCenter/Documentation/ePublisher_9.3/FAQ", line 2>)

    1. 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1319 try:
    3. 1320 exec code
    4. 1321 except "CacheNeedsUpdate": # convert the exception
    5. 1322 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x1f180b0, file "DevCenter/Documentation/ePublisher_9.3/FAQ", line 2>
  6. /DevCenter/Documentation/ePublisher_9.3/FAQ in ()

  7. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x66de530>, macro_obj=<MoinMoin.macro.Macro instance at 0x6792850>, name=u'PageComment2', args=u'markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1', markup=u'<<PageComment2(markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1)>>')

    1. 308 # call the macro
    2. 309 try:
    3. 310 return macro_obj.execute(name, args)
    4. 311 except ImportError, err:
    5. 312 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance at 0x6792850>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance at 0x6792850>>
    • name = u'PageComment2'
    • args = u'markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1'
  8. /webworks/wiki/lib/python2.5/site-packages/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance at 0x6792850>, macro_name=u'PageComment2', args=u'markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1')

    1. 126 else:
    2. 127 raise ImportError("Cannot load macro %s" % macro_name)
    3. 128 return execute(self, args)
    4. 129
    5. 130 def _m_lang(self, text):
    • execute = <function execute at 0x4777ab0>
    • self = <MoinMoin.macro.Macro instance at 0x6792850>
    • args = u'markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1'
  9. /Volumes/Projects-Wiki/wiki.wiki/data/plugin/macro/PageComment2.py in execute (macro=<MoinMoin.macro.Macro instance at 0x6792850>, args=u'markup=1, newerfirst=1, rows=4, cols=80, articleview=1, tablewidth=500, notify=1')

  10. /Volumes/Projects-Wiki/wiki.wiki/data/plugin/macro/PageComment2.py in setglobalvalues (macro=<MoinMoin.macro.Macro instance at 0x6792850>)

ValueError

list.remove(x): x not in list

  • args = ('list.remove(x): x not in list',)
  • message = 'list.remove(x): x not in list'

System Details

  • Date: Wed, 23 May 2012 08:36:34 +0000
  • Platform: Darwin hulahut 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64
  • Python: Python 2.5.4 (/webworks/wiki/bin/python)
  • MoinMoin: Release 1.8.4 (release)