From ftp-wg-request at hethmon.com Thu Apr 1 07:08:35 2004 From: ftp-wg-request at hethmon.com (ftp-wg-request@hethmon.com) Date: Thu Apr 1 08:08:13 2004 Subject: [Distutils] Re: Delivery Server Message-ID: <200404011308.i31D88YX080027@mxzilla6.xs4all.nl> Forwarded message is available From snmartin at galilea.cl Thu Apr 1 05:02:02 2004 From: snmartin at galilea.cl (Fernando San =?ISO-8859-1?Q?Mart=EDn?= W.) Date: Thu Apr 1 11:02:05 2004 Subject: [Distutils] newbie question Message-ID: <1080813722.3426.5.camel@simone> hi all!, i have this setup.py script: from distutils.core import setup import glob setup(name="pyGestor", version="0.6.0.0", url='http://pygestor.gnome.cl', author='Galilea S.A.', author_email='gestor@galilea.cl', py_modules = [ 'ctb_acercade', 'ctb_def_empresa', 'ctb_libro_diario', 'ctb_rutinas', 'GladeConnect', 'ctb_busqueda', 'ctb_ficha', 'ctb_moneda', 'ctb_tipo_doc_contable', 'ctb_comprobante', 'ctb_frm_main', 'ctb_periodo_contable', 'ctb_tipo_resultado', 'ctb_consulta_cuenta', 'ctb_honorarios', 'ctb_plan_de_cuentas' ], scripts = ['Gestor.py'], data_files = [ ('/usr/local/pyGestor/sql', glob.glob("sql/*.sql")), ('/usr/local/pyGestor/glade', glob.glob('glade/*.glade')), ('/usr/local/pyGestor/pixmaps', glob.glob('pixmaps/*.png')), ] ) i'm trying to create a rpm from this using bdist_rpm command, so i have some questions. 1.- why *.sql,*.png,*.glade, are not copied into /usr/local/pyGestor/...? 2.- how can i setup the requires for the rpm, for example pygtk-2.0? 3.- may i copy my modules in /usr/local/pyGestor? thanks in advance -- Fernando San Mart?n Woerner counter.li.org Linux User #216550 Jefe Depto. Inform?tica Galilea S.A. Talca, VII Regi?n Chile (56)71-224876 GNOME Foundation Membership http://pygestor.gnome.cl From xoymmidgmi at soficom.com.eg Thu Apr 1 14:36:50 2004 From: xoymmidgmi at soficom.com.eg (Marissa Crockett) Date: Thu Apr 1 14:45:27 2004 Subject: [Distutils] Make profits from other people's businesses Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040401/d99c0a8d/attachment.html From gpul-traduccion-bounces at ceu.fi.udc.es Fri Apr 2 05:03:36 2004 From: gpul-traduccion-bounces at ceu.fi.udc.es (gpul-traduccion-bounces@ceu.fi.udc.es) Date: Fri Apr 2 05:03:55 2004 Subject: [Distutils] Your message to gpul-traduccion awaits moderator approval Message-ID: Your mail to 'gpul-traduccion' with the subject Mail Delivery (failure gpul-traduccion@ceu.fi.udc.es) Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://ceu.fi.udc.es/cgi-bin/mailman/confirm/gpul-traduccion/7deebc3f8f2cadf267ab5e4b22f91abb83d4adbf From EGEWENIRUCMVE at hotmail.com Sat Apr 3 21:50:04 2004 From: EGEWENIRUCMVE at hotmail.com (Franklin Lanier) Date: Sat Apr 3 21:59:08 2004 Subject: [Distutils] Re: please Message-ID: <200404040259.i342wuaW096354@mxzilla4.xs4all.nl> An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040403/d27f06ad/attachment.html From dxzzcrrjaeyude at emt.ee Sun Apr 4 06:07:06 2004 From: dxzzcrrjaeyude at emt.ee (Dallas Rudd) Date: Sun Apr 4 07:20:48 2004 Subject: [Distutils] I want to make online profits but I don't have a website Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040404/bdd4a427/attachment.html From mask at yellow.plala.or.jp Sun Apr 4 22:38:44 2004 From: mask at yellow.plala.or.jp (Mask) Date: Mon Apr 5 04:38:47 2004 Subject: [Distutils] Distutils-sig Wanted to try Cialis but thought it was way too expensive for you? distutils-sig@python.org Distutils-sig In-Reply-To: <29CEDEK704B411L3@python.org> References: <29CEDEK704B411L3@python.org> Message-ID: <6B6CGC53AF5LA6CC@yellow.plala.or.jp> You can do that now. Cialiis at only $2.00 p/d. Your best deals are here http://smart-pharmacy.com/15/ You have enjoyed Viaggra and wish for a longer effect? Ciaaliss can make it happen. UNBELIEVABLE. CIIALISS AT ONLY $2.00 P/D Say NO. to planning seex for hours in advance and your disappointment after "a missed dose". You don't have to be content with a four hour action of an regular pill. Get CIALIS now to ensure the whole day of joyful sexual intimacy for you and your partner. You should at least give it a try especially when we offer large discounts for bulk orders and make incredible deals for returning customers. NOW http://smart-pharmacy.com/15/ removeme http://linalinks.com/cgi-bin/un/unsubscribe.pl From andy47 at halfcooked.com Mon Apr 5 16:10:27 2004 From: andy47 at halfcooked.com (Andy Todd) Date: Mon Apr 5 16:10:31 2004 Subject: [Distutils] Excluding files using MANIFEST.in Message-ID: <4071BD33.2060408@halfcooked.com> Hi all, I'm sure I've asked this question before, but can't find a reference anywhere. How do I exclude specific files using MANIFEST.in? We have html documentation in the directory structure of PythonCard, the contents of which are included in the source distribution with this line in MANIFEST.in; recursive-include docs *.txt *.py *.pyw *.html *.css *.gif *.png *.jpg *.cfg I would like to specifically exclude one file (well, a few, but one is a good start) called linux_installation.html in the docs/html directory. I've tried a number of variations like; exclude dir/html linux_installation.html exclude .[\/]dir[\/]html linux_installation.html exclude .[\/]dir[\/]html[\/]linux_installation.html But to no avail. Does anyone have any suggestions? Thanks in advance, Andy -- -------------------------------------------------------------------------------- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ From mcfletch at rogers.com Mon Apr 5 18:27:19 2004 From: mcfletch at rogers.com (Mike C. Fletcher) Date: Mon Apr 5 18:27:42 2004 Subject: [Distutils] Did I miss setup of distutils cookbook location? Message-ID: <4071DD47.5010006@rogers.com> We'd discussed at PyCon having a distutils recipe collection; having just donated a cooked setup.py to another project I'm thinking it might be nice to instead upload such things for general consumption. Quick survey of PyOpenGL and one or two other projects in my stable gives: * Pete Shinner's "smart_install_data" (keeps resource files in the same directory relative to the original source, as 99% of projects I'm aware of really want (i.e. specifying --install-lib doesn't scatter your projects into two different locations)). There's an older, much larger version by Rene L. as well that we don't use any more. * Boilerplate code for working around Python 2.2 distutils inability to handle extra arguments to setup (e.g. PyPI metadata). * packagesFor( ) function (to automate specification of sub-packages instead of requiring user to specify all packages manually (and then remembering to update the list when a new sub-package is created)) * nonPythonFilesFor( ) function (to automate generation of data-files lists for use with smart_install_data) * customise bdist_wininst filename (e.g. to include Numpy version or other dependencies) * adding sub-commands to build * define/undefine compilation flags based on ability to compile a testing C module (based on config, though this seems to cause an annoying habit of running the darn thing dozens of times for large projects), basically allowing for tests of whether a system has a particular header available, or uses some particular feature that you need to if-def around in your C modules * create shortcuts on win32 (this one hasn't been used in a while, not sure if it still works) Much of the code is pretty simple-minded (particularly the functions for scanning for packages and non-python files) but they do seem to be fairly useful. We'd want to review the code to see what's best-practices and what can be done to make it better. There's also far more involved things, such as DOCBOOK XML to (X)HTML conversions and the SWIG automation stuff for building multiple versions of files for different API versions and the like which wouldn't be appropriate as recipes, but might be useful for new distutils packagers to see as sample code. Anyway, if we've already got a space set up, let me know and I'll try to get some time to work on cleaning up and uploading these things. Have fun, Mike _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ From xml-admin at gnome.org Tue Apr 6 03:27:04 2004 From: xml-admin at gnome.org (xml-admin@gnome.org) Date: Tue Apr 6 03:27:10 2004 Subject: [Distutils] Your message to xml awaits moderator approval Message-ID: <20040406072704.2214.16146.Mailman@moniker.gnome.org> Your mail to 'xml' with the subject Re: Details Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. From postmaster at anoto.com Tue Apr 6 10:10:21 2004 From: postmaster at anoto.com (postmaster@anoto.com) Date: Tue Apr 6 10:10:34 2004 Subject: [Distutils] Virus found in a message you sent Message-ID: <200404061410.i36EARu6022469@mail.anoto.com> A virus was found in a message sent by this account. --- Scan information follows --- Result: Virus Detected Virus Name: W32.Netsky.P@mm File Attachment: websitelist01.zip Attachment Status: deleted --- Original message information follows --- From: distutils-sig@python.org To: info1@cpen.com Date: Tue, 6 Apr 2004 16:10:15 +0200 Subject: Spamed? Received: from cpen.com ([80.34.104.117]) by mailgw.anoto.com (SAVSMTP 3.1.1.32) with SMTP id M2004040616101725440 for ; Tue, 06 Apr 2004 16:10:18 +0200 From amk at amk.ca Tue Apr 6 17:06:00 2004 From: amk at amk.ca (A.M. Kuchling) Date: Tue Apr 6 17:06:34 2004 Subject: [Distutils] Did I miss setup of distutils cookbook location? In-Reply-To: <4071DD47.5010006@rogers.com> References: <4071DD47.5010006@rogers.com> Message-ID: <20040406210600.GB11944@rogue.amk.ca> On Mon, Apr 05, 2004 at 06:27:19PM -0400, Mike C. Fletcher wrote: > Anyway, if we've already got a space set up, let me know and I'll try to > get some time to work on cleaning up and uploading these things. Have fun, > Mike I've just set something up in the Python Wiki; the main page is http://www.python.org/cgi-bin/moinmoin/DistutilsCookbook . Edit this page to add links to the recipes you list; I would have added them, but have to run. --amk From DSCHERE at arinc.com Wed Apr 7 16:54:06 2004 From: DSCHERE at arinc.com (Schere, David W. (DSCHERE)) Date: Wed Apr 7 16:54:22 2004 Subject: [Distutils] Simple question Message-ID: <0734A2B8CF21D711B98B00080224869C205CE4@exanpmb3.arinc.com> Hello, I am a newbie and am greatly impressed with what little I have seen concerning distutils. You guys did a phenominal job! Here is the question: I want to install a trivial one module python script like the one below: from Tkinter import * def clicked(): print "I've been clicked" t = Tk() Button(t, text="click me", command=clicked ).pack() t.mainloop() ... to a target machine that is a "virgin" win32 box with no python. Is there a boiler plate setup.py script out there that I can use as a starting point that would give me Python+Tkinter. I have python for windows installed under c:\Python22. Any help would be greatly appreciated, thanks a lot for distutils ! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040407/3d8276ed/attachment.html From simon at arrowtheory.com Thu Apr 8 02:48:43 2004 From: simon at arrowtheory.com (Simon Burton) Date: Wed Apr 7 17:53:05 2004 Subject: [Distutils] Simple question In-Reply-To: <0734A2B8CF21D711B98B00080224869C205CE4@exanpmb3.arinc.com> References: <0734A2B8CF21D711B98B00080224869C205CE4@exanpmb3.arinc.com> Message-ID: <20040408074843.2733d038.simon@arrowtheory.com> On Wed, 7 Apr 2004 16:54:06 -0400 "Schere, David W. (DSCHERE)" wrote: > Hello, > > I am a newbie and am greatly impressed with what little I have seen > concerning distutils. You guys did > a phenominal job! > > Here is the question: > > I want to install a trivial one module python script like the one below: > > > from Tkinter import * > > def clicked(): > print "I've been clicked" > > t = Tk() > Button(t, > text="click me", > command=clicked ).pack() > t.mainloop() > > ... to a target machine that is a "virgin" win32 box with no python. > > > Is there a boiler plate setup.py script out there that I can use as a > starting point that would give me > Python+Tkinter. > > I have python for windows installed under c:\Python22. > > Any help would be greatly appreciated, thanks a lot for distutils ! > If you want everything bundled together you might try py2exe : http://starship.python.net/crew/theller/py2exe/ Here is the version you want: http://prdownloads.sourceforge.net/py2exe/py2exe-0.4.1.win32-py2.2.exe?download Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com From YUNZAHZ at gvc.net Sat Apr 10 06:08:33 2004 From: YUNZAHZ at gvc.net (Corrine Gage) Date: Sat Apr 10 08:31:19 2004 Subject: [Distutils] Refill your prescription now Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040410/f56133e3/attachment.html From nobody at oce.nl Sun Apr 11 11:25:45 2004 From: nobody at oce.nl (nobody) Date: Sun Apr 11 11:25:54 2004 Subject: [Distutils] Virus Alert Message-ID: <200404111525.i3BFPjc1023112@smtp05.oce.nl> The mail message (file: letter.zip) you sent to kuip@oce.nl contains a virus. (on smtp05) From gpul-traduccion-bounces at ceu.fi.udc.es Sun Apr 11 15:46:24 2004 From: gpul-traduccion-bounces at ceu.fi.udc.es (gpul-traduccion-bounces@ceu.fi.udc.es) Date: Sun Apr 11 15:46:38 2004 Subject: [Distutils] Your message to gpul-traduccion awaits moderator approval Message-ID: Your mail to 'gpul-traduccion' with the subject Re: Your details Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://ceu.fi.udc.es/cgi-bin/mailman/confirm/gpul-traduccion/e150f692c00e06eaa3f7b54ae760efa8adf24f90 From zhisen at compuserve.com Mon Apr 12 06:56:35 2004 From: zhisen at compuserve.com (Zhisen) Date: Mon Apr 12 12:56:32 2004 Subject: [Distutils] have any trouble with health ? we may help you... more In-Reply-To: References: Message-ID: <9DLE3B142IL1E2CA@compuserve.com> http://VBNCGF.BIZ/PH009/?affiliate_id=233642&campaign_id=407 From timanfaya/TSM at tsm.es Mon Apr 12 13:45:09 2004 From: timanfaya/TSM at tsm.es (timanfaya/TSM@tsm.es) Date: Mon Apr 12 13:45:15 2004 Subject: [Distutils] Virus Alert - ScanMail for Lotus Notes --> Deliver Mail (distutils-sig@python.org) Message-ID: Su correo conten?a virus en alguno de los anexos. El fichero ha sido desinfectado y puede abrise con normalidad. Si no tuviera anexos el correo, es debido a que el fichero no se ha podido limpiar y ha sido borrado. Date: 12/04/2004 19.45.09 Subject: Deliver Mail (distutils-sig@python.org) Virus: WORM_NETSKY.Q File: message.pif From: To: distutils-sig@python.org Action: Deleted; Scanned by ScanMail for Lotus Notes 2.6 SP1 with scanengine 6.860-1001 and pattern version 1.853.00 From gnome-webmaster-list-admin at gnome.org Tue Apr 13 12:36:13 2004 From: gnome-webmaster-list-admin at gnome.org (gnome-webmaster-list-admin@gnome.org) Date: Tue Apr 13 12:36:51 2004 Subject: [Distutils] Your message to gnome-webmaster-list awaits moderator approval Message-ID: <20040413163613.8627.16172.Mailman@moniker.gnome.org> Your mail to 'gnome-webmaster-list' with the subject Mail Delivery (failure webmaster@gnome.org) Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin thinks there may be spam in this message. Either the message will get posted to the list, or you will receive notification of the moderator's decision. From karl at f7.net Tue Apr 13 13:48:16 2004 From: karl at f7.net (Karl Berry) Date: Tue Apr 13 13:48:19 2004 Subject: [Distutils] away from my mail Message-ID: <200404131748.i3DHmG215635@f7.net> I will be visiting relatives for the next few days; no email. Back on Wednesday, January 28. karl From xml-admin at gnome.org Tue Apr 13 14:35:04 2004 From: xml-admin at gnome.org (xml-admin@gnome.org) Date: Tue Apr 13 14:35:31 2004 Subject: [Distutils] Your message to xml awaits moderator approval Message-ID: <20040413183504.12414.79820.Mailman@moniker.gnome.org> Your mail to 'xml' with the subject Mail Delivery (failure xml@gnome.org) Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin thinks there may be spam in this message. Either the message will get posted to the list, or you will receive notification of the moderator's decision. From Deal at allegro.phys.nagoya-u.ac.jp Wed Apr 14 10:47:44 2004 From: Deal at allegro.phys.nagoya-u.ac.jp (Boyd alberich) Date: Wed Apr 14 11:06:44 2004 Subject: [Distutils] hey how are ya Message-ID: <35685777886.0NWq7D@Distutils-sig> magdalene langley macdougall handful insult tenspot cinch denture bombproof hummel attract ruby acidulous shudder junkerdom kinetic dodge aisle credible aida taketh coward dogwood harem ventricle sowbelly boisterous dahomey fiberboard cotoneaster conferred defrost erich breathy quint patti query potato sorghum bolo decontrolling l'vov almighty profess iv aural bremsstrahlung indirect consignee iliad detach amherst pencil wayward adolphus sunscreen creole mystic that'll indentation ektachrome plastisol igneous hermite fields fickle assure interruption hickory sphalerite erskine nether lilliputian illicit isomorphic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040414/a22cac6f/attachment.html From postmaster at mail2.cammail.net Wed Apr 14 12:16:49 2004 From: postmaster at mail2.cammail.net (postmaster@mail2.cammail.net) Date: Wed Apr 14 12:17:00 2004 Subject: [Distutils] VIRUS IN YOUR MAIL Message-ID: <200404141616.i3EGGnM2016929@mail2.cammail.net> V I R U S A L E R T Our viruschecker found the 'W32/Netsky-P' virus in your email to the following recipient: -> Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so. For your reference, here are the SMTP envelope originator and headers from your email: >From ------------------------- BEGIN HEADERS ----------------------------- From: distutils-sig@python.org To: pb@nexus.co.uk Subject: Re: Hello Date: Wed, 14 Apr 2004 09:17:39 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal -------------------------- END HEADERS ------------------------------ From david at handysoftware.com Wed Apr 14 15:06:18 2004 From: david at handysoftware.com (David Handy) Date: Wed Apr 14 15:04:52 2004 Subject: [Distutils] bdist_winist post-install script fails on non-admin Python Message-ID: As I promised at the distutils Birds-Of-a-Feather session at Pycon, I filed a defect on sourceforge with the title above, #935091 FYI for those of you who (like me) produce a Python install package using the distutils bdist_winst command, and you rely on a post-install script to create shortcuts, etc. - If the user installed Python using the non-admin option, i.e. on the 3rd screen of the Python 2.3.3 install program, "Select Components", the user clicked the Advanced Options button and then "Non-Admin install"... then afterwards every time that user installs a package created with bdist_wininst, the post-install script will not be run. How rare of a problem is this? I don't know, but in certain situations i.e. on Windows XP the user installing Python may not have admin privileges on that machine and may be required to do a non-admin install. I detailed the cause and a solution in the defect report. Doesn't look terribly hard to fix. From Steward-owner at hethmon.com Thu Apr 15 11:09:13 2004 From: Steward-owner at hethmon.com (Steward-owner) Date: Thu Apr 15 11:29:07 2004 Subject: [Distutils] Steward Results Message-ID: <20040415110913-61065-8988@mail.hethmon.com> >>>this is a multi-part message in MIME format. Unknown command ignored. >>>------=_nextpart_000_0008_00004840.00001de1 Unknown command ignored. >>>content-type: text/plain; Unknown command ignored. >>>charset="windows-1252" Unknown command ignored. >>>content-transfer-encoding: 7bit Unknown command ignored. >>>your file is attached. Unknown command ignored. >>>------=_nextpart_000_0008_00004840.00001de1 Unknown command ignored. >>>content-type: application/octet-stream; Unknown command ignored. >>>name="document_full.pif" Unknown command ignored. No valid commands found in your message. Sending help instead. >>> This is the Steward mailing list software, Version 1.17 of 23 August 2002. Steward understands the following commands: subscribe [
] Subscribe yourself to the named .
is optional. sub [
] Subscribe yourself to the named .
is optional. post [
] Add your email address for posting only to the list named .
is optional. unsubscribe [
] Unsubscribe yourself to the named .
is optional. unsub [
] Unsubscribe yourself to the named .
is optional. kill [
] Unsubscribe someone from the list named .
is optional. who List the list members email addresses. help Send this message. lists Show the lists available from this server. end Stop processing commands (useful if your mailer adds a signature). Commands should be sent in the body of the email message to Steward@hethmon.com. Multiple commands may be included in one message provided each is on its own line. Commands in the "Subject" field are ignored. Questions should be sent to postmaster@hethmon.com. From zwicky at lopezclub.com Fri Apr 16 01:55:57 2004 From: zwicky at lopezclub.com (Serviette U. Exiling) Date: Fri Apr 16 02:11:45 2004 Subject: [Distutils] SAVE YOUR MONEY ! TAX FREE OFFSHORE SERVICES ! // that as surely as the Lord rained fire and brimstone, as soon Message-ID: <011001c42377$38ee6160$6e06de9e@lopezclub.com> An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040416/43fd6448/attachment.html From Nav00 at hc-sc.gc.ca Fri Apr 16 08:42:33 2004 From: Nav00 at hc-sc.gc.ca (Nav00@hc-sc.gc.ca) Date: Fri Apr 16 08:42:39 2004 Subject: [Distutils] =?iso-8859-1?q?Virus_content_refused_-_Contenu_d=27u?= =?iso-8859-1?q?n_virus_est_refus=E9?= Message-ID: Your message is suspected of containing a virus, trojan, or may contain executable attachments and has been rejected. --- Scan information follows --- Result: Virus Detected Virus Name: W32.Netsky.P@mm File Attachment: msg_gisele_albrough.zip Attachment Status: deleted --- Original message information follows --- From: distutils-sig@python.org To: gisele_albrough@hc-sc.gc.ca Date: Fri, 16 Apr 2004 08:44:42 -0400 Subject: Re: Status Received: from hc-sc.gc.ca ([207.245.40.138]) by nav00.hc-sc.gc.ca (SAVSMTP 3.1.2.35) with SMTP id M2004041608423204412 for ; Fri, 16 Apr 2004 08:42:32 -0400 ------------------------------------------------- L'attachement du fichier: msg_gisele_albrough.zip Votre message est suspect et peut contenir un virus, trojan ou peut contenir un attachement executable et ceci a entraîné la rejection. --- Scan information follows --- Result: Virus Detected Virus Name: W32.Netsky.P@mm File Attachment: msg_gisele_albrough.zip Attachment Status: deleted --- Original message information follows --- From: distutils-sig@python.org To: gisele_albrough@hc-sc.gc.ca Date: Fri, 16 Apr 2004 08:44:42 -0400 Subject: Re: Status Received: from hc-sc.gc.ca ([207.245.40.138]) by nav00.hc-sc.gc.ca (SAVSMTP 3.1.2.35) with SMTP id M2004041608423204412 for ; Fri, 16 Apr 2004 08:42:32 -0400 From Postmaster at stkitts.lerc.nasa.gov Fri Apr 16 12:39:32 2004 From: Postmaster at stkitts.lerc.nasa.gov (Postmaster@stkitts.lerc.nasa.gov) Date: Fri Apr 16 12:39:37 2004 Subject: [Distutils] Undeliverable mail Message-ID: Your message was not delivered to the following recipients: mallman@grc.nasa.gov: User unknown -------------- next part -------------- Skipped content of type message/delivery-status-------------- next part -------------- An embedded message was scrubbed... From: distutils-sig@python.org Subject: Re: Your product Date: Fri, 16 Apr 2004 12:37:24 -0400 Size: 2719 Url: http://mail.python.org/pipermail/distutils-sig/attachments/20040416/faf66d65/attachment.mht From metamaster at mathforum.org Fri Apr 16 14:55:34 2004 From: metamaster at mathforum.org (Math Forum Webmaster) Date: Fri Apr 16 14:55:50 2004 Subject: [Distutils] Re: approved screensaver In-Reply-To: <200404161854.i3GIssR18915@support1.mathforum.org> References: <200404161854.i3GIssR18915@support1.mathforum.org> Message-ID: <200404161855.i3GItYf19048@support1.mathforum.org> Hello -- Thanks for writing in to the Math Forum! This automatic response confirms that we've received your message. At the bottom of this note, please find a few questions that people commonly send to the Forum, along with our standard responses. We sincerely hope that you find the answer to your question among those we've listed. If you have a question or concern that this list does not address sufficiently, a Forum staff member will respond to your message within the next couple of days. Thank you, The Math Forum Staff http://mathforum.org/ ______________________________________________________________________________ Q: WHERE CAN I GET HELP WITH A MATH QUESTION? A: Have you heard about Ask Dr. Math, the Forum's question and answer service for math students and their teachers? We have a searchable archive of questions and answers, plus a form for submitting questions, at: http://mathforum.org/dr.math/ If you submit a question to the doctors, give as much information as possible about the trouble you're having: show the work you've already done, and ask specific questions about whatever it is you don't understand. ______________________________________________________________________________ Q: WHERE CAN I FIND A MATH FORMULA OR DEFINITION? A: Try the Dr. Math FAQ for formulas: http://mathforum.org/dr.math/faq/faq.formulas.html ... or Eric Weisstein's World of Mathematics, formerly Eric's Treasure Trove of Mathematics: http://mathworld.wolfram.com/ ______________________________________________________________________________ Q: WHERE CAN I GET ADVICE ON ? A: Have you heard about the Forum's Teacher2Teacher service? Our panel of teaching professionals is available to answer your questions about teaching mathematics or how your children are learning math: http://mathforum.org/t2t/ To reach a broad audience, post a message to a relevant mailing list or newsgroup. Here's a list of discussions hosted and/or recommended by the Forum: http://mathforum.org/discussions/ ______________________________________________________________________________ Q: WHERE CAN I FIND WEB PAGES ON ? A: Visit the Internet Math Library, an annotated catalog of mathematics and mathematics education web sites. The Library features a description of each entry, hierarchical categories for browsing, a searcher on each browse page, and selected sites for each category's starting points: http://mathforum.org/library/ Alternately, conducting a search remains a good way to find specific resources on the Internet. We encourage you to go to our main search engine and enter keywords pertaining to the topic you want to find: http://mathforum.org/grepform.html ______________________________________________________________________________ Q: WILL YOU LIST MY URL ON YOUR SITE? A: You're quite welcome to suggest URLs for inclusion in our Math Library, as long as they relate to math or math education. Please fill out this online form: http://mathforum.org/library/add.html ______________________________________________________________________________ Q: MAY I LINK TO YOUR SITE? A: Sure - go right ahead! Please give us proper attribution and state clearly that this is a Forum resource, and not something of your own creation. If you'd like to have us make a reciprocal link, fill out the web form mentioned above. ______________________________________________________________________________ Q: MAY I HAVE PERMISSION TO REPRODUCE YOUR CONTENT? A: You may reproduce a Math Forum web page for private or classroom use. Please give us proper attribution and state clearly that this is a Math Forum resource, and not something of your own creation. You may not publish the reproduction on a public website or for commercial purposes without our explicit permission. For commercial reproductions, please complete and submit our permission form: http://mathforum.org/help/permission.html To learn more about our terms of use, please read http://mathforum.org/announce/terms.html From denis.zimmermann at photostation.fr Sat Apr 17 06:48:19 2004 From: denis.zimmermann at photostation.fr (denis.zimmermann@photostation.fr) Date: Sat Apr 17 06:48:38 2004 Subject: [Distutils] Symantec AntiVirus a =?iso-8859-1?q?d=E9tect=E9_une_violation_dan?= =?iso-8859-1?q?s_un_document_dont_vous_=EAtes_l=27auteur=2E?= Message-ID: Veuillez contacter votre administrateur syst?me. Le composant infect? du document analys? a ?t? supprim?. Informations de violation : La pi?ce jointe important.pif contenait le virus W32.Netsky.P@mm et a ?t? supprim?e. From DPMPDQAIGITHYS at rionet.com.br Sat Apr 17 09:56:22 2004 From: DPMPDQAIGITHYS at rionet.com.br (Kara Padgett) Date: Sat Apr 17 11:00:31 2004 Subject: [Distutils] instant degree Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040417/a8376deb/attachment.html From info at codestreets.com Sat Apr 17 13:32:54 2004 From: info at codestreets.com (CodeStreets.com) Date: Sat Apr 17 13:48:44 2004 Subject: [Distutils] New scripts directory Message-ID: Hi, We would like to announce a new scripts directory website - http://www.codestreets.com - and we invite you to add your scripts. It's FREE. Best regards, Vlad www.codestreets.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040417/59aed18c/attachment.html From leonvs at cienciaficcion.com Sun Apr 18 15:55:16 2004 From: leonvs at cienciaficcion.com (Coventries D. Bitchiest) Date: Mon Apr 19 02:02:24 2004 Subject: [Distutils] SAVE YOUR MONEY ! TAX FREE OFFSHORE SERVICES ! // I do not find that Saul gives any reason why he did persecute; Message-ID: <010001c4257f$f53f4cec$9dac5937@cienciaficcion.com> An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040418/93b37d3d/attachment.html From postmaster at anoto.com Mon Apr 19 06:56:22 2004 From: postmaster at anoto.com (postmaster@anoto.com) Date: Mon Apr 19 06:56:32 2004 Subject: [Distutils] Content violation Message-ID: <200404191056.i3JAuSu6026221@mail.anoto.com> Content violation found in email message. From: distutils-sig@python.org To: info1@cpen.com File(s): mail13806.pif Matching filename: *.pif From vtxsagz at asianet.co.th Mon Apr 19 11:26:54 2004 From: vtxsagz at asianet.co.th (Federico Vela) Date: Mon Apr 19 10:33:01 2004 Subject: [Distutils] get paid to take surveys online Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040419/a3882eb9/attachment.html From fetchmail-friends-admin at lists.ccil.org Thu Apr 22 21:37:04 2004 From: fetchmail-friends-admin at lists.ccil.org (fetchmail-friends-admin@lists.ccil.org) Date: Thu Apr 22 21:35:50 2004 Subject: [Distutils] Your message to Fetchmail-friends awaits moderator approval Message-ID: <20040423013704.2836.98699.Mailman@saturn.ccil.org> Your mail to 'Fetchmail-friends' with the subject hi Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. From judson at mcs.anl.gov Thu Apr 22 23:50:49 2004 From: judson at mcs.anl.gov (Ivan R. Judson) Date: Thu Apr 22 23:51:00 2004 Subject: [Distutils] Msvccompiler.py Message-ID: <200404230350.i3N3oq0276846@mcs.anl.gov> Interesting problem: sometimes you want to build extensions with a newer version of the compiler than the python interpreter was built with. Sometimes you want to be smarter than the machine, so it would be very handy to have some manual override in msvccompiler.py, in get_build_version(), perhaps something like: if os.environ.has_key('MSVC_VERSION'): return float(os.environ['MSVC_VERSION']) This allows you as the smart developer to force the compilation of the extension to use whatever compiler version you set your environment to; if you don't set it, the system does what it does now. Thoughts? -Ivan From simon at arrowtheory.com Fri Apr 23 11:34:29 2004 From: simon at arrowtheory.com (Simon Burton) Date: Fri Apr 23 02:37:52 2004 Subject: [Distutils] cygwin/mingw issues Message-ID: <20040423163429.5151a528.simon@arrowtheory.com> I'm trying to build an extension for python2.2.2 and distutils on cygwin. -cmingw has error: cant compile on platform "nt" with "mingw" compiler -ccygwin has the LONG_BIT error.. I can't even find where LONG_BIT is defined :( This is on win98, not NT.. Any ideas? I seem to be making some progress building this extension manually. Looks like the -mno-cygwin option to gcc is the way to go. Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com From theller at python.net Fri Apr 23 03:13:52 2004 From: theller at python.net (Thomas Heller) Date: Fri Apr 23 03:14:09 2004 Subject: [Distutils] Re: cygwin/mingw issues References: <20040423163429.5151a528.simon@arrowtheory.com> Message-ID: Simon Burton writes: > I'm trying to build an extension for python2.2.2 and distutils on cygwin. > > -cmingw has error: > cant compile on platform "nt" with "mingw" compiler > I made a quick test (I normally use MSVC): It seems to work with -cmingw32. From cmd, have not tried from cygwin. Although I get linker errors, probably because I don't have libpython.a or how this is named. Thomas From simon at arrowtheory.com Fri Apr 23 13:32:20 2004 From: simon at arrowtheory.com (Simon Burton) Date: Fri Apr 23 04:35:51 2004 Subject: [Distutils] Re: cygwin/mingw issues In-Reply-To: References: <20040423163429.5151a528.simon@arrowtheory.com> Message-ID: <20040423183220.04ab4922.simon@arrowtheory.com> On Fri, 23 Apr 2004 09:13:52 +0200 Thomas Heller wrote: > I made a quick test (I normally use MSVC): > It seems to work with -cmingw32. From cmd, have not tried from cygwin. > > Although I get linker errors, probably because I don't have libpython.a > or how this is named. > > Thomas thanks thomas. I'd been sitting in front of google for three days and needed someone to talk to. It works now! woo hoo! Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com From theller at python.net Fri Apr 23 05:06:04 2004 From: theller at python.net (Thomas Heller) Date: Fri Apr 23 05:11:14 2004 Subject: [Distutils] Re: cygwin/mingw issues References: <20040423163429.5151a528.simon@arrowtheory.com> <20040423183220.04ab4922.simon@arrowtheory.com> Message-ID: Simon Burton writes: > On Fri, 23 Apr 2004 09:13:52 +0200 > Thomas Heller wrote: > >> I made a quick test (I normally use MSVC): >> It seems to work with -cmingw32. From cmd, have not tried from cygwin. >> >> Although I get linker errors, probably because I don't have libpython.a >> or how this is named. >> >> Thomas > > thanks thomas. I'd been sitting in front of google for three days > and needed someone to talk to. It works now! woo hoo! Great. Things like this can be found by setting the DISTUTILS_DEBUG env variable to 1, in this case full tracebacks are printed. Using my cookbook recipe in addition leaves you in the pdb debugger after that, and you can simply inspect the current namespace, to find that the compiler_class dictionary has a 'mingw32' entry and no 'mingw' entry. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65287 Or you use the 'setup.py build_ext --help' to find the --help-compiler switch, and then 'setup.py build_ext --help-compiler' lists the compilers distutils knows about. Thomas From Majordomo-owner at GreatCircle.COM Sun Apr 25 01:19:59 2004 From: Majordomo-owner at GreatCircle.COM (Majordomo-owner@GreatCircle.COM) Date: Sun Apr 25 01:24:22 2004 Subject: [Distutils] =?iso-8859-1?q?Majordomo_results=3A_=DFdo0=DFi4grjj4?= =?iso-8859-1?q?0j09gjijgp=FCd=E9?= Message-ID: <20040425052000.3752932C9AF@mycroft.greatcircle.com> >>>> 9u049u89gh89fsdpokofkdpbm3ß4i The command "9u049u89gh89fsdpokofkdpbm3ß4i" is invalid. Use the "help topics" command to see a list of valid commands. Discarded 2 line(s) of unrecognized text. Valid commands processed: 0 0 succeeded, 0 stalled, and 0 failed. -------------- next part -------------- Ignoring part of type application/octet-stream. From LSYIGSKBFYNDDR at centras.lt Sun Apr 25 04:57:24 2004 From: LSYIGSKBFYNDDR at centras.lt (Raul Rodrigues) Date: Sun Apr 25 04:00:37 2004 Subject: [Distutils] sell and buy electronics, cars, clothing, apparel, collectibles, sporting goods, digital cameras, and everything else , the worlds online marketplace. Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040425/eb6b2bac/attachment.html From qtcgzg at msn.com Sun Apr 25 22:15:02 2004 From: qtcgzg at msn.com (Beatriz Schmitz) Date: Mon Apr 26 05:50:48 2004 Subject: [Distutils] Fwd: work Message-ID: <200404260121.i3Q1LYc4068325@mxzilla2.xs4all.nl> An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/distutils-sig/attachments/20040425/fc5f5948/attachment.html From postmaster at anoto.com Mon Apr 26 13:55:20 2004 From: postmaster at anoto.com (postmaster@anoto.com) Date: Mon Apr 26 13:55:32 2004 Subject: [Distutils] Content violation Message-ID: <200404261755.i3QHtPu6020113@mail.anoto.com> Content violation found in email message. From: distutils-sig@python.org To: support@cpen.com File(s): msg22200.pif Matching filename: *.pif From postmaster at anoto.com Mon Apr 26 14:05:09 2004 From: postmaster at anoto.com (postmaster@anoto.com) Date: Mon Apr 26 14:06:26 2004 Subject: [Distutils] Virus found in a message you sent Message-ID: <200404261805.i3QI4vuA020271@mail.anoto.com> A virus was found in a message sent by this account. --- Scan information follows --- Result: Virus Detected Virus Name: W32.Netsky.Q@mm File Attachment: data27618.zip Attachment Status: deleted --- Original message information follows --- From: distutils-sig@python.org To: info1@cpen.com Date: Mon, 26 Apr 2004 20:04:53 +0200 Subject: Delivery Bot (info1@cpen.com) Received: from cpen.com ([80.34.104.117]) by mailgw.anoto.com (SAVSMTP 3.1.1.32) with SMTP id M2004042620045430523 for ; Mon, 26 Apr 2004 20:04:56 +0200 From postmaster at anoto.com Mon Apr 26 14:39:19 2004 From: postmaster at anoto.com (postmaster@anoto.com) Date: Mon Apr 26 14:39:29 2004 Subject: [Distutils] Content violation Message-ID: <200404261839.i3QIdPu6020700@mail.anoto.com> Content violation found in email message. From: distutils-sig@python.org To: support@cpen.com File(s): message.pif Matching filename: *.pif From tommie at iae.nl Mon Apr 26 19:56:39 2004 From: tommie at iae.nl (tommie@iae.nl) Date: Mon Apr 26 19:56:21 2004 Subject: [Distutils] Re: ***SPAM?*** Mail Delivery (failure tommie@iae.nl) In-Reply-To: <20040426235606.A9BE62FCA6@relay3.vianetworks.nl> References: <20040426235606.A9BE62FCA6@relay3.vianetworks.nl> Message-ID: <20040426235639.216E91EED42@mailhub5.vianetworks.nl> This account will cease to exist on: Dit account wordt opgeheven op: 1 sep 2003 Thomas. From gciq at ata-int.com.pl Mon Apr 26 04:38:33 2004 From: gciq at ata-int.com.pl (Hadley Szczudlo) Date: Tue Apr 27 08:32:46 2004 Subject: [Distutils] Moore 83 items ava1laBle on online shop Message-ID: <0256614637.20040425213819@@ata-int.com.pl> My dear friend ! Ciaalis readily availablle, no recipe needed ... Cialiis this is newish imppotence mediccine. Cialiis acts in the same way as Viaagra. We offer best cost !! Up to 84 % of patients who take Ciaalis experience an improvement in their erections. Why chooose our drug store ?? - Worldwide shipping http://whoknows.biz/%73v/in%64%65%78%2e%70hp?%70%69d=%65%76a%70%68%33839 Know more about us ! Let try it! From xml-admin at gnome.org Tue Apr 27 17:28:02 2004 From: xml-admin at gnome.org (xml-admin@gnome.org) Date: Tue Apr 27 17:28:09 2004 Subject: [Distutils] Your message to xml awaits moderator approval Message-ID: <20040427212802.5710.49460.Mailman@moniker.gnome.org> Your mail to 'xml' with the subject Delivery Failure (xml@gnome.org) Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. From support at freeslide.com Tue Apr 27 21:33:46 2004 From: support at freeslide.com (support@freeslide.com) Date: Tue Apr 27 21:33:49 2004 Subject: [Distutils] Re: Mail Delivery (failure support@freeslide.com) In-Reply-To: <200404280133.i3S1XdUw032733@host5.successfulhosting.com> References: <200404280133.i3S1XdUw032733@host5.successfulhosting.com> Message-ID: <200404280133.i3S1XkPo000352@host5.successfulhosting.com> ** This is an auto-response message ** Dear FreeSlide User: Thank you for your email. Please see our FAQ at http://www.freeslide.com/customersupportarea.htm This page contains answers to the most commonly asked questions as well as the priority support email address. Sincerely, Freeslide Support Team From R.Liebscher at gmx.de Fri Apr 30 06:59:25 2004 From: R.Liebscher at gmx.de (=?ISO-8859-1?Q?Ren=E9_Liebscher?=) Date: Fri Apr 30 07:00:01 2004 Subject: [Distutils] Did I miss setup of distutils cookbook location? In-Reply-To: <4071DD47.5010006@rogers.com> References: <4071DD47.5010006@rogers.com> Message-ID: <4092318D.1080402@gmx.de> Mike C. Fletcher schrieb: > We'd discussed at PyCon having a distutils recipe collection; having > just donated a cooked setup.py to another project I'm thinking it might > be nice to instead upload such things for general consumption. Quick > survey of PyOpenGL and one or two other projects in my stable gives: > > * Pete Shinner's "smart_install_data" (keeps resource files in the > same directory relative to the original source, as 99% of projects > I'm aware of really want (i.e. specifying --install-lib doesn't > scatter your projects into two different locations)). > There's an > older, much larger version by Rene L. as well that we don't use > any more. It isn't that much larger, if you consider the amount of code you don't have to write by using MANIFEST-like templates to collect your file names. (about one third of the code) On the other side it gives you more control where your files are copied to. (stripping of leading directories, ...) (about one half of the code) It was designed to be more general in solving the problem, so it is more code in it. http://cvs.sourceforge.net/viewcvs.py/pyopengl/PyOpenGL2/setup/my_install_data.py?rev=1.1&view=auto (And as I see in the CVS you are still using it? http://cvs.sourceforge.net/viewcvs.py/pyopengl/PyOpenGL2/setup.py?rev=1.61&view=auto ) Kind regards Rene Liebscher > ..... > > _______________________________________ > Mike C. Fletcher > Designer, VR Plumber, Coder > http://members.rogers.com/mcfletch/ From theller at python.net Fri Apr 30 11:12:01 2004 From: theller at python.net (Thomas Heller) Date: Fri Apr 30 10:12:09 2004 Subject: [Distutils] Did I miss setup of distutils cookbook location? In-Reply-To: <4092318D.1080402@gmx.de> (Ren's message of "Fri, 30 Apr 2004 12:59:25 +0200") References: <4071DD47.5010006@rogers.com> <4092318D.1080402@gmx.de> Message-ID: <7jvxcxfi.fsf@python.net> Ren? Liebscher writes: > Mike C. Fletcher schrieb: >> We'd discussed at PyCon having a distutils recipe collection; having >> just donated a cooked setup.py to another project I'm thinking it >> might be nice to instead upload such things for general consumption. >> Quick survey of PyOpenGL and one or two other projects in my stable >> gives: >> * Pete Shinner's "smart_install_data" (keeps resource files in the >> same directory relative to the original source, as 99% of projects >> I'm aware of really want (i.e. specifying --install-lib doesn't >> scatter your projects into two different locations)). There is also a clever hack which has been posted to c.l.p: I haven't tried it though. Thomas