try to run pykst on pythonbut getting an exception Process finished with exit code -1073741819 (0xC0000005)

Oron Tamir oront at aquariusengines.com
Tue Mar 15 12:26:44 GMT 2022


Hi
I try to run pykst from PyCharm

I wrote the code:

import pykst as kst

# start a kst session with the arbitrary name "TestSinX"
client=kst.Client("TestSinX")

# inside kst, create the x vector and the equation
v1 = client.new_generated_vector(-10, 10, 1000)
e1 = client.new_equation(v1, "sin(x)")

# inside kst, create a curve, a plot, and add the curve to the plot
c1 = client.new_curve(e1.x(), e1.y())
p1 = client.new_plot()
p1.add(c1)


but I always get an exception : Process finished with exit code -1073741819 (0xC0000005) on the first line (import pykst as kst)

I should I do

Can you please help me ☹?


Thanks


Oron Tamir | Aquarius Engines
Software Engineer
Mob: +972523407915
Office: +9727471189
www.aquariusengines.com<http://www.aquariusengines.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kst/attachments/20220315/b346a326/attachment.htm>


More information about the Kst mailing list