Hi Team,
Could you please advise on the scenario in windows 10 machine : Where we need
to uninstall/remove python from user profile A (installed by user A in its own
profile folder) - via an admin user or system account.
Currently when we try to uninstall it via admin/system account - it displa
Dennis Lee Bieber writes:
> On Tue, 28 Mar 2023 08:14:55 +0200, "Loris Bennett"
> declaimed the following:
>
>>
>>No, it doesn't. I already know about timedelta. I must have explained
>>the issue badly, because everyone seems to be fixating on the
>>formatting, which is not a problem and is in
Thomas Passin writes:
> On 3/27/2023 11:34 AM, rbowman wrote:
>> On Mon, 27 Mar 2023 15:00:52 +0200, Loris Bennett wrote:
>>
>>>I need to deal with what I call a 'period', which is a span of time
>>>limited by two dates, start and end. The period has a 'duration',
>>>which is the el
On Tuesday, 28 March 2023 at 06:33:44 UTC+2, Thomas Passin wrote:
> On 3/27/2023 8:37 PM, a a wrote:
> >> To save the tabs, right click any one of them and select the "Select All
> >> Tabs" item. They will all highlight. Right click on one of them and
> >> select the "Bookmark Tabs" item. A dial
On Tue, 28 Mar 2023 08:14:55 +0200, "Loris Bennett"
declaimed the following:
>
>No, it doesn't. I already know about timedelta. I must have explained
>the issue badly, because everyone seems to be fixating on the
>formatting, which is not a problem and is incidental to what I am really
>interes
On Tuesday, 28 March 2023 at 06:33:44 UTC+2, Thomas Passin wrote:
> On 3/27/2023 8:37 PM, a a wrote:
> >> To save the tabs, right click any one of them and select the "Select All
> >> Tabs" item. They will all highlight. Right click on one of them and
> >> select the "Bookmark Tabs" item. A dial
On Tue, 28 Mar 2023 15:11:14 +0200, Loris Bennett wrote:
> But even if I have a single epoch, January 2022 is obviously different
> to January 2023, even thought the duration might be the same. I am just
> surprised that there is no standard Period class, with which I could
> create objects and
Sent from [1]Mail for Windows
Dear sir,
I am Pranav Bhardwaj and I am facing issue regarding python
version. When I try to open python in my command prompt, I see there is
very older version in it that is python 2.7.13 as a default version. I
want to sw
> No, it doesn't. I already know about timedelta. I must have explained
> the issue badly, because everyone seems to be fixating on the
> formatting, which is not a problem and is incidental to what I am really
> interested in, namely:
>
> 1. Is there a standard class for a 'period', i.e. length
On 3/28/2023 8:47 AM, a a wrote:
Ok, I can export bookmarks to html file and open it in Firefox to get
a long list of clickable urls but icon of the bookmarked web page is missing.
When I open Bookmarks as right a side-bar I can view and identify an individual
Boomarks by icon,
so I would like
On 2023-03-28, Dennis Lee Bieber wrote:
> So far, you seem to be the only person who has ever asked for a
> single entity incorporating an EPOCH (datetime.datetime) + a
> DURATION (datetime.timedelta).
It seems to me that tuple of two timdate objects (start,end) is the
more obvious representatio
On 3/28/2023 12:56 AM, Yogesh Tirthkar wrote:
Hi Team,
Could you please advise on the scenario in windows 10 machine : Where we need
to uninstall/remove python from user profile A (installed by user A in its own
profile folder) - via an admin user or system account.
Currently when we try to u
On 3/28/2023 12:13 PM, Grant Edwards wrote:
On 2023-03-28, Dennis Lee Bieber wrote:
So far, you seem to be the only person who has ever asked for a
single entity incorporating an EPOCH (datetime.datetime) + a
DURATION (datetime.timedelta).
It seems to me that tuple of two timdate objects (st
On 2023-03-28, Thomas Passin wrote:
> On 3/28/2023 12:13 PM, Grant Edwards wrote:
>> On 2023-03-28, Dennis Lee Bieber wrote:
>>
>>> So far, you seem to be the only person who has ever asked for a
>>> single entity incorporating an EPOCH (datetime.datetime) + a
>>> DURATION (datetime.timedelta).
On Tuesday, 28 March 2023 at 18:12:40 UTC+2, Thomas Passin wrote:
> On 3/28/2023 8:47 AM, a a wrote:
> > Ok, I can export bookmarks to html file and open it in Firefox to get
> > a long list of clickable urls but icon of the bookmarked web page is
> > missing.
> >
> > When I open Bookmarks as
1. Is there a standard class for a 'period', i.e. length of time
specified by a start point and an end point? The start and end
points could obviously be datetimes and the difference a timedelta,
but the period '2022-03-01 00:00 to 2022-03-02 00:00' would be
different to '2023-03-01 0
> On 28 Mar 2023, at 16:44, pranavbhardwaj...@gmail.com wrote:
>
>
>
>
>
> Sent from [1]Mail for Windows
>
> Dear sir,
>
> I am Pranav Bhardwaj and I am facing issue regarding python
> version. When I try to open python in my command prompt, I see there is
>
On 3/28/2023 1:50 PM, a a wrote:
On Tuesday, 28 March 2023 at 18:12:40 UTC+2, Thomas Passin wrote:
On 3/28/2023 8:47 AM, a a wrote:
Ok, I can export bookmarks to html file and open it in Firefox to get
a long list of clickable urls but icon of the bookmarked web page is missing.
When I open Bo
The quickest and dirtiest fix is to edit your %path% variable in windows.
Remove all python versions you don't want from the path and Windows won't find
them.You can then just delete the unwanted python directories.That doesn't
remove any old dll files in secret locations but this is a dirty
fi
In Python 3.11.2, the recent-files list keeps always increasing because
it is impossible to edit the list; the corresponding .txt file has
disappeared.
Please help!
Giorgio Gambirasio
g...@uol.com.br
--
https://mail.python.org/mailman/listinfo/python-list
On 3/28/23 16:39, g...@uol.com.br wrote:
In Python 3.11.2, the recent-files list keeps always increasing because
it is impossible to edit the list; the corresponding .txt file has
disappeared.
Please help!
Please explain what you're asking about. What recent-files list? Python
On 28Mar2023 08:05, Dennis Lee Bieber wrote:
So far, you seem to be the only person who has ever asked for a
single
entity incorporating an EPOCH (datetime.datetime) + a DURATION
(datetime.timedelta).
But not the only person to want one. I've got a timeseries data format
where (within a fi
On 28/03/23 2:25 pm, Travis Griggs wrote:
Interestingly the error also only started showing up when I switched from
running a statistics.mean() on one of these, instead of what I had been using,
a statistics.median(). Apparently the kind of iteration done in a mean, is more
conflict prone than
On Wed, 29 Mar 2023 at 16:56, Greg Ewing via Python-list
wrote:
>
> On 28/03/23 2:25 pm, Travis Griggs wrote:
> > Interestingly the error also only started showing up when I switched from
> > running a statistics.mean() on one of these, instead of what I had been
> > using, a statistics.median()
24 matches
Mail list logo