Hint: set your pages language with #language en processing instruction. See also HelpOnLanguages. |
| 2008-05-29 | |||||
| Higepon | 08:08 | Higepon | |||
| 2007-12-17 | |||||
| C++ Tips | 16:23 | Higepon | |||
| Picture Language Sample | 16:23 | Higepon | |||
| MMLParser | 16:23 | Higepon | |||
| File Server On Linux | 16:22 | Higepon | |||
| FAT12 | 16:22 | Higepon | |||
| ISO9660 | 16:21 | Higepon [1] [2-6] |
|||
| libcont | 16:21 | Higepon | |||
| uipForWindows | 16:20 | Higepon | |||
| ISO9660/Page Comment Data | 10:35 | [1-5] | #01 Modified by PageComment macro #02 Modified by PageComment macro #03 Modified by PageComment macro #04 Modified by PageComment macro #05 Modified by PageComment macro |
||
| 2007-12-14 | |||||
| File Server On Linux/Page Comment Data | 02:48 | [1-2] | #01 Modified by PageComment macro #02 Modified by PageComment macro |
||
ValueError
invalid literal for long(): <a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"
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.
/home/monaos/www/higepon.monaos.org/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1103 # Visit pagename
- 1104 self.page = Page(self, pagename)
- 1105 self.page.send_page(self, count_hit=1)
- 1106
- 1107 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})
- 1225 format_args=pi_formatargs,
- 1226 do_cache=do_cache,
- 1227 start_line=pi_lines)
- 1228
- 1229 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'\n||<tablestyle="width: 100%; background: #E6EAF0...other wikis, see OpenWiki:WikiSites/Aggregation.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1308 try:
- 1309 code = self.loadCache(request)
- 1310 self.execute(request, parser, code)
- 1311 except 'CacheNeedsUpdate':
- 1312 try:
- self = <MoinMoin.Page.Page instance>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
- parser = <MoinMoin.parser.wiki.Parser instance>
- code = <code object ? at 0x8488c20, file "RecentChanges", line 2>
/home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object ? at 0x8488c20, file "RecentChanges", line 2>)
- 1332 if hasattr(MoinMoin, '__loader__'):
- 1333 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1334 exec code
- 1335
- 1336 def loadCache(self, request):
- code = <code object ? at 0x8488c20, file "RecentChanges", line 2>
/home/monaos/www/higepon.monaos.org/RecentChanges in ?
/home/monaos/www/higepon.monaos.org/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name=u'RecentChanges', args=None)
- 285 def macro(self, macro_obj, name, args):
- 286 # call the macro
- 287 return macro_obj.execute(name, args)
- 288
- 289 def _get_bang_args(self, line):
- macro_obj = <MoinMoin.wikimacro.Macro instance>
- macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance>>
- name = u'RecentChanges'
- args = None
/home/monaos/www/higepon.monaos.org/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance>, macro_name=u'RecentChanges', args=None)
- 118 else:
- 119 raise ImportError("Cannot load macro %s" % macro_name)
- 120 return execute(self, args)
- 121
- 122 def _m_lang(self, text):
- execute = <function execute>
- self = <MoinMoin.wikimacro.Macro instance>
- args = None
/home/monaos/www/higepon.monaos.org/MoinMoin/macro/RecentChanges.py in execute (macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={})
- 284 day_count = 0
- 285
- 286 for line in log.reverse():
- 287
- 288 if not request.user.may.read(line.pagename):
- line = <MoinMoin.logfile.editlog.EditLogLine instance>
- log = <MoinMoin.logfile.editlog.EditLog instance>
- log.reverse = <bound method EditLog.reverse of <MoinMoin.logfile.editlog.EditLog instance>>
/home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in reverse (self=<MoinMoin.logfile.editlog.EditLog instance>)
- 97 while 1:
- 98 try:
- 99 result = self.previous()
- 100 except StopIteration:
- 101 return
- result = <MoinMoin.logfile.editlog.EditLogLine instance>
- self = <MoinMoin.logfile.editlog.EditLog instance>
- self.previous = <bound method EditLog.previous of <MoinMoin.logfile.editlog.EditLog instance>>
/home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in previous (self=<MoinMoin.logfile.editlog.EditLog instance>)
- 292 while result == None:
- 293 while result == None:
- 294 result = self.__previous()
- 295 if self.filter and not self.filter(result):
- 296 result = None
- result = None
- self = <MoinMoin.logfile.editlog.EditLog instance>
- self.__previous undefined
/home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in __previous (self=<MoinMoin.logfile.editlog.EditLog instance>)
- 282 def __previous(self):
- 283 if self.peek(-1): raise StopIteration
- 284 return self.parser(self.__buffer.lines[self.__rel_index])
- 285
- 286 def previous(self):
- self = <MoinMoin.logfile.editlog.EditLog instance>
- self.parser = <bound method EditLog.parser of <MoinMoin.logfile.editlog.EditLog instance>>
- self.__buffer undefined
- self.__rel_index undefined
/home/monaos/www/higepon.monaos.org/MoinMoin/logfile/editlog.py in parser (self=<MoinMoin.logfile.editlog.EditLog instance>, line=u'<a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"\t\n')
- 189 result.hostname = result.addr
- 190 result.pagename = wikiutil.unquoteWikiname(result.pagename.encode('ascii'))
- 191 result.ed_time_usecs = long(result.ed_time_usecs or '0') # has to be long for py 2.2.x
- 192 return result
- 193
- result = <MoinMoin.logfile.editlog.EditLogLine instance>
- result.ed_time_usecs = u'<a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"'
- builtin long = <type 'long'>
ValueError
invalid literal for long(): <a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"
- args = ('invalid literal for long(): <a href=" http://aff.../cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"',)
System Details
- Date: Thu, 28 Aug 2008 12:07:54 +0000
- Platform: FreeBSD www1307.sakura.ne.jp 6.1-RELEASE-p23 FreeBSD 6.1-RELEASE-p23 #0: Thu Feb 28 18:48:26 JST 2008 root@www1450.sakura.ne.jp:/usr/src/sys/i386/compile/SAKURA9S i386
- Python: Python 2.4.5 (/usr/local/bin/python)
- MoinMoin: Release 1.5.2 (release)
