On 9/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Assuming your Python installation is viable (does typing "python" sansquotes at the command line launch the Python interpreter?), have you
renamed the file from "rtf2xml" to "rtf2xml.py" as required to rununder MS Windows?
I fear that may not
Ok, I am still relatively new to python, but have chosen it as the
language to write a project in.
I have searched, googled and bought every O'Reilly book I can find.. and
am still stumped. I turn to your venerable forum of knowledge for
assistance.
The project uses a piece of USB HID hardwa
Hello Roger,
Assuming your Python installation is viable (does typing "python" sans
quotes at the command line launch the Python interpreter?), have you
renamed the file from "rtf2xml" to "rtf2xml.py" as required to run
under MS Windows?
-- jv
Hello
Windows XP
SP2.
I am a Python
novic
Hello
Windows XP
SP2.
I am a Python
novice. I downloaded an application called rtf2xml that converts RTF files to
XML. I have Python 2.4 installed, and updated my path to include c:\python24.
The application has the following folder structure:
rtf2xml-1.2 (contains setup.py, which I ha
Cau
please, I have done everything according to Swig Tutorial
http://www.swig.org/tutorial.html and the third command ld -G
-shared example.o example_wrap.o -o _example.so
make me this trouble :
...
example_wrap.o(.text+0x1d24):example_wrap.c: undefined reference to
'Perl_sv_setpv' ...
I tried to s
Trying to automate the clicking of a button from a ToolbarWindow32
object. Anyone have an example of doing so? I have already downloaded
watsup - http://www.tizmoi.net/watsup/intro.html and there doesn't seem
to be any examples.
Mark
___
Python-win32 ma
Hi Mark,
thanks a lot.
Jürgen
>>the following code
>>
>>pyhdl=win32gui.FindWindow(None,'PythonWin')
>>win32gui.SetForegroundWindow(pyhdl)
>>win32gui.SetCapture(pyhdl)
>>
>>results in:
>>
>>Traceback (most recent call last):
>> File
>>"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scri