Thanks Jussi, I will turn off the Ctrl-Shift-C mapping.
Andy
Search found 10 matches
- Fri Sep 25, 2015 12:01 pm
- Forum: Reporting a Bug
- Topic: Error when using CTRL-Shift-C
- Replies: 4
- Views: 34060
- Thu Sep 24, 2015 12:19 pm
- Forum: Reporting a Bug
- Topic: Error when using CTRL-Shift-C
- Replies: 4
- Views: 34060
Re: Error when using CTRL-Shift-C
Thanks Jussi, email is on the way. I tried it again this morning with your python file and had the same error so I attached those files to the email also.
Andy
Andy
- Wed Sep 23, 2015 5:41 pm
- Forum: Reporting a Bug
- Topic: Error when using CTRL-Shift-C
- Replies: 4
- Views: 34060
Error when using CTRL-Shift-C
I was editing a python program (are you starting to hate that line yet :)) and tried to comment out a block of code using Ctrl-Shift-C and received a "Zeus has detected an internal program error ..." message box. I tried to send the log and dmp file to support@zeusedit.com but it bounced with an ...
- Wed Sep 23, 2015 3:13 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
Jussi,
Yes, that appears to have fixed the issue! I will play around with it today and see if I see that causes any other issues (although I don't see why it should).
Thank you for the all the work!
Andy
Yes, that appears to have fixed the issue! I will play around with it today and see if I see that causes any other issues (although I don't see why it should).
Thank you for the all the work!
Andy
- Wed Sep 23, 2015 2:13 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
Unfortunately it doesn't look like it is that easy :) The series of errors are started by line 18 of jedi_auto_complete.py when it imports jedi_code so the fix happens too late.
---------------------------------------------------------------------------
Zeus - Version 3.97y
Copyright (c ...
---------------------------------------------------------------------------
Zeus - Version 3.97y
Copyright (c ...
- Wed Sep 23, 2015 12:29 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
I think I see what is happening and it isn't anything Zeus is doing. It looks like the following:
You call into jedi_auto_complete, ultimately jedi (from docstrings.py) tries to load numpy to get NumpyDocString, NumpyDocString then tries to load sphinx. If Jedi can't find numpy it catches a ...
You call into jedi_auto_complete, ultimately jedi (from docstrings.py) tries to load numpy to get NumpyDocString, NumpyDocString then tries to load sphinx. If Jedi can't find numpy it catches a ...
- Tue Sep 22, 2015 2:05 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
Jussi,
It is a bit curious. I do not have c:\python27 in my path so it isn't finding it that way and it isn't in my pythonpath so it must be going through the registry. I actually have several versions of python on my system (anaconda 3.4, python 2.7, and ironpython 2.7 as well as a couple of ...
It is a bit curious. I do not have c:\python27 in my path so it isn't finding it that way and it isn't in my pythonpath so it must be going through the registry. I actually have several versions of python on my system (anaconda 3.4, python 2.7, and ironpython 2.7 as well as a couple of ...
- Tue Sep 22, 2015 12:27 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
Jussi,
Python version is
2.7.8 (default, Jun 30 2015, 18:15:33) [MSC v.1500 32 bit (Intel)]
This is the result of the script (transcribed, I can't seem to copy from the dialog box):
.\
C:\Users\adestes\AppData\Roaming\Xidicone\Zeus\zScript\
C:\Users\adestes\AppData\Roaming\Xidicone\Zeus ...
Python version is
2.7.8 (default, Jun 30 2015, 18:15:33) [MSC v.1500 32 bit (Intel)]
This is the result of the script (transcribed, I can't seem to copy from the dialog box):
.\
C:\Users\adestes\AppData\Roaming\Xidicone\Zeus\zScript\
C:\Users\adestes\AppData\Roaming\Xidicone\Zeus ...
- Mon Sep 21, 2015 7:02 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Re: Python code completion bug
I have discovered that if I rename my c:\python27 to something like c:\python27a so that the installed python sphinx module is not getting pulled in by Zeus then the code completion works properly. This does solve the Zeus problem but breaks my other python scripts. I don't have a pythonpath ...
- Mon Sep 21, 2015 6:45 pm
- Forum: Reporting a Bug
- Topic: Python code completion bug
- Replies: 12
- Views: 51698
Python code completion bug
I am not (yet) a Zeus IDE user but am currently evaluating it. I believe that I am running the most recent release (3.97y). I have a python file I am editing and whenever I type something which would start code completion I get a debug window with several lines of python traceback ultimately ending ...