Showing posts with label drpython. Show all posts
Showing posts with label drpython. Show all posts

Friday, 17 October 2008

DrPython Error

If you encounter an error when you've reinstalled DrPython, like the following...



It can be solved quite simply, just go the the Options menu in DrPython & click Preferences... .Then scroll down & change the Default Current Working Directory: from what it is currently set to. It should be set to the Directory where you installed DrPython to.



  • The above image shows the error.
  • I installed DrPython in C:\DrPython the above Directory is incorrect.
  • The image below shows the correct Path.


  • I discovered that the error had been reported here too.

Monday, 18 August 2008

DrPython for Ubuntu

If you want to install the Python IDE; DrPython for Ubuntu.

Just type the following in a terminal.

sudo apt-get install drpython

Wednesday, 2 July 2008

DrPython IDE

DrPython is a code editor for Python, it works in both Linux & Windows & I highly recommend that you take a look at it here.

In order to use it you must first install wxPython. Windows users can get it from here, while Linux users can use their package manager to install it.