Replies: 1 comment
-
|
Hello I will take a look please give a more detailed information about the
issue.
Operating system
Staad license
Python version
If is posible a screen recording of the issue
Tk
…On Fri, 13 Dec 2024 at 12:46 AM Jcbtank ***@***.***> wrote:
First of all thank you OpenstadAPI. I have started to learn python
openstaad. below is the code and error i am getting while running the code.
from openstaad import Root
root = Root()
file_name = root.GetSTAADFile()
print(file_name)
Error
*new*
p = type(_compointer_base)("POINTER(%s)" % new_cls.*name*,
^^^^^^^^^^^^^^^^
NameError: name '_compointer_base' is not defined. Did you mean:
'_compointer_meta'?
PS C:\Users\jatin.tank>
—
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BESC7BCYZZF7DELQJ6OTLGL2FJYC5AVCNFSM6AAAAABTRIQBG2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGY3DSOBWGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thank you OpenstadAPI. I have started to learn python openstaad. below is the code and error i am getting while running the code.
from openstaad import Root
root = Root()
file_name = root.GetSTAADFile()
print(file_name)
Error
new
p = type(_compointer_base)("POINTER(%s)" % new_cls.name,
^^^^^^^^^^^^^^^^
NameError: name '_compointer_base' is not defined. Did you mean: '_compointer_meta'?
PS C:\Users\jatin.tank>
Beta Was this translation helpful? Give feedback.
All reactions