473,386 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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? "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
Jun 27 '08 #1
11 1984
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.mcdon...@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? "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.
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? "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.

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****************@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
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.mcdon...@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.org.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.org.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.invalidwrote:
Paul Boddie <p...@boddie.org.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
Paul Rubin wrote:
Paul Boddie <pa**@boddie.org.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.
Yes.

Perl has CPAN, which is reasonably comprehensive and presents modules
in a uniform way. If you need a common Perl module that's not in the
Perl distro, it's probably in CPAN. "Installing a new module can be as
simple as typing perl -MCPAN -e 'install Chocolate::Belgian'."
So Perl has exactly that.

Python's Cheese Shop is just a list of links to packages
elsewhere. There's no uniformity, no standard installation, no
standard uninstallation, and no standard version control.

John Nagle
Jun 27 '08 #11
John Nagle <na***@animats.comwrote:
Perl has CPAN, which is reasonably comprehensive and presents modules
in a uniform way. If you need a common Perl module that's not in the
Perl distro, it's probably in CPAN. "Installing a new module can be as
simple as typing perl -MCPAN -e 'install Chocolate::Belgian'."
So Perl has exactly that.

Python's Cheese Shop is just a list of links to packages
elsewhere. There's no uniformity, no standard installation, no
standard uninstallation, and no standard version control.
Python has easy_install
Florian
--
<http://www.florian-diesch.de/>
-----------------------------------------------------------------------
** Hi! I'm a signature virus! Copy me into your signature, please! **
-----------------------------------------------------------------------
Jun 27 '08 #12

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

Similar topics

0
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()...
7
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...
1
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...
5
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:...
1
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...
1
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. ...
4
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
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...
3
by: Kenneth McDonald | last post by:
Sadly. Thanks, Ken
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.