code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Unable to use a system installed python interpreter #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
PyShell 0.8

What steps will reproduce the problem?
1. Try to import modules from the system python will fail

What is the expected output? What do you see instead?
I was expecting to be able to import modules that are installed and available 
from the system installed python.

What version of Editra are you using? On what operating system?
0.7.20 on Windows

The shell python executable should be configurable.

Original issue reported on code.google.com by lamego.p...@gmail.com on 18 Apr 2013 at 6:12

GoogleCodeExporter commented 9 years ago
PyShell is a very basic simple shell gui that runs in process with the Editra 
process using the python it is running on.

So, if you want to use your system python in PyShell you need to use a source 
installed version of Editra (i.e not Editra.exe).

Don't have any plans to extend PyShell but will accept patches that implement 
extensions or if anyone wants to take ownership of it.

Original comment by CodyPrec...@gmail.com on 4 Dec 2013 at 5:00