954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Python and Multimedia

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!

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

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

que
Newbie Poster
7 posts since May 2006
Reputation Points: 10
Solved Threads: 1
 

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.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

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.

que
Newbie Poster
7 posts since May 2006
Reputation Points: 10
Solved Threads: 1
 

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

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You