[python-win32] Sending a binary file from ASP

2005-04-25 Thread Emlyn Jones
Hello, I am trying to get an ASP script to download a file. The file arrives at the correct size but is corrupted, what am I missing? If I run the get_file function directly at the command prompt and save the resulting data it is fine, so there must be something wrong with the way I send the data f

[python-win32] HTML-Textlinks

2005-04-25 Thread Christophe Leske
Hi there, I am starting to play around with wxPython and would like to implement something like a clickable Html-Text link. I understand that there is wxHtmlWindow, but this seems like overkill to me. I just want to render a static text which has a link linked to it. Also, there is a class calle

[python-win32] wxStaticTxt

2005-04-25 Thread Christophe Leske
Is there a way to get a wxStaticText to scroll out of the wxFrame to the left? I can't seem to let it scroll "out of the window" to the left... Any ideas? Thank you, Christophe Leske tel. +49-(0)211 230 99 70 .:. fürstenwall 157 .:. ::: 40215 düsseldorf ::: ::: germany ::: http:

[python-win32] py2exe, COM servers on machine without py2exe

2005-04-25 Thread Sam Hendley
I hope I am posting on the correct list but in my trolling (as in google, not the bad kind) of the web I found some posts from both Mark Hammond and Thomas Heller, who I gathered wrote py2exe. Here is the situation: We wrote a PowerPoint plugin in python. It uses a number of com classes for rec

RE: [python-win32] py2exe, COM servers on machine without py2exe

2005-04-25 Thread Mark Hammond
> powerpoint = Target( > description = "Python Remote PowerPoint Server", > ## Build source file. For COM servers, the module name (not the > ## filename) must be specified! > modules = ["PowerPointUI"], > create_exe = False, > ) Try adding dest_base="ppui" to those params