-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PyQ in PyCharm in Windows #130
Comments
Not possible at this time. Due to need to press Ctrl+Z during initialization of PyQ on Windows -- this wouldn't be possible even with windows PyQ executable, which doesn't exists for exactly this reason. |
But it is possible to run a python script without Ctrl+Z, e.g. something like |
Stale issue message |
I would try to create a batch file, which will launch Sorry, I didn't touch Windows in a while... can't really help you much. |
Stale issue message |
Stale issue message |
Stale issue message |
Stale issue message |
Questions
Which operating system are you using (if Linux, please provide flavour of it, i.e RedHat, CentOS or Ubuntu), is it 32-bit, or 64-bit?
Which version of PyQ are you running? Please provide output of
pyq --versions
, if PyQ isn't operational, please provide Python interpreter version and PyQ versionpython -V; python3 -V; pip list | grep pyq
:Which version of kdb+ are you using, is it 32-bit or 64-bit?
If on 64-bit, is your
QLIC
set? Please provide outputenv | grep QLIC
on linux/macOS, orset|grep QLIC
on Windows.Did you use virtual environment to install PyQ? If not, why?
Where is your
QHOME
? Please provide outputenv | grep QHOME
on linux/macOS, orset|grep QHOME
on Windows.Do you use Conda? If so, what version?
Steps to reproduce the issue
In Win10, create a venv and install pyq there. Try using the new env in PyCharm.
According to this issue #61, the way to use pyq through PyCharm is to symlink pyq to python. In Windows there is no pyq executable to link.
Expected result
pyq is usable in PyCharm
Actual result
Can't apply solution from #61
Workaround
If you know workaround, please provide it here.
The text was updated successfully, but these errors were encountered: