-
If the filter set to *.*, even for a very small size of folder, the "search in files" took very very long time to finish. (I thought the system is hang at first...) By looking at the task manager, the process is constantly taking more than 90% of the CPU time.
The very same operation worked fine on my SciTE Version 1.70-wbd-1.
2007-12-06 08:32:40 UTC in Notepad++
-
Line# 506 of BACnet.py ...
enc.Put(254) should be pdu.Put(254) instead.
2007-04-11 02:05:05 UTC in BACpypes
-
Line# 5115 of BACnet.py is trying to "import CSBACnet", however the module CSBACnet is missing in the project source.
2007-04-10 13:17:51 UTC in BACpypes
-
At line# 678 of BACnet.py, inside class ClosingTag
raise TypeError, "OpeningTag ctor requires an integer or PDUData"
The "OpeningTag" should be "ClosingTag" actually, typo I guess!
2007-04-08 14:58:26 UTC in BACpypes
-
Line# 524 of BACnet.py should be "self.tagNumber = pdu.Get()",in stead of "self.tagNumber = dec.Get()".
2007-04-08 13:10:57 UTC in BACpypes
-
Thanks. It's working now.
Not quite get you in "I fixed it in a sort of way in the CVS HEAD trunk."
As you were saying, there is an error in the XML description of the package, Tcltalk I supposed.
2007-03-12 01:29:02 UTC in Tcl-Pkg
-
I suppose this is not an error: File-->Choose Mirrors, and got popup saying "No choice is required, you can now browse the packages database." Then the "Choose Mirrors" menu item is grey out.
It's after that ...
If I browsed packages, no matter by which method, It always ended up with an Application error, attached please find the stack trace log.
2007-02-28 16:11:38 UTC in Tcl-Pkg