ande Vyvre:
> Le 2/01/19 à 15:17, Arie van Wingerden a écrit :
> > I found (mostly fairly old stuff) some questions and a lot of (apparently
> > often not working) Python code.
> >
> > 1. does TKinter offer such thing out of the box?
> > 2. or is there another way
I found (mostly fairly old stuff) some questions and a lot of (apparently often
not working) Python code.
1. does TKinter offer such thing out of the box?
2. or is there another way using TKinter?
3. or do I need another GUI tool (e.g. QT) for this?
TIA
--
https://mail.python.org/mailman/listin
maandag, 14 maart 2016, 06:21PM +0100 van Oscar Benjamin
:
>On 14 March 2016 at 17:15, Arie van Wingerden < xapw...@gmail.com > wrote:
>> I've fixed the quoting below. Can you not top-post please Arie?
>> On 14 March 2016 at 16:59, Arie van Wingerden < xapw...@gmai
maandag, 14 maart 2016, 06:04PM +0100 van Oscar Benjamin
:
>I've fixed the quoting below. Can you not top-post please Arie?
>On 14 March 2016 at 16:59, Arie van Wingerden < xapw...@gmail.com > wrote:
>> 2016-03-14 15:59 GMT+01:00 Oscar Benjamin < oscar.j.benja...@gmail.
Benjamin :
> On 14 March 2016 at 12:07, Arie van Wingerden wrote:
> > that is weird. I am using Windows 10 and get exactly the same "warnings"
> > when I run PyInstaller.
> > But the update you mention is only available for up to Windows 8.1.
> >
> > What ab
Hi,
I could solve the problem on Windows 10 this way:
- install Windows 10 stand alone sdk
https://dev.windows.com/en-us/downloads/windows-10-sdk
- add this dir to PATH: C:\Program Files (x86)\Windows
Kits\10\Redist\ucrt\DLLs\x86
HTH,
Arie
2016-03-14 13:07 GMT+01:00 Arie van Wingerden
Hi Oscar,
that is weird. I am using Windows 10 and get exactly the same "warnings"
when I run PyInstaller.
But the update you mention is only available for up to Windows 8.1.
What about Windows 10 then??
Best,
Arie
2016-03-13 19:52 GMT+01:00 Oscar Benjamin :
> On 13 Mar 2016 17:06, "BobFtz-
I saw similar errors when using PyInstaller.
It has something to do with Windows 10 afaik.
2016-03-13 14:17 GMT+01:00 BobFtz--- via Python-list :
> Hello
>
> I have just downloaded and installed a copy of the 3.5.1 programme but when
> I come to run the programme I get an error message that say
Thx. Didn't realize that!
--
https://mail.python.org/mailman/listinfo/python-list
Python 3.5.1 installed in default Windows folder here:
C:\Users\Arie\AppData\Local\Programs\Python\Python35-32
PyQt5 installed - it creates a folder c:\Python34
In the Python REPL i try:
from PyQt5 import QtCore
Traceback (most recent call last):
File "", line 1, in
ImportError: No module
>and even then, familiar to who? High school algebra students will at
>first be baffled by "x = x + 1", an equation which is clearly
>unsatisfiable.
Some languages are "better" in that specific case in my opinion (mind te
double quotes :-)
- Ada and Pascal use := instead of = which is simpler t
2015-11-24 14:41 GMT+01:00 Marko Rauhamaa :
> Mark Lawrence :
>
> > 1) I was being facetious.
> > 2) How many times do people have to be asked not to top post here
> > before they stop top posting?
> > 3) I only have two things to say so this is superfluous.
>
> Having posted only 2 times in this
Hi Mark, what use would that have? Please show your code ...
2015-11-24 13:15 GMT+01:00 Mark Lawrence :
> On 24/11/2015 11:04, Cai Gengyang wrote:
>
>> results = {
>>"gengyang": { "maths": 10, "english": 15},
>>"ensheng": {"maths": 12, "english": 10},
>>"jordan": {"maths": 9, "english
print((results["gengyang"])["maths"])
2015-11-24 12:04 GMT+01:00 Cai Gengyang :
> results = {
> "gengyang": { "maths": 10, "english": 15},
> "ensheng": {"maths": 12, "english": 10},
> "jordan": {"maths": 9, "english": 13}
> }
>
> How do you get gengyang's maths scores ?
>
> Thank you ...
14 matches
Mail list logo