Search found 3 matches
- 04 Mar 2022, 07:16
- Forum: Installation
- Topic: Installing elegant/sdds windows and python3.9
- Replies: 3
- Views: 10666
Re: Installing elegant/sdds windows and python3.9
I Moved the Elegant x64.msi and the SDDS Python3.9 x64.msi into C:\Users\musa\Anaconda3 where python3.9 is installed in my windows. And i install the two files but i can not see the following files as result c:/Anaconda3 /Lib/sdds.py c:/Anaconda3 /DLLs/sddsdata.pyd c:/Anaconda3 /DLLs/SDDS1.dll Did i...
- 02 Mar 2022, 13:29
- Forum: Installation
- Topic: Installing elegant/sdds windows and python3.9
- Replies: 3
- Views: 10666
Installing elegant/sdds windows and python3.9
I want to install elegant and sdds in my windows 10 and python 3.9 or python 3.10 are available. For that i downloaded the Elegant x64.msi and the SDDS Python3.9 x64.msi and simply installed these two files Now when i tried to import the sdds for example i get the error " No module named 'sdds' " Ho...
- 01 Mar 2022, 03:35
- Forum: Installation
- Topic: module 'sdds' has no attribute 'SDDS'
- Replies: 1
- Views: 9132
module 'sdds' has no attribute 'SDDS'
I imported a module in python as follow import sdds This module contains the class SDDS: class SDDS: """This class implements SDDS datasets.""" def __init__(self, index=0): #define common SDDS definitions self.SDDS_VERBOSE_PrintErrors = 1 self.SDDS_EXIT_PrintErrors = 2 self.SDDS_CHECK_OKAY = 0 self....