While I understand the benefits of being cross platform, the company I work for does not, nor do they care about it. If it works well on Windows, they're happy. I actually wrote most of the program in linux, and worked on the GUI in windows (emulated, of course).
<br><br>Also, when I tried wx's html component, it seems to have a few problems. It doesn't support CSS, it doesn't show the images, and it doesn't follow any links (perhaps it wants the links to be http://.../page instead of /page?). Is there a gui system that actually shows the html correctly in windows? (I don't use windows much, so I'm not familer with this).
<br><br>And Bob Ippolito; thanks for the tip.<br><br>-Robert<br><br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">David Pratt</b> &lt;<a href="mailto:fairwinds@eastlink.ca">fairwinds@eastlink.ca</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You might want to consider wxPython for the gui also since it is fairly<br>
mature, stable and cross platform.<br><br>Regards,<br>David<br><br>Bad Bob wrote:<br>&gt; Hi all.<br>&gt;<br>&gt; I'm writing a simple image archive program. The program is for indexing<br>&gt; a whole lot of pictures we sell on a CD. The focus of the product is on
<br>&gt; the pictures, not the viewer, so it's pretty simple; it just shows the<br>&gt; pictures, sorted by category's, resizes them to whatever size the user<br>&gt; wants (with imagemagick), and searches though the collection.
<br>&gt;<br>&gt; Right now, the program is using a Twisted webserver in the backend. All<br>&gt; the pages are dynamic, based off one template file. The gui is a very<br>&gt; simple Venster (<a href="http://venster.sf.net">
venster.sf.net</a> &lt;<a href="http://venster.sf.net">http://venster.sf.net</a>&gt;) frontend, mainly<br>&gt; consisting of a web browser control, and some code to open a file-save<br>&gt; dialog when the user clicks save to save a picture.
<br>&gt;<br>&gt; I'm wondering if there is a better way to do this. Perhaps twisted is a<br>&gt; bit too much for all of this? Another problem is when Twisted opens up<br>&gt; the server port, firewalls start complaining. Perhaps there is a better
<br>&gt; way. Also, if there is something better then venster for a front end,<br>&gt; I'd be glad to hear about that, too.<br>&gt;<br>&gt; -Robert<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Twisted-Python mailing list<br>&gt; <a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>&gt; <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python">
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br><br>_______________________________________________<br>Twisted-Python mailing list<br><a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com
</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br></blockquote></div><br>