-
is2THD rfrcanwbwmbi, [url=http://dterrhyvvgwr.com/]dterrhyvvgwr[/url], [link=http://pavvypkmsjat.com/]pavvypkmsjat[/link], http://iefdqaclzhmn.com/.
2009-10-21 03:31:43 UTC by nobody
-
The following seems to work for ActiveState Python 2.6.2:
1) In spyce-2.1/spyce.py and spyce-2.1/spyceCmd.py, replace 'as' with 'as_name'.
2) In spyce-2.1/tags/form.py, replace 'with' with 'with_name'.
3) Enter: 'python installpath\spyce.py -l' or 'python -u installpath\spyceCmd.py -l'.
2009-09-04 11:52:57 UTC by nobody
-
Some spaces in my post were killed. The funeral for the dead spaces is at 9. Meanwhile, the indentation should be, taking 'def post...' as line 1:
lines 2-12: indent one level
lines 5-11: indent one additional level
lines 8-10: indent one additional level
line 10: indent one additional level.
2009-08-06 18:08:53 UTC by nobody
-
There is at least one file (I don't remember if I had to refactor more or if it was just the one) that uses 'as' as a variable name. This causes a syntax error in Python 2.6.2. I refactored all instances of 'as' as a variable name to 'as_name', and was able to proceed.
2009-08-06 17:41:35 UTC by nobody
-
While running Spyce on Mac OS X, with the system default python (2.5.1), I get an error in request.py after submitting a form. The error is in request.post(), and says that _postL is not a member of self.
After adding some print statements to see what did exist, the following results in correct behavior (note that this may only address the symptom):
def post(self, name=None, default=[]...
2009-08-06 17:37:44 UTC by nobody