From techapotamus at me.com Thu Mar 7 14:22:07 2019 From: techapotamus at me.com (Branch Seidenman) Date: Thu, 7 Mar 2019 14:22:07 -0500 Subject: [Idle-dev] Retina Icons In-Reply-To: <2483c8cc-ccce-98ee-30e2-5fededcac8be@udel.edu> References: <1C7770FC-B6D2-4BCB-85FA-8DD3E0A79765@me.com> <2483c8cc-ccce-98ee-30e2-5fededcac8be@udel.edu> Message-ID: <710F0AC0-90DC-4619-AE01-ECD7902C95BC@me.com> Hi! I saw this issue is moving along. Glad to see that. One more request: the Python Launcher (rocket ship icon, installed with IDLE) also is missing High-Res Icons. Thanks! Branch > On Jan 26, 2019, at 6:57 PM, Terry Reedy wrote: > > On 1/24/2019 7:58 PM, Branch Seidenman via IDLE-dev wrote: >> Hi! >> The icon for IDLE and Python Launcher look really bad on Retina Macs, and the Python folder doesn?t look so hot either. See attached image. Would it be possible to add the correct icon sizes to the app to make it look better? I put below Apple?s recommendations for icon sizes. >> 1024px ? 1024px >> 512px ? 512px >> 256px ? 256px >> 128px ? 128px >> 64px ? 64px >> 32px ? 32px >> 16px ? 16px > > I copied this list to https://bugs.python.org/issue32129 and added > "Creating new icons larger that 48px is beyond me. Besides which, I believe these are copies of files elsewhere in the repository. (The icons directory should have a README explaining the files and their origin. How many of these sizes would actually be useful? Would larger icons be useful on hi-rex Linux (or even Windows) systems?" > > -- > Terry Jan Reedy > From murxcar at yahoo.com Mon Mar 4 01:37:46 2019 From: murxcar at yahoo.com (Carlo Webmail) Date: Mon, 4 Mar 2019 07:37:46 +0100 Subject: [Idle-dev] keybindingDialog.py Message-ID: good morning, I wanted to report that in "keybindingDialog.py " at line 185 is repeated twice F2 and lacks F3 best regards Carlo From mariatta at python.org Thu Mar 7 20:18:14 2019 From: mariatta at python.org (Mariatta) Date: Thu, 7 Mar 2019 17:18:14 -0800 Subject: [Idle-dev] Using Redmine API in python In-Reply-To: <4039F754-73D1-4709-AAD5-CBC4A11BD2D9@students.zhaw.ch> References: <4039F754-73D1-4709-AAD5-CBC4A11BD2D9@students.zhaw.ch> Message-ID: This mailing list for the development of IDLE itself, not for general question on how to use Python/IDLE. I would suggest posting question to Python list ( https://mail.python.org/mailman/listinfo/python-list) In addition, redmine is not part of the standard library, it is something you will need to install (eg by doing `python -m pip install redmine` if redmine is the name of the package). So perhaps check the documentation for redmine package itself on how to install it. Good luck with the thesis. ? On Thu, Mar 7, 2019 at 5:03 PM Brantschen Benjamin (brantben) < brantben at students.zhaw.ch> wrote: > Hi there > > I am a student in Switzerland and I?m trying to use the redmine REST API > for the bachelor thesis. > > I?m trying to import the redmine package on my python shell. > > When I run: > import redmine > > I get back: > Traceback (most recent call last): > File "", line 1, in > import redmine > ModuleNotFoundError: No module named 'redmine' > > I use python 3.7.2 Tk version 8.6.8 IDLE version 3.7.2 > > I tried to find help on the internet but there wasn?t any so you are > basically my last hope :) > > > Freundliche Gr?sse > > Benjamin Brantschen, WI15t > > _______________________________________________ > IDLE-dev mailing list > IDLE-dev at python.org > https://mail.python.org/mailman/listinfo/idle-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tjreedy at udel.edu Thu Mar 7 21:32:48 2019 From: tjreedy at udel.edu (Terry Reedy) Date: Thu, 7 Mar 2019 21:32:48 -0500 Subject: [Idle-dev] Using Redmine API in python In-Reply-To: References: <4039F754-73D1-4709-AAD5-CBC4A11BD2D9@students.zhaw.ch> Message-ID: On 3/7/2019 8:18 PM, Mariatta wrote: > This mailing list for the development of IDLE itself, not for general > question on how to use Python/IDLE. > > I would suggest posting question to Python list > (https://mail.python.org/mailman/listinfo/python-list) > > In addition, redmine is not part of the standard library, it is > something you will need to install (eg by doing `python -m pip install > redmine` if redmine is the name of the package). > So perhaps check the documentation for redmine package itself on how to > install it. https://pypi.org/search/?q=redmin displays over 20 packages with 'redmine' in the name so you probably need find out which to install and by what name. > Good luck with the thesis. Thank you Mariatta. As list moderator, I approved this for posting to give an answer like the above. Beginners commonly confuse what IDLE does -- help a user prepare code and pass it to python for execution -- and what Python does -- execute user code and either print as requested or raise exception. Import statements give beginners the most trouble. > On Thu, Mar 7, 2019 at 5:03 PM Brantschen Benjamin (brantben) > > wrote: > > Hi there > > I am a student in Switzerland and I?m trying to use the redmine REST > API for the bachelor thesis. > > I?m trying to import the redmine package on my python shell. > > When I run: > import redmine > > I get back: > Traceback (most recent call last): > ? File "", line 1, in > ? ? import redmine > ModuleNotFoundError: No module named 'redmine' > > I use python 3.7.2 Tk version 8.6.8 IDLE version 3.7.2 > > I tried to find help on the internet but there wasn?t any so you are > basically my last hope :) > > > Freundliche Gr?sse > > Benjamin Brantschen, WI15t > > _______________________________________________ > IDLE-dev mailing list > IDLE-dev at python.org > https://mail.python.org/mailman/listinfo/idle-dev > > > _______________________________________________ > IDLE-dev mailing list > IDLE-dev at python.org > https://mail.python.org/mailman/listinfo/idle-dev > -- Terry Jan Reedy From tjreedy at udel.edu Thu Mar 7 21:37:04 2019 From: tjreedy at udel.edu (Terry Reedy) Date: Thu, 7 Mar 2019 21:37:04 -0500 Subject: [Idle-dev] Retina Icons In-Reply-To: <710F0AC0-90DC-4619-AE01-ECD7902C95BC@me.com> References: <1C7770FC-B6D2-4BCB-85FA-8DD3E0A79765@me.com> <2483c8cc-ccce-98ee-30e2-5fededcac8be@udel.edu> <710F0AC0-90DC-4619-AE01-ECD7902C95BC@me.com> Message-ID: On 3/7/2019 2:22 PM, Branch Seidenman via IDLE-dev wrote: > Hi! I saw this issue is moving along. Glad to see that. The fix for https://bugs.python.org/issue32129 (now closed) was to stop replacing the IDLE app icon with the low-resolution title-bar icon. This Mac-only replacement was never intended. > One more request: the Python Launcher (rocket ship icon, installed with IDLE) also is missing High-Res Icons. The launcher is independent from IDLE. This request should be a new idea on python-idea or issue on bugs.python.org. >> On Jan 26, 2019, at 6:57 PM, Terry Reedy wrote: >> >> On 1/24/2019 7:58 PM, Branch Seidenman via IDLE-dev wrote: >>> Hi! >>> The icon for IDLE and Python Launcher look really bad on Retina Macs, and the Python folder doesn?t look so hot either. See attached image. Would it be possible to add the correct icon sizes to the app to make it look better? I put below Apple?s recommendations for icon sizes. >>> 1024px ? 1024px >>> 512px ? 512px >>> 256px ? 256px >>> 128px ? 128px >>> 64px ? 64px >>> 32px ? 32px >>> 16px ? 16px >> >> I copied this list to https://bugs.python.org/issue32129 and added >> "Creating new icons larger that 48px is beyond me. Besides which, I believe these are copies of files elsewhere in the repository. (The icons directory should have a README explaining the files and their origin. How many of these sizes would actually be useful? Would larger icons be useful on hi-rex Linux (or even Windows) systems?" -- Terry Jan Reedy From tjreedy at udel.edu Thu Mar 7 22:17:31 2019 From: tjreedy at udel.edu (Terry Reedy) Date: Thu, 7 Mar 2019 22:17:31 -0500 Subject: [Idle-dev] keybindingDialog.py In-Reply-To: References: Message-ID: On 3/4/2019 1:37 AM, Carlo Webmail via IDLE-dev wrote: > I wanted to report that in? "keybindingDialog.py " at line 185 is > repeated twice F2 and lacks F3 This was fixed for 3.x in June 2017 and for 2.7 just now. https://github.com/python/cpython/pull/12231 -- Terry Jan Reedy