Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...ing it as appropriate to Distutils commands. Most importantly, distutils.core defines the Distribution class, which is the heart and soul of the Distutils. The client (setup.py) exists mainly to provide attributes for a Distribution instance, and all the Distutils commands operate on that instance. distutils.core also defines the Command class which comes in handy for implementing Distutils commands. Speaking of Distutils commands: each one is im...
...ich is now complete and being circulated. 5.2 Administrator Report Board Agenda / Minutes I continue to write up the Board Agenda and keep it up to date. I continue to write up the Board Meeting minutes. Grant and Award Notification I continue to notify respective parties of board resolutions. Email and Communication I am continuing to monitor all PSF Board/Members mailing lists also making sure emails a re being answered/followed up on. I am continuing to re...
...ich will install as System Message: ERROR/3 (<string>, line 131) Unexpected indentation. "/usr/bin/python". System Message: WARNING/2 (<string>, line 132) Block quote ends without a blank line; unexpected unindent. <li />A) First of all, realize that you are likely to break many Red Hat provided programs which rely on having a version of Python with the same major/minor version as that which was shipped. Also, any additional packages which were installed will not...
...ich will install as System Message: ERROR/3 (<string>, line 133) Unexpected indentation. "/usr/bin/python". System Message: WARNING/2 (<string>, line 134) Block quote ends without a blank line; unexpected unindent. <li />A) First of all, realize that you are likely to break many Red Hat provided programs which rely on having a version of Python with the same major/minor version as that which was shipped. Also, any additional packages which were installed will not...
...indows installer now includes the documentation in searchable htmlhelp format, rather than individual HTML files. You can still download the individual HTML files. Andrew Kuchling's What's New in Python 2.3 describes the most visible changes since Python 2.2 in more detail. A detailed list of the changes is in the release notes, or the Misc/NEWS file in the source distribution. For the full list of changes, you can poke around in CVS, or see the ChangeLog of individual checkin me...
...installation. Windows users may also be interested in Mark Hammond's win32all, a collection of Windows-specific extensions including COM support and Pythonwin, an IDE built using Windows components. All others should download Python-2.3.tgz, the source archive. Unpack it with "tar -zxvf Python-2.3.tgz". Change to the Python-2.3 directory and run the "./configure", "make", "make install" commands to compile and install Python. Macintosh users can find binaries and source on Ja...
...ir current solution for maintaining the FSF Assocate Memberships was Plone-based, but it was getting old and they were planning on switching to CiviCRM, primarily because they expected it to be easier to maintain and supplement content. They are already using CiviCRM for their Libre Planet website and registration system. He offered help and collaboration with our implementation." Pat reported on new activities for the month by saying: "Work is taking place with the new CiviCRM inst...
...ion built which will stay in Ireland to reduce the shipping costs overhead (shipping to and from Ireland would cost more than the production costs of the kit). PSF Marketing Work Group Going forward, I'd like to setup a new PSF working group for managing and coordinating PSF marketing activities. This will hopefully happen in the next few months, available time permitting. If anyone is interested in joining such a working group, please let me know. Python.org Wikis Not really directl...
...ion Items (Pending action items appear like this.) 3.1 Carried Forward The following are action items carried forward from the 18 September 2006 meeting, as highlighted in the minutes (Section 3, Status of Past Action Items): Originally from October 2005, Section 4, Public Support Committee: D. Goodger will pursue web page and installer donation link ideas. Status: carried forward. Originally from October 2005, Section 5, Ubuntu Development Meeting: Add "swag for events&...
...ious monthly reporting, he said: "- The committee chair has been remiss in good monthly reports, but below are summarized the activity the committee has done in the last 2-3 months (but possibly with some exchanges missing in quick attempt at summary)." As far as reporting on new activities, he provided the following list: Eric Shae requests use of logo on hat, which was explained as nominative use Geoffrey Duncan requests use of logo in comic strip, explained as nominative Martin ...
...ising, because it gives a prospective donor some idea of what their donation would do. Regular progress reports make it easier for people to get involved in activities and provides a clear warning sign when something is going wrong. We need some accountability. One goal that had broad support from the members was making Python development easier. Guido had some specific suggestions about infrastructure that generated a few long threads with Martin following the conference. If there is infras...
...ing Windows Installer Installer Features Python 2.4 is distributed as a Microsoft Installer (MSI) file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated programmati...
...in which binaries aren't available here, you can easily build binary RPMs directly from the Python SRPM. Simply download one of the .src.rpm files below, and run "rpmbuild --rebuild python2.3-2.3-1pydotorg.src.rpm". Note toward the end of the output, the lines starting with "Wrote:" indicate where the binary RPMs were written. <p /> The benefit of building binary RPMs in this way is that they are built using exactly the set of libraries and versions of packages that y...
...ing Windows Installer Windows Installer Features Python 2.5 is distributed as a Microsoft Installer (MSI) file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated pro...
...it was working and replacing it when it was not working) I have continued to control the minutes for the meetings (including drafts). 9.2 Grant and Award Notification I have been notifying groups about the Board's resolutions. I have notified Community Service Award winners for Q4 and collected invoicing information for KBK. I have been assisting with sponsorship requests. 9.3 Email and Communication I am continuing to monitor all PSF Board/Members maili...
...ivities the treasurer has been focused on: "YTD income was up by 57K in October due to Sponsor invoicing. AR is down by 7K due to PyCon 2012 Sponsor invoicing/collection activity, offset by invoicing our PSF Sponsors. Donations for the month were $817. Grants: PyCon UK Sprint $300 PyPy Sprint 300 Outside Expenses: Wendroff $1,150 We continued invoicing PyCon 2012 Sponsors and collecting receipts. resulting in an 18K increase in Deferred Revenue. Invo...
...ion items appear like this.) Action items are tracked in the private PSF wiki and their status is recorded in the regular minutes. The numbers in square brackets (like "[0]") refer to the action item ID on the wiki. 4.1 Carried Forward The following are action items carried forward from the 13 July 2009 meeting, as highlighted in the minutes (Section 4, Status of Past Action Items). Numbers in [brackets] represent the item ID in the PSF private wiki. [11] Originall...
If you didn't find what you need, try your search in the Python language documentation.