In case you are curious, I just posted a new tutorial "Python and Multimedia, Part 1, The amazing Webbrowser Module" on DaniWeb at:
http://www.daniweb.com/tutorials/tutorial47392.html

I would love some input from our Linux and Unix friends to see how much cross platform the module is. Post any comments in this thread!

Recommended Answers

All 4 Replies

okay, let me first appologize for my "newbness" I have just recently looked into python as a first language, and this project is something that has got my attention so thanx,

I have got the first code to work in all my browsers in xp, this is actually an accomplishment for me so don't laugh :mrgreen:
I would like to get the later "http server" bit to work, but I get this error, after inserting the full path to the files whichare directly on my C: drive
[IMG]http://img149.imageshack.us/img149/936/error2fc.jpg[/IMG]

I wish to use these programs maybe to attach in post on our little forum, the thing is I'm not quite clear what would be my best options to "compile" so to speak these apps into something that can be usable by joe public. I've started reading on wxpython but I don't know if this would be the correct way?

any advice is appreciated

Are you telling me that the Firefox browser does not recognize the temporary http server from the last example in the tutorial?

I don't use this browser, so thanks for the info.

I don't quite understand your wxPython question. Please give a few more details.

no I'm not saying that it won't work I just don'thave the talent yet,Istill haven'tgotitto comeup in opera 9 or ie, but I'll keep working on it.

as for wxpython I was just hoping to save my self some reading if this is not the preffered/compatable way to share these types of files thanx for the help.

Thanks for the information, it's valuable to me! Keep experimenting and post the results.

The wxPython GUI has a wx.html.HtmlWindow() that you can load the html files to, but it has a number of limitations, check out:
http://www.daniweb.com/code/snippet490.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.