Giter Club home page Giter Club logo

ak_sap's Issues

General Updates Query

Hi Arun,

Just checking in on progress with ak_sap. I know you're likely busy but have you progressed things much since we spoke last? ๐Ÿ‘

unable connect to sap2000

Hi,
I want to connect to sap2000 and read the table 'Joint Displacements' from a open file. but when I use code

from ak_sap import debug, Sap2000Wrapper
debug(status=False)
sap = Sap2000Wrapper(attach_to_exist=True)

this error occured

Traceback (most recent call last):
  File "C:\Users\Seyed\AppData\Local\Programs\Python\Python312\Lib\site-packages\comtypes\__init__.py", line 345, in __getattr__
    fixed_name = self.__map_case__[name.lower()]
KeyError: 'databasetables'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\code\soole\final 2\tirvaragh - Copy.py", line 113, in <module>
    sap = Sap2000Wrapper(attach_to_exist=True)
  File "C:\Users\Seyed\ak_sap\src\ak_sap\wrapper.py", line 27, in __init__
    self.Table = Table(mySapObject=self.mySapObject, Model=self.Model)
  File "C:\Users\Seyed\ak_sap\src\ak_sap\Database\tables.py", line 15, in __init__
    self.DatabaseTables = self.SapModel.DatabaseTables
  File "C:\Users\Seyed\AppData\Local\Programs\Python\Python312\Lib\site-packages\comtypes\__init__.py", line 347, in __getattr__
    raise AttributeError(name)
AttributeError: DatabaseTables

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.