Just yesterday, I was thinking how useful it would be to be able to
use mediawiki markup syntax for a new project... and voila -- my
prayers are answered!  Thank you for putting this together!

One problem... I'm getting a syntax error on import (using python
2.5):

>>> import wikimarkup
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\django\django\Python25\Lib\site-packages\wikimarkup
\__init__.py", lin
e 28
    _attributePat = re.compile(ur'(?:^|\s)([A-Za-z0-9]+)(?:\s*=
\s*(?:"([^<"]*)"|
'([^<']*)'|([a-zA-Z0-9!#$%&()*,\-./:;<>[EMAIL PROTECTED]|}~]+)|#([0-9a-fA-F]
+)))', re.UN
ICODE)

   ^
SyntaxError: invalid syntax


Am I doing something wrong?


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

Reply via email to