473,406 Members | 2,439 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,406 software developers and data experts.

Smalles Possible Browser to display python cgi program

Dear everyone,

I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.

I developed a few small application with an WebInterface.

The appplication runs just locally.

I use CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser.

Does anyone know of a very small browser which I can directly
integrate.

Just the very minimum for this purbose, no bookmarks, no tools, no
javascript, no flash ......

just displaying frames, html, forms, python cgi files and images.

Regards,

Matthias Janes
Jul 18 '05 #1
6 1779

try this one:
http://jan.kneschke.de/projects/lighttpd/
On 12 May 2004 23:11:14 -0700
ma***********@gmx.net (matthiasjanes) wrote:
Dear everyone,

I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.


--
"Doamne, da-ne macar de cateva ori in viata, puterea de a folosi comanda
<<Save>> !" -- Mircea Cartarescu

Jul 18 '05 #2
* Cornel Ghiban wrote:
* ma***********@gmx.net (matthiasjanes) wrote:
I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.


try this one:
http://jan.kneschke.de/projects/lighttpd/


Erm, didn't the OP ask about a browser, not a server? ;)

Anyway, take a look into the GNU Free Software Directory, category "Web
browsers"[0] or dmoz[1]. A very small browser is links[2], which has
both a text and a graphics mode.

Lutz

[0] http://www.gnu.org/directory/network/browsers/
[1] http://www.dmoz.org/Computers/Softwa.../WWW/Browsers/
[2] http://atrey.karlin.mff.cuni.cz/~clo...nks/index.html
Jul 18 '05 #3
ma***********@gmx.net (matthiasjanes) wrote in message news:<d5*************************@posting.google.c om>...
Dear everyone,

I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.

I developed a few small application with an WebInterface.

The appplication runs just locally.

I use CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser.

Does anyone know of a very small browser which I can directly
integrate.

Just the very minimum for this purbose, no bookmarks, no tools, no
javascript, no flash ......

just displaying frames, html, forms, python cgi files and images.


Consider using the wxHTML widget in the wxPython GUI library. There's
a nice writeup on it at IBM DeveloperWorks:

http://www-106.ibm.com/developerwork...pen&l=810,t=gr

-- Graham
Jul 18 '05 #4
ma***********@gmx.net (matthiasjanes) schreef:
I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.

I developed a few small application with an WebInterface.

The appplication runs just locally.

I use CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser.

Does anyone know of a very small browser which I can directly
integrate.

Just the very minimum for this purbose, no bookmarks, no tools, no
javascript, no flash ......

just displaying frames, html, forms, python cgi files and images.


For Windows there is OffByOne: <http://www.offbyone.com/>
Only 450 KiB if you don't need SSL support.

--
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
Jul 18 '05 #5
JanC <us*********@janc.invalid> wrote in message news:<Xn******************@213.118.38.102>...
ma***********@gmx.net (matthiasjanes) schreef:
I would like to know what would be the smalles possible WebBrowser for
displaying Python CGI application.

I developed a few small application with an WebInterface.

The appplication runs just locally.

I use CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser.

Does anyone know of a very small browser which I can directly
integrate.

Just the very minimum for this purbose, no bookmarks, no tools, no
javascript, no flash ......

just displaying frames, html, forms, python cgi files and images.


For Windows there is OffByOne: <http://www.offbyone.com/>
Only 450 KiB if you don't need SSL support.


Thanks so far to everyone - I forgot to mention that surly I need it
crossplatform at least Ms-Windows and Linux compatible.
maybe some more explanations: My application is an python database
(pysqlite) financial report software, I use the at the moment just
python cgi scripts to access and display all. (no javascript at all)
I use the CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser. I would like to intigrate with the app also the
Webbrowser - as small as possibly. I use frames.

I might give wxHTML a try or maybe find a downgraded Firebird Browser.

Thanks so far and if anyone has still some more ideas - happily
welcomed.

Matthias Janes
Jul 18 '05 #6
> I use CGIHTTPServer.py Module as a small webserver and Mozilla
Firebird as Browser.

Does anyone know of a very small browser which I can directly
integrate.


Not what you asked, but the module webbrowser uses whatever browser is
available.

for example:

import webbrowser
webbrowser.open('http://localhost')

Fedor
Jul 18 '05 #7

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

Similar topics

6
by: Miranda | last post by:
Hello, My employer is having a PHP application built (I'm in the process of studying PHP, and am an intermediate ASP programmer). Problem is, I've tested this application on the newest versions...
3
by: Sean Berry | last post by:
I have a python program that I want to be able to run from a browser window. It gets run in a cron job every day, but I want my boss to be able to run it whenever he wants to since the database...
4
by: Maggie | last post by:
Hi, I am in a process of creating a text version of my website and was wondering if it was possible to accomplish this without actually making the same page twice using CSS. I have a...
5
by: David Baker | last post by:
Hi all I am very new to ASP.Net. I am trying to create a sniffer for our program. We want our users to click our sniffer and hopefully the sniffer will check their computer against our...
7
by: Chris Jones | last post by:
I'm trying to make sense of a python program and was wondering if vim has any python-oriented functionalities (apart from syntax highlighting) that would make it somewhat easier to browse the...
0
by: bruce | last post by:
hi... it appears that i'm running into a possible problem with mechanize/browser/python rgarding the "select_form" method. i've tried the following and get the error listed: br.select_form(nr...
7
by: Norman Swartz | last post by:
I want to place some graphic images on the web that are optimally viewed at a resolution of 1024 by 768 pixels. Is it possible, within Javascript,to force a particular screen resolution?
2
by: sebastien.abeille | last post by:
Hello, I would like to create a minimalist file browser using pyGTK. Having read lot of tutorials, it seems to me that that in my case, the best solution is to have a gtk.TreeStore containing...
53
by: brave1979 | last post by:
Please check out my javascript library that allows you to create any layout for your web page, nested as deep as you like, adjusting to width and height of a browser window. You just describe it in...
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: 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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.