-
In the end, I had to remove pydev and all the updates from the config.
Then reinstall using repo http://www.fabioz.com/pydev/updates/.
2009-04-22 11:53:01 UTC in Pydev for Eclipse
-
This was running against
http://www.fabioz.com/pydev/updates
It's worked in the past.
Nick.
2009-04-16 09:17:16 UTC in Pydev for Eclipse
-
An error occurred while collecting items to be installed
No repository found containing: com.python.pydev/osgi.bundle/1.4.5.2727
....
Any ideas?
Nick.
2009-04-14 08:41:35 UTC in Pydev for Eclipse
-
Thanks
Nick.
2009-03-19 09:21:27 UTC in Pydev for Eclipse
-
In Eclipse with Ctrl-Shift-R and opening resources is there any way to exclude *.pyc files?
Might not necessarily be a pydev question but if possible hopefully useful
Nick.
2009-03-18 16:37:21 UTC in Pydev for Eclipse
-
Fitnesse and NUnit.
One of the current arenas of competition in the testing arena is the comparison with xUnit style testing and Fitnesse style testing.
Fitnesse is good at allowing users to enter test cases so long as they conform to a programmed template. It also is good at presenting the results and what was tested in a presentable way, typically with a web page. The Fitnesse style...
2007-12-26 14:16:49 UTC in NUnit .Net unit testing framework
-
I had to import string in parser.py to get it to work.
I then have run into another problem.
Stack trace as follows.
-----------------------------------------
>python Main.py
Token: select
Token: 1
Token: from
Reduction: Value
Reduction: Factor
Reduction: Term
Reduction: ValueExpression
Reduction: PredicateExp
Reduction: Not Exp
Reduction: And Exp
Reduction: Or Exp.
2007-02-21 10:45:46 UTC in pygold
-
OK. not a problem. I'll wait to the next release.
Nick.
2007-01-28 23:40:11 UTC in Python API documentation generation tool
-
Quite a few systems, such as tabnanny generate error message with the line number and file as a reference.
If the source code output includeded an anchor for each line, in addition to the current anchors for methods etc, then it becomes very easy to integrate different systems.
ie. Turn tabnanny output into html, with a reference to the epydoc source code file.
Nick.
2007-01-24 13:44:32 UTC in Python API documentation generation tool
-
The source code html generated is not well formed, even though it references Xhtml.
2007-01-24 13:42:06 UTC in Python API documentation generation tool