What method did you use to create the exe file from your python scripts? If it
was pyinstaller, then it puts the compiled versions of these python scripts in
a windows temp folder when you run them. You’ll be able to get the scripts from
there.
Sent from my iPhone
> On Aug 19, 2022, at 9:51
On 2022-08-19, Chris Angelico wrote:
> What's the best way to precisely reconstruct an HTML file after
> parsing it with BeautifulSoup?
>
> Using the Alice example from the BS4 docs:
>
html_doc = """The Dormouse's story
>
>The Dormouse's story
>
>Once upon a time there were three little siste
On Sun, 21 Aug 2022 at 03:27, Stefan Ram wrote:
>
> [email protected] writes:
> >textual representations. That way, the following two elements are the
> >same (and similar with a collection of sub-elements in a different order
> >in another document):
>
> The /elements/ differ.
> On 20 Aug 2022, at 14:28, Jim Schwartz wrote:
>
> What method did you use to create the exe file from your python scripts? If
> it was pyinstaller, then it puts the compiled versions of these python
> scripts in a windows temp folder when you run them. You’ll be able to get the
> scripts
On 2022-08-20, Chris Angelico wrote:
> On Sun, 21 Aug 2022 at 03:27, Stefan Ram wrote:
>> [email protected] writes:
>> >textual representations. That way, the following two elements are the
>> >same (and similar with a collection of sub-elements in a different order
>> >in anoth
On 2022-08-20, Stefan Ram wrote:
> Jon Ribbens writes:
>>... or you could avoid all that faff and just do re.sub()?
>
> import bs4
> import re
>
> source = ''
>
> # Use Python to change the source, keeping the order of attributes.
>
> result = re.sub( r'href\s*=\s*"http"', r'href="https"', source
On 20/08/2022 12.38, Chris Angelico wrote:
> On Sat, 20 Aug 2022 at 10:19, dn wrote:
>> On 20/08/2022 09.01, Chris Angelico wrote:
>>> On Sat, 20 Aug 2022 at 05:12, Barry wrote:
> On 19 Aug 2022, at 19:33, Chris Angelico wrote:
>
> What's the best way to precisely reconstruct an HTM
On Sun, 21 Aug 2022 at 09:31, Jon Ribbens via Python-list
wrote:
>
> On 2022-08-20, Chris Angelico wrote:
> > On Sun, 21 Aug 2022 at 03:27, Stefan Ram wrote:
> >> [email protected] writes:
> >> >textual representations. That way, the following two elements are the
> >> >same (a
On Sun, 21 Aug 2022 at 09:48, dn wrote:
>
> On 20/08/2022 12.38, Chris Angelico wrote:
> > On Sat, 20 Aug 2022 at 10:19, dn wrote:
> >> On 20/08/2022 09.01, Chris Angelico wrote:
> >>> On Sat, 20 Aug 2022 at 05:12, Barry wrote:
> > On 19 Aug 2022, at 19:33, Chris Angelico wrote:
> >
> >
On 21/08/2022 13.00, Chris Angelico wrote:
> On Sun, 21 Aug 2022 at 09:48, dn wrote:
>> On 20/08/2022 12.38, Chris Angelico wrote:
>>> On Sat, 20 Aug 2022 at 10:19, dn wrote:
On 20/08/2022 09.01, Chris Angelico wrote:
> On Sat, 20 Aug 2022 at 05:12, Barry wrote:
>>> On 19 Aug 2022,
On Sun, 21 Aug 2022 at 13:41, dn wrote:
>
> On 21/08/2022 13.00, Chris Angelico wrote:
> > Well, I don't like headaches, but I do appreciate what the G&S Archive
> > has given me over the years, so I'm taking this on as a means of
> > giving back to the community.
>
> This point will be picked-up
11 matches
Mail list logo