[PyCS-devel] PyDS patch needed for patched PyCS
Status: Alpha
Brought to you by:
myelin
|
From: Georg B. <gb...@mu...> - 2003-03-04 12:43:59
|
Hi! Actually the medusa bug in PyCS wiped out a bug in PyDS. Now that PyCS works right, PyDS stumbles :-) This is quite weird, two bugs working together to create an actual working experience. I happened to hear about that before, but never seen it life myself. Wew. Ok, so you need to do a small patch to PyDS/MacrosTool.py in order to get PyDS working again nicely with the count.py counter - without the patch, you will not have any more referers in your referers list. So it's not that big a problem, but annoying it is. Just edit the PyDS/MacrosTool.py and change the lines with the %%26 in them (two assignements to html) to use & instead of the %%26. This will be fixed in the 0.4.15 I am currently working on and am releasing hopefully today. bye, Georg |