Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.398.662 Times

Attributeerror freeware
 

Attributeerror

Added: November 28, 2013 | Visits: 206

BareNecessities BareNecessities is a Python library that provides the bn module containing a dictionary allowing attribute access to values. Get Started * Download and install from source or copy and paste from below: class AttributeDict(dict): def __getattr__(self, name): if not self.has_key(name): raise...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): BareNecessities Download

Added: April 24, 2010 | Visits: 794

karss karss is an rss aggregator that displays multiple feeds in a single SuperKaramba theme, with entries sorted chronologically. karss theme is based on multirss v1.2 by N7DR. Differences include: default dark background larger font size (12 vs 10) more entries at one time (25 vs 20) reports...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (88): karss Download

Added: May 10, 2013 | Visits: 289

Marshal unicode strings with PyXML If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() throws an ugly AttributeError: Marshaller instance has no attribute 'm_unicode' .This script extends both PyXML Marshaller...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Marshal unicode strings with PyXML Download

Added: May 10, 2013 | Visits: 443

Right method names suggestion This script uses __getattr__ to modify the error messages given when a wrong class method is called. It shows the first five ranked most similar method names, followed by the first line of their docstrings (this is useful to see their parameters, if you use this convention in your sources), and...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Right method names suggestion Download