Personal tools
You are here: Home Forum
Back to discussion board

Search results 43 items matching your search terms

Re: Debugging a salome script with a python IDE

In UseDebugging a salome script with a python IDE.

A cleaner approach. Download the enclosed file which: adds a function which launches Visual studio code. adds an entry :  Tools -> Plugins -> Launch ... by ghodbane Relevance: 100%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Enclosed the completion by ghodbane Relevance: 95%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

These are the two path-sets. by vectorhasting Relevance: 93%
Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Is it possible to add autcompletion feature while writing Salome scripts in Visual Studio Code? I tried to add ... by samir1291 Relevance: 90%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Hi, you need to set the environment beforehand. Linux: run source ./env_launch.sh and start VS ( code) Windows:  start a VS dev terminal ... by ghodbane Relevance: 89%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Enclosed a screen capture when debugging (SALOME is of course running in the background) by ghodbane Relevance: 87%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Thank you that works (by choosing python version used by salome 9.2: 3.5.1 inbVScode)  thanemireth dear Nabil by samir1291 Relevance: 84%
To use the SALOME GEOM module in Visual Studio

In Extension of the platformTo use the SALOME GEOM module in Visual Studio.

I only want to use the SALOME GEOM module. I have imported the GEOM to Visual Studio 2008. It compiles well, but how can I use the module. Can give me somebody ... by alexander46 Relevance: 83%
Re: Windows SDK 6.6: DataArrays badly initialized ?

In UseWindows SDK 6.6: DataArrays badly initialized ?.

The sample code still crashes with SALOME 7.3.0.  I've tested it on Visual Studio 2012, Windows 8.1 64bit. by smarchetto Relevance: 82%
Re: SALOME-7.3.0-DEV-DEBUG Win64 don't start

In Extension of the platformSALOME-7.3.0-DEV-DEBUG Win64 don't start.

Thomas, Visual Express 2010 doesn't contain the necessary C Run-Time Libraries. SALOME-7.3.0 have been build with Microsoft Visual Studio 2008.  Binaries ... by anastasya241 Relevance: 81%
Re: To use the SALOME GEOM module in Visual Studio

In Extension of the platformTo use the SALOME GEOM module in Visual Studio.

Previously wrote: I only want to use the SALOME GEOM module. I have imported the GEOM to Visual Studio 2008. It compiles well, but how can I use the module. ... by supermanyuan Relevance: 80%
Re: Problems running Salome for Windows

In Install & buildProblems running Salome for Windows.

Hello, mukut! What platform is used ? What version of Visual Studio do you have on your computer? 'The application has failed to start because its ... by anastasya241 Relevance: 79%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Hi Vector, apologize for the late reply. The prescription I wrote was aimed to provide autocompletion within Visual studio in a visual studio console for ... by ghodbane Relevance: 78%
Re: Salome Windows

In Extension of the platformSalome Windows.

Dmitry Firsov wrote: You may build Salome  with mingw gcc  easer than with Visual Studio. I don't have any problems with porting, when I use ... by varun210184 Relevance: 74%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

I'm now having trouble again. Autocomplete for python scripting is no longer working   I have upgraded to Salome 9.7.0, perhaps this is a problem?   ... by vectorhasting Relevance: 73%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Auto-completion also does not work. It appears to me that there is some installation/installation step that’s not the same in our environments, but I am ... by vectorhasting Relevance: 71%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Thank you in advance for your time.  I am attempting to write plugins for Salome Shaper that will create threads and other topologies to make modeling for ... by vectorhasting Relevance: 68%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

This is still not fully functional.  I have also discovered that the supplied env_launch.bat file seems to have a bug in it: namely the out_dir_Path ... by vectorhasting Relevance: 66%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Thank you for your time.  I believe I have solved my problem.  On Windows, with a .py script open in Visual Studio Code, choose Terminal > New   (This ... by vectorhasting Relevance: 64%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Thank you for your attention! And I apologize again for my not being able to make it work. I am able to proceed as you described this far: Start ... by vectorhasting Relevance: 64%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

I found it!!  In VS Code, go to Settings by pressing Ctrl + , Search for python.languageserver, change from Jedi to Pylance. Download and set this as ... by vectorhasting Relevance: 63%
Debugging a salome script with a python IDE

In UseDebugging a salome script with a python IDE.

Hi I am developing some salome python scripts and I it will be very helpful to run them through a python IDE, specially for debugging purposes. This user ... by Msegade Relevance: 60%
Re: Convert DataArrayDouble * to double*

In UseConvert DataArrayDouble * to double*.

I've tested on Linux with 6.5.0 and all is OK with the given code. -------------------- //g++ -c -I$MED_ROOT_DIR/include/salome -I$MED3HOME/include ... by agy Relevance: 58%
Re: Salome Windows

In Extension of the platformSalome Windows.

varun gupta wrote: Dmitry Firsov wrote: You may build ... by Mariotte Relevance: 57%
How to develop new module or expand existing one ?

In Extension of the platformHow to develop new module or expand existing one ?.

Hi,   I am new to Salome and I would like to know if I can develop new module without salome source code. And, if I want to expand an existing module, ... by lokida Relevance: 54%
Building error: The procedure entry point could not be located in the dynamic link library GEOMSketcher.dll

In How to use Salome?Building error: The procedure entry point could not be located in the dynamic link library GEOMSketcher.dll.

Hi,  I am new to Salome platform, but have been using OpenCascade for a while. I am trying to split a TopoDS_Shape cube with a plane using ... by lambrtz Relevance: 54%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

In looking at this further, I think the following information and questions might help: Regarding PATHs: In Salome, in the Python Console, if I type; ... by vectorhasting Relevance: 53%
Re: Using autcompletion with Visual studio code

In UseUsing autcompletion with Visual studio code.

Just to beat this to death, I need to correct a statement in the previous post: Pylance does not automatically read the Salome installation for the paths and ... by vectorhasting Relevance: 53%
Help compiling a fortran program against MED lib in Windows

In Install & buildHelp compiling a fortran program against MED lib in Windows.

Hi. I've written finite flement solver in Fortran under Linux that reads a MED file and outputs in MED file too. I have no problem conpiling it and linking ... by javimm Relevance: 52%
what is the nested button

In How to use Salome?what is the nested button.

One question about code design, I have seen this class SHAPERGUI_NestedButton, but I don't know what it is in the application. Another thing is, I have ... by cmodelhsl Relevance: 52%