GoogleCodeArchives / editra

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

No effect from launch shelf #426

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to run a python script from the launch shelf
2.
3.

What is the expected output? What do you see instead?
Would expect the console output.
Nothing append

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Last windows version on XP SP3

What method of install was your version installed with (Binary/Source)?
Using installer for win32

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by laurent....@gmail.com on 4 Nov 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Hi,

Found the cause already when trying to figure out another odd related issue. 
The new
installer in this version incorrectly placed some files in the root of the 
install
directory and they are having some subtle affect of causing the subprocess 
commands
to fail that are used to run things from Launch and the Projects plugin.

You can work around it in the current release by removing the following files 
from
your installation directory:

* All .py and .pyc files
iconv.dll
intl.dll
libenchant.dll
libglib-2.0-0.dll
libgmodule-2.0-0.dll

NOTE: removing these will disable the spell check feature but this will be 
corrected
in the next release.

Cody

Original comment by CodyPrec...@gmail.com on 4 Nov 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Fixed windows installer to properly place files to fix issue with conflicts in
running subprocess commands

Original comment by CodyPrec...@gmail.com on 11 Dec 2009 at 1:23