The JEDI (Joint Endeavour of Delphi Innovators) project is a large open-source library of Windows API translations, visual and non-visual components, and other useful classes and libraries.
Questions tagged [jedi]
177 questions
3
votes
0 answers
spacemacs, anaconda, jedi/completion: Server error: ValueError('need more than 0 values to unpack',)
my python (2.7.12) code is very simple
import os
os.
instead of autocompletion I get following code:
Server error: ValueError('need more than 0 values to unpack',)
but, the following code gives me correct autocompletion.
import…

mat
- 95
- 8
3
votes
1 answer
JEDI Visual Component Library : JvAlarms component (a few questions)
I decided to try the JvAlarms component. So I did :
procedure TForm1.Button1Click(Sender_TObject);
begin
jvAlarms1.Add.Name :=Edit1.Text;
jvAlarms1.Add.Time :=…

user3351050
- 368
- 3
- 14
3
votes
1 answer
jedi-vim doesn't find python2 dist-packages, but python3 yes
Jedi-vim does autocompletion for python3 dist-packages, but can't fnd python 2.7 dist-packages. I run my program using python 2 without problem. Everything else runs correctly. I found out that vim is running with python3.
I'm using Ubuntu 16.04…

Santiago Dandois
- 151
- 11
3
votes
1 answer
color schema of emacs auto-complete mode
I am using auto-complete + jedi in python mode
And i am wandering how to change the color of the second column in the popup menu?
the yellow one: "function:posix.closerange"
also what't yellow popup window on the right side called? And how to…

otm
- 685
- 2
- 9
- 21
3
votes
2 answers
JEDI controls always recompile
I've just noticed that whenever I do an incremental compile (ctrl-F9) of any of my Delphi 2010 projects, all JEDI units referenced in my project are recompiling although they have not been changed in any way. In fact, if I create a new project,…

Larry Lustig
- 49,320
- 14
- 110
- 160
3
votes
2 answers
How to use JEDI TJCLHashMap classes?
I'm trying to use TJCLHashMap family of classes, but apparently this class has no useful public methods. All methods are "protected". How to use this class? Although JCL comes with some samples, I seem to miss something. A basic example would be…

delphist
- 285
- 5
- 8
3
votes
3 answers
Emacs & Anaconda. Linking problems
I have a problem where:
In order to run Anaconda, I need to unset LD_LIBRARY_PATH
In order to run Emacs (as well as other programs), I need to set LD_LIBRARY_PATH
If I try to run Emacs while unsetting LD_LIBRARY_PATH I run into linking problems,…

Josh
- 11,979
- 17
- 60
- 96
3
votes
1 answer
How to make the auto-complete information more compact in emacs-jedi?
I have been learning python about a month and I used emacs24.3 with jedi to write python code.
The jedi works very well, I like it very much. However, I would like to make the auto-complete menu more compact:
We can see that the auto-complete…

Eastsun
- 18,526
- 6
- 57
- 81
3
votes
1 answer
Delphi - .bpl plugins for application - problem while loading > 1 plugin
I'm using TJvPluginManager to build simple application with ability to load .bpl plugins. I have common interfaces declaration in "uIntfs.pas" file, which is kind of SDK ;)
The problem is, that if I try to load more than one plugin, the app throws…
michal
3
votes
0 answers
How to install JCL html2 help in Delphi XE2?
I tried to use the JCL installer to install the html2 help from the latest-and-greatest JCL, picking the option to integrate it with the DXE2 help, and it broke the DXE2 help: i.e. when I started the help viewer in the IDE, it told me that there was…

wades
- 927
- 9
- 24
2
votes
1 answer
How to integrate Jedi's help files with Delphi's IDE?
There are a lot of help files at SourceForge for Jedi but none in the HxS format.
Is there a way to integrate it into Delphi's help system? I'm using Delphi 2010.

ivarec
- 2,542
- 2
- 34
- 57
2
votes
4 answers
How install JCL and JVCL on Delphi 11.3 CE version
Jcl and JCVL create no lib! -> Radstudio\Tools\jcl-2.8.0.8551\source\vcl"
This version of the product does not support command line compiling.?????
So I have to run it manually, but....
How can I see what a runtime package is or design time…

Walter
- 21
- 3
2
votes
3 answers
autocompletion for own gobject derived library in python using jedi-vim using gobject introspection
I'm trying to create a shared C library that uses the gobject library as foundation. So my object inherits in GObject speak from GObject. GObject allows bindings to all different scripting languages such as Python via GObject introspection. Then…

hetepeperfan
- 4,292
- 1
- 29
- 47
2
votes
0 answers
Missing dependencies in Spyder 4.2.1 (Anaconda 1.10.0)
I keep getting the following error message every time I open Spyder:
You have missing dependencies!
# Mandatory:
jedi =0.17.2 : None (NOK)
Please install them to avoid this message.
Note: Spyder could work without some of these dependencies,…

Anon
- 69
- 1
- 6
2
votes
2 answers
compiling delphi-pi
After Downloading the source, tried to compile the code.
The first bump was missing Jedi components, so downloaded jcl-2.2.1.3817-partnerdvd
Next step was installing , which was fine.
Now After Compiling , the error message is :
[DCC Fatal Error]…

none
- 4,669
- 14
- 62
- 102