I have python2.4 and the latest wxpython.
I downloaded drpython-3.9.5 (zip file) and extract all the files from there to some dir.
what sould I do in order to install drpython?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have python2.4 and the latest wxpython.
I downloaded drpython-3.9.5 (zip file) and extract all the files from there to some dir.
what sould I do in order to install drpython?
It is not necessary to "install" DrPython.
Simply call (after unpacking) drpython.pyw or drpython.py from the folder, where you decompressed
DrPython.
Otherwise if you want to install it:
run "setup.py install", end it installs it into
the python\lib\site-packages directory.
10x