Using windows XP. Have installed python 2.5 and wxpython as well as downloaded drpython. The file extension pyw on my computer is associated with 7-zip console and I *cannot* associate pyw with pythonw.exe Windows stubbornly refuses to let me do this!? When I click on drpython.pyw a black box flashes for the briefest of instants, that's all. same from command line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never mind. Have got past that hurdle. Still not working, but I must work more on this before I can post a coherent question and not waste anyone's time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using windows XP. Have installed python 2.5 and wxpython as well as downloaded drpython. The file extension pyw on my computer is associated with 7-zip console and I *cannot* associate pyw with pythonw.exe Windows stubbornly refuses to let me do this!? When I click on drpython.pyw a black box flashes for the briefest of instants, that's all. same from command line.
Never mind. Have got past that hurdle. Still not working, but I must work more on this before I can post a coherent question and not waste anyone's time.
Can you open .py files with for example another program? (notepad or scite)?
For drpython:
[pythonpath]python.exe <your drpython path>drpython.py" %1
should work.