WikklyText has moved!
Beginning with the release of WikklyText 1.0, it is now hosted at wikklytext.com. I think this will be a better location than having it scattered throughout the pages here. wikklytext.com runs a WikklyText wiki (behind Apache) which is nice for demonstration purposes as well.

Comments
unicode problems with twextract?
Traceback (most recent call last): File "/usr/bin/twextract", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/scripts/twextract.py", line 351, in do_main print "Got %d names" % len(istore.names()) File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw.py", line 39, in names self.ensure_cache() File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw.py", line 64, in ensure_cache for item in self.store.getall(): File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw_re.py", line 130, in getall return [self.parse_div(div) for div in self.get_all_divs()] File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw_re.py", line 339, in get_all_divs return self.get_store().split('</div>')[:-1] File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw_re.py", line 326, in get_store buf = self.loadfile() File "/usr/lib/python2.4/site-packages/WikklyText-0.99.50-py2.4.egg/wikklytext/store/wikStore_tw_re.py", line 271, in loadfile return unicode(buf, 'utf-8') UnicodeDecodeError: 'utf8' codec can't decode byte 0xbb in position 12358: unexpected code byte
Thanks for any pointers,
Nathan
twextract & unicode
unicode issue?
It's probably overkill, but you can use
http://fiveprime.org/index.html (my home page)
as an example. Perhaps a tarred version would also be of value?
http://fiveprime.org/index.html.tgz
Thanks, Nathan
unicode issue
Hello, Can this run on
Cheers
Windows
pkg_resources
C:\Documents and Settings\infinitelink>twextract Traceback (most recent call last): File "C:\Python25\Scripts\twextract-script.py", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources
and I wonder ???
It says that using the installer we have to install dependencies...I'm guessing that's it. However what dependency? Where do I get it? How? etc...and why would it be the installer that needed dependencies? If I gave an "installer" with this shortcoming it would rather be one that defaulted a directory to C: and then simply worked as auto-sourced unpacked and ran python setup.py install, and then added the variable to the PATH.
ANYways, thanks for the great work! I await any help.
pkg_resources
WikklyText
Post new comment