473,800 Members | 2,518 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: Where to get BeautifulSoup--www.crummy.com appears to be down.

Mike Driscoll wrote:
Ken,

On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<ke************ ****@sbcglobal. netwrote:
>Sadly.

Thanks,
Ken
--
http://mail.python.org/mailman/listinfo/python-list

I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm
What on earth do you need a "Windows binary" for? "BeautifulS oup"
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py". It can be downloaded
here:

http://www.crummy.com/software/Beaut...autifulSoup.py

And yes, the site is up.

John Nagle
Jun 27 '08 #1
11 2020
On Apr 23, 11:47*am, John Nagle <na...@animats. comwrote:
Mike Driscoll wrote:
Ken,
On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<kenneth.m.mcdo n...@sbcglobal. netwrote:
Sadly.
*Thanks,
*Ken
*--
*http://mail.python.org/mailman/listinfo/python-list
I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm

* * What on earth do you need a "Windows binary" for? *"BeautifulSoup "
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py". *It can be downloaded
here:

http://www.crummy.com/software/Beaut...autifulSoup.py

And yes, the site is up.

* * * * * * * * * * * * * * * * John Nagle
I don't need it and hadn't really planned on doing it, but I got a
request for one.

Besides, newbs don't necessarily know where to stick a module...

Mike
Jun 27 '08 #2
John Nagle wrote:
Mike Driscoll wrote:
>Ken,

On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<ke*********** *****@sbcglobal .netwrote:
>>Sadly.

Thanks,
Ken
--
http://mail.python.org/mailman/listinfo/python-list

I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm

What on earth do you need a "Windows binary" for? "BeautifulS oup"
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py". It can be downloaded
here:

http://www.crummy.com/software/Beaut...autifulSoup.py

And yes, the site is up.
Windows installers for pure Python modules may seem daft to you, but you
are familiar with the Python interpreter's filestore layout. Naive
Windows users, however, would be much happier to run an installer.

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/

Jun 27 '08 #3
John Nagle wrote:
Mike Driscoll wrote:
>Ken,

On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<ke*********** *****@sbcglobal .netwrote:
>>Sadly.

Thanks,
Ken
--
http://mail.python.org/mailman/listinfo/python-list

I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm

What on earth do you need a "Windows binary" for? "BeautifulS oup"
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py".
Ummm.. Why does it bother you? Mike seems to be offering a public
service to Windows users: by downloading the .exe, I can double-click
on one file, have the module or package installed (whether it contains
one .py file or twenty or a series of compiled extension modules and
their respective DLLs) and for a bonus it's registered in the system
packages directory[*] and is therefore uninstallable from there.

It's not much different from a Linux distro offering BeautifulSoup via
its module repository: apt-get or yum or whatever. Certainly, if you
prefer, then go to PyPI or to the source address which you helpfully
provided and download the one python source file. I'm sure I don't mind.

TJG
[*] Which isn't, admittedly, what everyone wants to happen...
Jun 27 '08 #4
Tim Golden wrote:
John Nagle wrote:
>Mike Driscoll wrote:
>>Ken,

On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<ke********** ******@sbcgloba l.netwrote:
Sadly.

Thanks,
Ken
--
http://mail.python.org/mailman/listinfo/python-list
I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm

What on earth do you need a "Windows binary" for? "BeautifulS oup"
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py".

Ummm.. Why does it bother you? Mike seems to be offering a public
service to Windows users: by downloading the .exe, I can double-click
on one file, have the module or package installed (whether it contains
one .py file or twenty or a series of compiled extension modules and
their respective DLLs) and for a bonus it's registered in the system
packages directory[*] and is therefore uninstallable from there.
Executing strange executables is risky. One always wonders what
else they install in addition to what they're supposed be installing.

John Nagle
Jun 27 '08 #5
On Apr 23, 4:27*pm, John Nagle <na...@animats. comwrote:
Tim Golden wrote:
John Nagle wrote:
Mike Driscoll wrote:
Ken,
>On Tue, Apr 22, 2008 at 1:36 PM, Kenneth McDonald
<kenneth.m.mcd on...@sbcglobal .netwrote:
Sadly.
>>*Thanks,
*Ken
*--
*http://mail.python.org/mailman/listinfo/python-list
>I've attached the 2.4 version. I also have some Windows binaries for
Beautiful Soup uploaded to my website:
http://www.pythonlibrary.org/python_modules.htm
* *What on earth do you need a "Windows binary" for? *"BeautifulSoup "
is ONE PYTHON SOURCE FILE, "BeautifulSoup. py".
Ummm.. Why does it bother you? Mike seems to be offering a public
service to Windows users: by downloading the .exe, I can double-click
on one file, have the module or package installed (whether it contains
one .py file or twenty or a series of compiled extension modules and
their respective DLLs) and for a bonus it's registered in the system
packages directory[*] and is therefore uninstallable from there.

* * *Executing strange executables is risky. *One always wonders what
else they install in addition to what they're supposed be installing.

* * * * * * * * * * * * * * * * * * * * John Nagle
This is a legitimate issue and one I don't know how to solve. It would
be nice to have some kind of verification process, but I'm unaware of
anything affordable. If you have any ideas, feel free to express them.

I hope to get testimonials from developers or pythoneers eventually.
Suggestions are welcome.

Mike
Jun 27 '08 #6
On 24 Apr, 16:33, Mike Driscoll <kyoso...@gmail .comwrote:
>
This is a legitimate issue and one I don't know how to solve. It would
be nice to have some kind of verification process, but I'm unaware of
anything affordable. If you have any ideas, feel free to express them.
It'd be interesting (perhaps amusing) to adopt the infrastructure of
one of the GNU/Linux distributions to maintain and distribute packages
for Windows users. For a while, I've been tempted to experiment with
cross-compilers and to try and produce Windows executables, but for
simple Python-only modules, all you'd really need to do to prove the
concept is to develop the client-side Windows software (eg. apt-get
for Windows) which downloads package lists, verifies signatures, and
works out where to put the package contents. Then, you could point
your client at the appropriate sources and start obtaining the
packages, knowing that there is some level of authenticity in the
software you're getting.

Of course, a lot of this could be more easily done with Cygwin, even
if you disregard Cygwin's own installer, but I imagine that Windows
users want the "native" experience.

Paul
Jun 27 '08 #7
On Apr 24, 10:15*am, Paul Boddie <p...@boddie.or g.ukwrote:
On 24 Apr, 16:33, Mike Driscoll <kyoso...@gmail .comwrote:
This is a legitimate issue and one I don't know how to solve. It would
be nice to have some kind of verification process, but I'm unaware of
anything affordable. If you have any ideas, feel free to express them.

It'd be interesting (perhaps amusing) to adopt the infrastructure of
one of the GNU/Linux distributions to maintain and distribute packages
for Windows users. For a while, I've been tempted to experiment with
cross-compilers and to try and produce Windows executables, but for
simple Python-only modules, all you'd really need to do to prove the
concept is to develop the client-side Windows software (eg. apt-get
for Windows) which downloads package lists, verifies signatures, and
works out where to put the package contents. Then, you could point
your client at the appropriate sources and start obtaining the
packages, knowing that there is some level of authenticity in the
software you're getting.

Of course, a lot of this could be more easily done with Cygwin, even
if you disregard Cygwin's own installer, but I imagine that Windows
users want the "native" experience.

Paul
I do download all my code from either PyPI or the extension
developer's website. And I have experimented with MingW, but I haven't
had a lot of luck with it. Of course, part of my problem is that I'm
using a VM with MingW on it and I really need to just upgrade my dev
box.

Creating a client for this sort of thing does sound cool. Something
else for me to think about anyway...

Mike
Jun 27 '08 #8
Paul Boddie <pa**@boddie.or g.ukwrites:
simple Python-only modules, all you'd really need to do to prove the
concept is to develop the client-side Windows software (eg. apt-get
for Windows) which downloads package lists, verifies signatures, and
works out where to put the package contents. ...
I thought the Windows "solution" to this was Authenticode, which is a
scheme for signing executables against certificates similar to those
used on SSL web sites. Of course there's been at least one notorious
forgery, but typical Linux distro repositories are probably not all
that secure either.

In the case of a pure Python program like Beautiful Soup, I certainly
think any installation needing running code should be done by
distutils included in the Python distro.
Jun 27 '08 #9
On Apr 24, 1:34*pm, Paul Rubin <http://phr...@NOSPAM.i nvalidwrote:
Paul Boddie <p...@boddie.or g.ukwrites:
simple Python-only modules, all you'd really need to do to prove the
concept is to develop the client-side Windows software (eg. apt-get
for Windows) which downloads package lists, verifies signatures, and
works out where to put the package contents. ...

I thought the Windows "solution" to this was Authenticode, which is a
scheme for signing executables against certificates similar to those
used on SSL web sites. *Of course there's been at least one notorious
forgery, but typical Linux distro repositories are probably not all
that secure either.

In the case of a pure Python program like Beautiful Soup, I certainly
think any installation needing running code should be done by
distutils included in the Python distro.
I only create binaries using the bdist_wininst or bdist_msi commands
for the extensions. If you think adding a code signature will make the
binaries more acceptable, I'm not against it. Certificates from Comodo
don't cost too much...

Mike
Jun 27 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1197
by: Chung Leong | last post by:
Q. I'm using the GD functions to create thumbnail images. Why am I getting such crummy results? A. imagecopyresized() does not do a very good job scaling down images. Use imagecopyresampled() instead. If you are already using imagecopyresampled(), the problem might be that the destination image has limited color range. Create it with imagecreatetruecolor() instead of imagecreate().
7
11699
by: John T. McDougald | last post by:
I am using a Win XP Home system and I have had a problem ever since I first bought it. Whenever I am on the net and come on to a web site that has a Jaava enabled website, my system slows down terribly. It will initially freeze for a few seconds and then when I am atempting to navigate the website, it takes forever. Is there something I can do to stop this from happening? thanks John T McD.
1
1224
by: Bishop | last post by:
I made a GridView with a Drop Down List using the example here: http://www.orcsweb.com/articles/dotnet_control_templates.aspx It appears to work except that it dosn't actually save the updated data selected by the drop down list. Instead it appears to save the origional data. Any idea what I might be doing wrong?
5
1899
by: kjmatthews | last post by:
I am designing a site but only have access to a Mac, equipped with Virtual PC. On IE6 is appears that, on some pages of this site, the navigation does not appear. I have put up a test case: http://digitalovertone.com/examples/iedisappear.html. I have stripped most of the irrelevant CSS from this page. Please observe: on loading the page, the navigation and the words "some text" should appear in the left column. They do not (at least on...
1
5672
by: davidr | last post by:
Hi, I am using Divs with CSS to setup a layout for a site. I am using the <Div>s and style sheets below. I want the TopMenu to go across the entire top of the browser. It does go across the entire top, but let say my screen resolution is 800x600 and the "Content" Div forces scroll bars for the user to scroll to the right to see an object then the TopMenu doesn't go all the way across. The top menu will only go to the screen...
1
3211
by: kallol | last post by:
I have a simple HTML page where I have a form with in a <div style="height: 600px; width: 100%; overflow: auto;">. The mentioned div styles are mandatory to get the expected behavior of the div. Now, in Firefox, the page appears properly as expected. I can scroll down and up the div part by dragging the scroll bar by mouse and I can scroll down and up the div part by rolling up and down the mouse wheel as well. But I am facing the problem...
4
2523
by: coldfusionstudent | last post by:
i wish to show/appear and dissappear text box based on a the drop down item selected. what do i have to add? thanks under Comm_DEV drop down selection.
1
2968
by: student2008 | last post by:
Sorry about the title its a tricky one. I have a form which allows me to add a question and answers into a mysql database via a combination of, if a certain option is chosen and the reset button is pressed then a text box appears to enter a new question or answer or both. the newly entered data is then inserted into mysql. The newly entered data is then requested by mysql_fetch_array() to be displayed as options in the drop down list. If...
3
1007
by: Kenneth McDonald | last post by:
Sadly. Thanks, Ken
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10273
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7574
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.