It seems Christoph Gohlke has been cut adrift and his extremely valuable
web page ...
https://www.lfd.uci.edu/~gohlke/pythonlibs/
... turned into an archive getting staler by the day.
What does the Python Software Foundation and the community think about this?
Cheers
Mike
--
https://mail.pyt
On 10Apr2023 13:10, Chris Green wrote:
command:
ffprobe -v warning -i "input.mp4" -show_streams -of json
python:
Popen(command, stderr=STDOUT, stdout=PIPE, encoding='utf8')
json:
json.loads(''.join(p.stdout.readlines()))
It's easy to find a version of ffmpeg/ffprobe for every platform.
Thank
On 4/10/2023 2:19 AM, Yogesh Tirthkar wrote:
Hello,
Thank you for your response.
May I know how to uninstall it from user A profile – if user A is no longer
available.
Is there any means - where I can use local admin account to uninstall the app
(installed in User A profile, without user A’s
On 4/10/2023 9:59 AM, Jack Gilbert wrote:
I D/L 3.11.3, I can see it in CMD
running W10 64bit
I have IDL on my desktop,
HOW do I get 3.11.3 on my desktop?
If you mean "How can I create a shortcut to Python 3.11.3 on my desktop
that opens an interactive Python session", here is one way:
1.
use where cmd to find out the path of the binary and create a shortcut to
that file on desktop
Regards,
*Sravan Chitikesi*
AWS Solutions Architect - Associate
On Mon, Apr 10, 2023 at 10:03 AM Jack Gilbert <00jhen...@gmail.com> wrote:
> I D/L 3.11.3, I can see it in CMD
>
> running W10 64bit
>
>
I D/L 3.11.3, I can see it in CMD
running W10 64bit
I have IDL on my desktop,
HOW do I get 3.11.3 on my desktop?
Thanks
Jack g
--
https://mail.python.org/mailman/listinfo/python-list
jak wrote:
> Chris Green ha scritto:
> > jak wrote:
> >> rbowman ha scritto:
> >>> On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> >>>
> I'm looking for a Python (3) library to access (read only at present)
> the metadata in MP4 video files, in particular I want to get at dates
If Python was installed by user A in their own profile folder, it is likely
that it was installed just for that user. In this case, you may need to log
in as user A to uninstall Python from their profile. Have you tried logging
in as user A and uninstalling Python from there?
Regards,
*Sravan Chit
On Sun, 9 Apr 2023 20:19:37 +0100, Chris Green wrote:
> That's why I hadn't thought it would help me as I'm after getting
> metadata from an MP4 video file but I guess the metadata format may be
> the same regardless of whether it's video or audio.
If yuo chase back through the various ISOs you t
rbowman ha scritto:
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? Ideally something available in the Ubun
Chris Green ha scritto:
jak wrote:
rbowman ha scritto:
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? I
rbowman wrote:
> On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
>
> > I'm looking for a Python (3) library to access (read only at present)
> > the metadata in MP4 video files, in particular I want to get at dates
> > and times.
> >
> > What's available to do this? Ideally something avai
jak wrote:
> rbowman ha scritto:
> > On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> >
> >> I'm looking for a Python (3) library to access (read only at present)
> >> the metadata in MP4 video files, in particular I want to get at dates
> >> and times.
> >>
> >> What's available to do thi
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? Ideally something available in the
Ubuntu repositories but I can install with PIP if necessary.
--
Chris Green
·
--
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> I'm looking for a Python (3) library to access (read only at present)
> the metadata in MP4 video files, in particular I want to get at dates
> and times.
>
> What's available to do this? Ideally something available in the Ubuntu
> reposito
15 matches
Mail list logo