Closed GoogleCodeExporter closed 8 years ago
Hi,
If you have the Editra Log window open (View->Shelf->Editra Log) in your open
instance of Editra are any errors/warnings shown when you try to open the
second file
from the command line?
Also check for errors printed to the console when trying 'Editra -dd bar' after
the
first instance is already running.
I am guessing a possible IPC issue here as I can't reproduce on my mac and
there have
been issues with editra's ipc server on linux before.
Thanks for the report,
Cody
Original comment by CodyPrec...@gmail.com
on 16 Dec 2009 at 5:33
Nothing special seen in the Editra log window. I've attached the log file from
starting Editra with the -dd option.
Phil
Original comment by psher...@ameritech.net
on 17 Dec 2009 at 3:53
Attachments:
Thanks, I don't see anything special in there either.
One more test:
1) Open PyShell Plugin
2) enter the following commands (one line at a time)
import profiler
key = profiler.Profile_Get('SESSION_KEY')
print key
import ed_ipc
print ed_ipc.SendCommand(ed_ipc.IPCCommand(), key)
3) This should cause a new window to be opened, if it doesn't please send me
the text
for the two print statements from the pyshell window.
Thanks,
Cody
Original comment by CodyPrec...@gmail.com
on 17 Dec 2009 at 8:00
Followed instructions - no window opened. Python plugin results follow:
Python 2.6 (r26:66714, Feb 3 2009, 20:52:03)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Startup script executed: /etc/pythonstart
import profiler
key = profiler.Profile_Get('SESSION_KEY')
print key
Philip ShermanwUjzT4X1mUE=
import ed_ipc
print ed_ipc.SendCommand(ed_ipc.IPCCommand(), key)
Traceback (most recent call last):
File "<input>", line 1, in <module>
AttributeError: 'module' object has no attribute
Original comment by psher...@ameritech.net
on 17 Dec 2009 at 10:21
Hi,
This was quite useful I have an idea of what may be going on (even though some
text
from the end appears to be missing).
Look in your installation directory under Editra/src/syntax
Is there a file called xml.py there? There have been issues with that old file
not
getting uninstalled recently that caused conflicts.
I would suggest trying to remove your installation directory and installing
again I
think some files might be in conflict ($python_lib/site-packages/Editra).
Thanks,
Cody
Original comment by CodyPrec...@gmail.com
on 17 Dec 2009 at 10:58
Deleted installation directory and reinstalled. Same problem. I'm re-attaching
the
python stuff you requested. I may have missed the last line before.
Python 2.6 (r26:66714, Feb 3 2009, 20:52:03)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Startup script executed: /etc/pythonstart
import profiler
key = profiler.Profile_Get('SESSION_KEY')
print key
Philip ShermanLxdJIglVwx8=
import ed_ipc
print ed_ipc.SendCommand(ed_ipc.IPCCommand(), key)
Traceback (most recent call last):
File "<input>", line 1, in <module>
AttributeError: 'module' object has no attribute 'SendCommand'
Original comment by psher...@ameritech.net
on 18 Dec 2009 at 10:03
Ah,
I'm sorry I made a typo in the commands to run.
Should have been SendCommands (with the s at the end)
print ed_ipc.SendCommands(ed_ipc.IPCCommand(), key)
Original comment by CodyPrec...@gmail.com
on 18 Dec 2009 at 10:11
Latest run results:
Python 2.6 (r26:66714, Feb 3 2009, 20:52:03)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Startup script executed: /etc/pythonstart
import profiler
key = profiler.Profile_Get('SESSION_KEY')
print key
Philip ShermanzGXf4DdfcPc=
import ed_ipc
print ed_ipc.SendCommands(ed_ipc.IPCCommand(), key)
True
Original comment by psher...@ameritech.net
on 21 Dec 2009 at 1:50
Hi,
The above output all looks correct, did it cause a new window to be opened?
Does this issue still persist in the latest release (0.5.32)?
Thanks,
Cody
Original comment by CodyPrec...@gmail.com
on 30 Dec 2009 at 5:02
I cannot reproduce this issue and have not received a reply so I am going to
close
this for now. If the issue still exists in the current release please feel free
to
reopen this issue.
Original comment by CodyPrec...@gmail.com
on 30 Mar 2010 at 3:11
Original issue reported on code.google.com by
psher...@ameritech.net
on 16 Dec 2009 at 3:13