User talk:Multichill/Archives/2016/June

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
File:Starr 030525-0014 Hibiscus ovalifolius.jpg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Arnaud Palastowicz (talk) 15:34, 13 June 2016 (UTC)

File:Starr 030525-0014 Hibiscus ovalifolius.jpg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

 — billinghurst sDrewth 02:15, 15 June 2016 (UTC)

File:US Navy 090422-N-1688B-424 teelworker 1st Class Kajuna Strickland, left, and Information Systems Technician 3rd Class Cameran Heckenlaible hand out candy to children at the Balise School in Port Gentl during an Africa Partnersh.jpg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

62.92.48.66 08:07, 22 June 2016 (UTC)

Uploading images - python

Hi! Can I steal some of your time? A Python newbie wants to create a script for image uploading from one Wikipedia to another (the standart ones doesn't provide features, what will be needed in final version of script)... Here is the current code:

import pywikibot

from scripts import upload

site = pywikibot.Site("en", "wikipedia")
image = "File:Project X Poster.jpg"
page = pywikibot.Page(site,image)
imagePage = pywikibot.FilePage(site,image)
desc = "Tests"

bot = upload.UploadRobot(url=imagePage.fileUrl(), description=desc,
								 keepFilename=True,
                                 verifyDescription=False, ignoreWarning=True,
                                 targetSite=pywikibot.Site('lv',
                                                           'wikipedia'))
bot.run()

But it gives error: AttributeError: 'HTTPMessage' object has no attribute 'getheader'. I'm probably just doing something silly, right? I get also warning url as string is deprecated. Use an iterable instead., but that can probably wait. --Edgars2007 (talk) 14:04, 28 June 2016 (UTC)

File:9 - Unknown - 20510665 - RCE.jpg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

80.215.210.32 22:42, 28 June 2016 (UTC)