Search found 390 matches

by soliday
28 Mar 2022, 12:00
Forum: Installation
Topic: Examples
Replies: 1
Views: 4485

Re: Examples

The command is: ./runMe You will need the tcsh cygwin package installed to run this script without editing it. If you continue to have trouble with it, try running the commands inside the script by hand on the command line: elegant run.ele sddsplot -parameter=QF1.K1,Transmission run.fin -graph=sym s...
by soliday
10 Mar 2022, 11:57
Forum: Installation
Topic: Installing ELEGANT with CYGWIN
Replies: 4
Views: 5588

Re: Installing ELEGANT with CYGWIN

To get to c:\ inside of cygwin, you have to go to /cygdrive/c Your download is probably in /cygdrive/c/Users/<username>/Downloads/ But you are looking at the source code here. I do not recommend compiling it yourself. You should instead download: https://ops.aps.anl.gov/cgi-bin/oagLog4.cgi?name=Eleg...
by soliday
09 Mar 2022, 10:12
Forum: Installation
Topic: Installing ELEGANT with CYGWIN
Replies: 4
Views: 5588

Re: Installing ELEGANT with CYGWIN

I don't understand what you are doing. Elegant isn't installed inside of cygwin. Click on the the icon and install it that way. You can then use cygwin to execute elegant.exe after it is installed.
by soliday
04 Mar 2022, 09:59
Forum: Installation
Topic: Installing elegant/sdds windows and python3.9
Replies: 3
Views: 5157

Re: Installing elegant/sdds windows and python3.9

It does not matter where the SDDSPython3.9.x64.msi is when you install it. What matters is that when you install it there is a dialog screen that pops up with the installation directory listed. You will have to delete the default directory and replace it with c:/Anaconda
by soliday
02 Mar 2022, 14:50
Forum: Installation
Topic: Installing elegant/sdds windows and python3.9
Replies: 3
Views: 5157

Re: Installing elegant/sdds windows and python3.9

When you install it, you must select the same installation directory as your python installation directory. On my system I have python3.9 installed at: c:/Python39_64bit This results in: c:/Python39_64bit/Lib/sdds.py c:/Python39_64bin/DLLs/sddsdata.pyd c:/Python39_64bin/DLLs/SDDS1.dll Then I can exe...
by soliday
01 Mar 2022, 10:31
Forum: Installation
Topic: module 'sdds' has no attribute 'SDDS'
Replies: 1
Views: 4208

Re: module 'sdds' has no attribute 'SDDS'

I am not a user of PyCharm, but after searching for the error message on google, looks like you will have to add the sdds.py to the PyCharm project directory.
by soliday
14 Feb 2022, 23:19
Forum: Installation
Topic: SDDS Installation
Replies: 6
Views: 5512

Re: SDDS Installation

I updated the packaging software to the newest version in case there was an issue they may have fixed. Let me know if you are able to install the version at the following link:
https://ops.aps.anl.gov/downloads/SDDS_ ... 4-test.msi
by soliday
11 Feb 2022, 11:46
Forum: Installation
Topic: SDDS Installation
Replies: 6
Views: 5512

Re: SDDS Installation

Perhaps it is an permission related problem. Try installing the software with an account that has administrator privileges.
by soliday
10 Feb 2022, 11:17
Forum: Installation
Topic: SDDS Installation
Replies: 6
Views: 5512

Re: SDDS Installation

I just tested it on two different Windows 10 machines. I was able to install it on both. Can you send a screenshot of the error message you are seeing?
by soliday
11 Jan 2022, 10:27
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14728

Re: libtclSDDS.so not in sources

Open oagwish and run: puts $tcl_pkgPath This will list one or more directories. Check to see if the first directory in the list has a sub-directory named sdds. There is code in sddsedit that will load this version of the sdds extension and ignoring the TCLLIBPATH if it exists. I think you may have t...