Python-spe-users Digest, Vol 15, Issue 2
[email protected] Sat, 28 Jun 2008 12:01:27 +0200
| Newsgroups | gmane.comp.python.spe.user |
|---|---|
| Message-ID | <[email protected]> |
Send Python-spe-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.berlios.de/mailman/listinfo/python-spe-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Python-spe-users digest..." _______________________________________________ http://pythonide.stani.be http://pythonide.stani.be/manual/html/manual.html http://pythonide.stani.be/blog/sm_donate _______________________________________________ Today's Topics: 1. [Patch] "setup.py sdist" and "setup.py install" don't work (Jason Kankiewicz) ---------------------------------------------------------------------- Message: 1 Date: Fri, 27 Jun 2008 07:39:53 -0700 From: Jason Kankiewicz <[email protected]> Subject: [spe-users] [Patch] "setup.py sdist" and "setup.py install" don't work To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" The top level "spe" directory is missing a manifest template so the generated source distribution is missing a lot of files. It's also missing a version number specification so it's named "spe-0.0.0". The distutils script is missing package and package data items for the plugins so they don't get installed. The attached patch is against r346. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: spe_sdist_install.patch Url: https://lists.berlios.de/pipermail/python-spe-users/attachments/20080627/2a446947/attachment-0001.ksh ------------------------------ _______________________________________________ Python-spe-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/python-spe-users End of Python-spe-users Digest, Vol 15, Issue 2 ***********************************************