Hello!
I've been reading the GUI toolkit posts.
If anyone can give me a push in the right python direction on
my needs, I'd be grateful.
This is for business applications, not games.
(but if a game toolkit fits...)
I'm coming from Actionscript,
where there is a lot of GUI flexibility.
The Pyth
Hello!!
I just download the latest version of python3 (Python3.9) and I have
problem to download NumPy,… etc.
Sent from [1]Mail for Windows 10
References
Visible links
1. https://go.microsoft.com/fwlink/?LinkId=550986
--
https://mail.python.org/mailman/listi
> > Can you please clarify where/when I should call PyEval_InitThreads()? Is
> > this in the main python thread before any pthread callbacks are generated?
> > If so, should this be done only once?
> Do it in your module init. That function is safe to be called multiple time.
>
I decided to do
Hi,
On Thu, Oct 29, 2020 at 1:05 PM Dennis Lee Bieber wrote:
>
> On Thu, 29 Oct 2020 15:54:33 +, flaskee via Python-list
> declaimed the following:
>
> >
> >What I'd like:
> >
> >* To target MacOS, Windows, Linux, Android using native widgets (this drops
> >out Kivy).
> >
> That's g
Sorry I forgot:
I have Windows10
Sent from [1]Mail for Windows 10
From: [2]Gian_Xatzak.
Sent: Thursday, October 29, 2020 7:07 PM
To: [3]python-list@python.org
Subject: Module Download Problem
Hello!!
I just download the latest version of pytho
On 10/29/20 11:07 AM, Gian_Xatzak. wrote:
>Hello!!
>
>
>
>I just download the latest version of python3 (Python3.9) and I have
>problem to download NumPy,… etc.
There are projects who have not released their 3.9-compatible wheels yet
- the schedule for doing so is up to each of
On 29.10.2020 16:54, flaskee via Python-list wrote:
Thank you for your help in advance!
Maybe, you should outline what you actually want to accomplish on each
platform group (desktop / mobile).
Regards,
Dietmar
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
On Thu, Oct 29, 2020 at 11:33 AM flaskee via Python-list
wrote:
>
> Hello!
>
> I've been reading the GUI toolkit posts.
>
> If anyone can give me a push in the right python direction on
> my needs, I'd be grateful.
>
> This is for business applications, not games.
> (but if a game toolkit fit
> The Python toolkits that I've looked at feel mostly grid-oriented
> or zone-oriented (you can put the button on the left, or middle,
> or right, etc).
I don't think it is easily possible in a cross-platform environment. But even
if your software is one platform only how will you handle DPI chan
On 10/29/20 11:30 AM, Igor Korot wrote:
If you have any further questions you can contact me directly.
Please do not. By keeping the discussion on the list many people can
participate and learn.
--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list
Hi, Ethan,
On Thu, Oct 29, 2020 at 6:51 PM Ethan Furman wrote:
>
> On 10/29/20 11:30 AM, Igor Korot wrote:
>
> > If you have any further questions you can contact me directly.
>
> Please do not. By keeping the discussion on the list many people can
> participate and learn.
If the OP has furthe
On Sunday, 25 October 2020 20:55:26 UTC+1, Peter J. Holzer wrote:
> On 2020-10-22 23:35:21 -0700, Julio Di Egidio wrote:
> > On Friday, 23 October 2020 07:36:39 UTC+2, Greg Ewing wrote:
> > > On 23/10/20 2:13 pm, Julio Di Egidio wrote:
> > > > I am now thinking whether I could achieve the "standa
On Thu, Oct 29, 2020 at 4:48 PM Ethan Furman wrote:
> On 10/29/20 11:30 AM, Igor Korot wrote:
>
> > If you have any further questions you can contact me directly.
>
> Please do not. By keeping the discussion on the list many people can
> participate and learn.
>
This list isn't terribly overnois
On Fri, Oct 30, 2020 at 1:06 PM Julio Di Egidio wrote:
>
> On Sunday, 25 October 2020 20:55:26 UTC+1, Peter J. Holzer wrote:
> > I think you are trying to use Python in a way contrary to its nature.
> > Python is a dynamically typed language. Its variables don't have types,
> > only its objects.
On Friday, 30 October 2020 05:09:34 UTC+1, Chris Angelico wrote:
> On Fri, Oct 30, 2020 at 1:06 PM Julio Di Egidio wrote:
> > On Sunday, 25 October 2020 20:55:26 UTC+1, Peter J. Holzer wrote:
> > > I think you are trying to use Python in a way contrary to its nature.
> > > Python is a dynamicall
On Fri, Oct 30, 2020 at 5:16 PM Julio Di Egidio wrote:
> Not to mention, from the point of view of formal verification,
> this is the corresponding annotated version, and it is in fact
> worse than useless:
>
> def abs(x: Any) -> Any:
> ...some code here...
>
Useless because, in the absence of
16 matches
Mail list logo