error 1046 scilab

I have:

Scilab 5.4.0 (64-bit)

LabVIEW 2012 (64-bit)

LabVIEW Scilab Gateway (64-bit)

Why shouldn't the scilab script work?

I get error 1046.

I tried to drop a matlab script and changing server as suggested in post.

Thank you...

Hello kikki.

There are two potential problems:
(1) we have recently discovered a compatibility issue with the LabVIEW for the door of Scilab and Scilab 5.4.0. A fix should be available very soon.
(2) this relates to your question about where the looks of LabVIEW for the server. LabVIEW queries the registry to determine where Scilab is installed. This is in the file HKEY_LOCAL_MACHINE\SOFTWARE\Scilab by querying the value of the LASTINSTALL key. It will then look in the folder specified by this key for the SCIPATH value. Unfortunately, when you install a new version of Scilab and then uninstall a previous version, Scilab deletes all registry keys related to its existence - even if a version is still installed. If you have uninstalled a previous version after installing Scilab 5.4, you must reinstall 5.4 Scilab.

Even after potentially question 2, you will still need a LabVIEW with Scilab bridge update. I'll post here when it is available.

Grant M.
Senior Software Engineer | LabVIEW tablets | National Instruments

Tags: NI Software

Similar Questions

  • MATLAB script node error: 1046

    Hello world

    I now use Labview for data acquisition and want to use MATLAB
    function of node script to do the work of image processing.

    I have some problems get MATLAB script to function properly. The
    It is:

    Whenever I tried to run the program, Labview gave me the following
    error:

    "Error 1046: Labview does not initialize the script server, make sure that the server software is.
    installed. »

    However, MATLAB is installed in the PC. I think that the reason of
    This error is that I'm using a PC based campus University. I got into this PC MATLAB is a network
    versioned. (i.e.
    installed on the network server, but not in the local hard disk).

    Is that what I can do to work around this error?

    Kind regards
    Kent

    Hi hykwei,

    Unfortunately, it is not possible to obtain the MATLAB Script nodes to work
    LabVIEW under your current network configuration. So that the
    Node MATLAB Script to work properly, it takes that MATLAB is
    installed on the same machine as LabVIEW. This means that you will need
    either install MATLAB on the local computer on which you apply
    LabVIEW or you need install and use LabVIEW in the same
    Server computer where MATLAB is installed. Function of MATLAB
    feature, you may be able to make some sort of minimum installation on the
    local machine that adds MATLAB to your registry and program files list,
    but who sends you right to the copy of MATLAB on the network.
    However, I am not aware if it is still an option or how you could go
    on the implementation of this scheme, so if you are interested, I would contact with
    MATLAB for more on this topic.

    Kind regards

  • Recurrent error 1046 and 1180

    I entered my code and it repeat the two error 1046 and 1180. I don't know what the problem is. Errors are saying that 'Bronze2' either does not exist or a bad method.

    var Bronze2:Array = [];

    function Bronze2Action (): void

    {

    If (Bronze2.Length < 5)

    {

    var e:Bronze2 = Bronze2();

    var startX:int = stage.stageWidth;

    var startY: int = Math.Random () * stage.stageHeight;

    provable = startX;

    e.y = startY;

    stage.addChild (e);

    Bronze2.push (e);

    }

    }

    var e:Bronze2 = new Bronze2();

    Fixed

    In addition, I have never tried to call a variable of the same name as the class, because my style of coding, it is impossible, but I'm sure that's not a good idea.
    Remove the CAP from you are the name of the variable, just in case.

    var bronze2:Array = [];

  • Error #1046

    Hello

    Pls help.

    I can't find the error in my code. I don't know what I did wrong.

    This is the error: 1046 and I do not show me the line. How to trace it. TKS. And when I want to run it, the image trembles.

    TKS.

    Capture.JPG

    package

    {

    import flash.display. *;

    import flash.events. *;

    import flash.text. *;

    SerializableAttribute public class U2A5_JeuTicTacToe extends MovieClip

    {

    Declare constants.

    private static const ROWS public: int = 3;

    Private static const COLUMNS: int = 3;

    Private static const RANGEE_HAUTEUR:number = 100;

    Private static const COLONNE_LARGEUR:number = 100;

    Private static const RANGEE_DECALAGE:number = 10;

    Private static const COLONNE_DECALAGE:number = 10;

    Declare the variables.

    private var caseCourante:Cases;

    private var tttRangee:int;

    private var tttColonne:int;

    private var joueurCourant:int = 2;

    private var nombreDeClics:int = 0;

    private var joueurSymbole:String = 'X '.

    private var winner: String = "start";

    private static var nombreGagneX:int;

    private static var nombreGagneO:int;

    Use a table to keep abreast of the X and the O.

    var rangee1:Array = ["","", "" ""];

    var rangee2:Array = ["","", "" ""];

    var rangee3:Array = ["","", "" ""];

    Insert the rows in a table container named TTTPlancheJeu.

    var TTTPlancheJeu:Array = [rangee1, rangee2, rangee3];

    // *******************************************************************

    Use a constructor function pour prepare the game board.

    public void U2A5_JeuTicTacToe (): void

    {

    for (var c:int = 0; c < COLUMNS; c ++)

    {

    for (var r: int = 0; r < ROWS; r ++)

    {

    var caseAffiche:Cases = new Cases();

    caseAffiche.stop ();

    caseAffiche.x = c * COLONNE_LARGEUR + COLONNE_DECALAGE;

    caseAffiche.y = r * RANGEE_HAUTEUR + RANGEE_DECALAGE;

    addChild (caseAffiche);

    Adds an event to this case instance listener.

    caseAffiche.addEventListener (MouseEvent.CLICK, joueUnCoup);

    } / / End of loop for internal.

    } / / End of loop for external.

    } / / End of constructor function.

    // ************************************************************************

    /*

    * This method increases normal 1 the number of clicks that occurred during the game until ' date. The

    * method also appealed to the functions situeSurPlancheJeu, verifieGagnant and changeJoueur.

    * pre: must provide the current player and the number of clicks.

    * post: Returns the number of clicks, the business standard and symbol of the son.

    */

    public void joueUnCoup(event:MouseEvent)

    {

    nombreDeClics ++;

    caseCourante = (event.target as);

    caseCourante.symbole = joueurCourant;

    caseCourante.gotoAndStop (joueurCourant);

    To use the following functions.

    situeSurPlancheJeu();

    verifieGagnant();

    changeJoueur();

    } / / End of function joueUnCoup.

    // **************************************************************************

    /*

    * This method Bocage the location of the mouse when the click by report

    * to the rows and columns of the game of TIC-TAC-TOE. It also affects the symbol

    * the player in the selected box.

    * pre: must provide the location of the mouse and the symbol of the player.

    * post: Returns the symbol of the player on the chosen box.

    */

    function situeSurPlancheJeu (): void

    {

    Determine which column is the mouse.

    If (mouseX < = 100)

    {

    tttColonne = 0;

    }

    otherwise if ((mouseX > 100) & & (mouseX < = 200))

    {

    tttColonne = 1;

    }

    otherwise if ((mouseX > 200) & & (mouseX < = 300))

    {

    tttColonne = 2;

    }

    Determine what row within the mouse.

    If (mouseY < = 100)

    {

    tttRangee = 0;

    }

    otherwise if ((mouseY > 100) & & (mouseY < = 200))

    {

    tttRangee = 1;

    }

    otherwise if ((mouseY > 200) & & (mouseY < = 300))

    {

    tttRangee = 2;

    }

    Assign the symbol of the player to the selected box.

    TTTPlancheJeu [tttRangee] [tttColonne] = joueurSymbole;

    } / / End of function situeSurPlancheJeu.

    // **************************************************************

    /*

    Professional approach all of the columns, rows and diagonal pour see if a Contains

    * three times the same symbol. If so, the number of times this player has won increases by

    * the United Nations and the game goes to the end of the game screen.

    * pre: must provide all the cases and what symbol is on every case, if there is one. He

    * must also provide the winner, the number of clicks and the number of times each player has won.

    * post: Returns the winner and the number of times that each player has won.

    */

    function verifieGagnant (): void

    {

    Professional rows.

    for (var r: int = 0; r < ROWS; r ++)

    {

    This structure should be written on a single line.

    If (((TTTPlancheJeu[r][0]) == (TTTPlancheJeu [r] [1])) & &)

    ((TTTPlancheJeu[r][1]) == (TTTPlancheJeu [r] [2])) & &

    ((TTTPlancheJeu[r][0])! = ("")))

    {

    If all three cases in a Row have the same symbol, that player wins.

    winner = (TTTPlancheJeu [r] [0]);

    }

    }

    Check the columns.

    for (var c:int = 0; c < COLUMNS; c ++)

    {

    This structure should be written on a single line.

    If (((TTTPlancheJeu[0][c]) == (TTTPlancheJeu [1] [c])) & &)

    ((TTTPlancheJeu[1][c]) == (TTTPlancheJeu [2] [c])) & &

    ((TTTPlancheJeu[0][c])! = ("")))

    {

    Three cases of a column have the same symbol, if that player wins.

    winner = (TTTPlancheJeu [0] [c]);

    }

    }

    Check one of the diagonals.

    This structure should be written on a single line.

    If (((TTTPlancheJeu[0][0]) == (TTTPlancheJeu [1] [1])) & &)

    ((TTTPlancheJeu[1][1]) == (TTTPlancheJeu [2] [2])) & &

    ((TTTPlancheJeu[0][0])! = ("")))

    {

    If the three cases, starting in the corner at the top and to the left and down

    diagonally have an identical symbol, is the player who wins.

    winner = (TTTPlancheJeu [0] [0]);

    }

    Check the other diagonal.

    This structure should be written on a single line.

    If (((TTTPlancheJeu[0][2]) == (TTTPlancheJeu [1] [1])) & &)

    ((TTTPlancheJeu[1][1]) == (TTTPlancheJeu [2] [0])) & &

    ((TTTPlancheJeu[0][2])! = ("")))

    {

    If the three cases, starting in the corner at the top and to the right and down

    diagonally have an identical symbol, is the player who wins.

    winner = (TTTPlancheJeu [0] [2]);

    }

    Check if the game is a draw.

    If ((nombreDeClics == 9) & & (winner == 'Start'))

    {

    If the players have clicked 9 times in total and no

    winner has been declared, then the game is a draw.

    Winner = "person no."

    }

    If there is a winner, stated.

    If (winning! = 'Start')

    {

    If (win == 'X')

    {

    If the Player X WINS, add 1 to total son of won games.

    nombreGagneX ++;

    MovieClip (root) .nombreGagneX = nombreGagneX;

    }

    ElseIf (winner == "O")

    {

    If the winner O, add 1 to total son of won games.

    nombreGagneO ++;

    MovieClip (root) .nombreGagneO = nombreGagneO;

    }

    MovieClip (root) .winner = winner;

    Proceed to end of game screen.

    MovieClip (root) .gotoAndStop ("finPartie");

    }

    } / / End of function verifieGagnant.

    // **********************************************************************

    /*

    * This method change the player running to the other player.

    * pre: must provide the current player.

    * post: Returns the current player and symbol of the son.

    */

    function changeJoueur (): void

    {

    After that a player has clicked, refer to the other player.

    If (joueurCourant == 2)

    {

    joueurSymbole = 'F';

    joueurCourant = 3;

    }

    ElseIf (joueurCourant == 3)

    {

    joueurSymbole = 'X '.

    joueurCourant = 2;

    }

    } / / End of function changeJoueur.

    } / / End of class.

    } / / End of package.

    Search your timeline to any code that references the part.

    If you find no, create a new directory and save your files to this new directory and test.  If the same error occurs, create a new fla that uses this class of documents (it is your document, correct class) and contains an object of class business and test.

  • Simple problem - error 1046

    Hello

    So when I publish my flash I have this error "1046: Type was not found or is not a compilation constant: objectifs_btn.»

    Here is my small code...

    import flash.display. *;
    import flash.events.MouseEvent;

    objectifs_btn.addEventListener (MouseEvent.CLICK, ouvrirPopup, false, 0, true);

    function ouvrirPopup(evt:MouseEvent):void {}
    popup_mc.gotoAndPlay("on");
    }

    (objectives objective = and ouvrirPopup = openPopup in English)

    I went into my settings from AS3 to uncheck "automatically declare all instances on the stage" (can be written a little differently, literal translation here).

    My movieclip instances are really named 'objectifs_btn' and 'popup_mc', no spelling mistake.

    I looked in various forums telling me to add the two first lines (the ' import' ones), I did. But the problem is still there.

    I'm sure it's an obvious problem, but I can't see it.

    Thank you very much.

    Thank you for your advice.

    Here is the code I got when I completely removed my name of the instance (but I'm sure he gets nowhere to say, because it is obvious that the code does not work with no instance name): "1120: access of undefined property objectifs_btn.»

    In addition, I am 100% sure my instance have been appointed right since I copy me - pasting from one place to the other. And in addition, I have neglected the more then once to be sure. The code is so small, that it is not as if it was difficult to verify.

    I've done a few test more, just to "know-why" (it's nice that it works, but it's even better to know why he wasn't in the first place). I handed the "_btn" at each location, and the code does not yet. When I removed it once again: it worked. If I tried something else: it worked. And more surprisingly, if I tried an another name + "_btn" it works too!

    So here's another speculation: can it be because my instance name has been exactly the same name as the movieclip that it did not work? It changes even the smallest (by removing the plural for example), make the code works!

  • error 1046. Stuck with it everyday

    Hello.

    I am a portfoliosite and I am putting a gallery in it.

    The Gallery is in a movieclip because it must take in a keyframe.

    But now I am keeping the error:
    1046: type was not found or is not a time constant compible: Void. wListner.onLoadComplete = {function(mHolderClip:MovieClip):Void}

    And this is the ActionScript:

    Stop();

    import flash.events


    workload var = false;

    var workallLoad = 0;

    removeMovieClip (mc1)

    var wListener:Object = new Object();

    wListener.onLoadComplete = {function(mHolderClip:MovieClip):Void}

    parent.thumbfield [_root.nameOfthis].titel.titelmask.tween (["_width"], [0], 0.2, "easeOutQuad", 0, function () { })

    this._parent.txt.htmlText = _root.textinput;

    this ._parent .title_back ._width = this ._parent .txt ._width + 5;

    parent.imageload.play ();

    })

    preloader.tween (["_alpha"], [0], 0.5, "linear", 0, function () {play ()});

    }


    var mc1:MovieClip = this.createEmptyMovieClip("mc1",1)

    MC1.createEmptyMovieClip("Bild",2)

    var meinLoader:MovieClipLoader = new MovieClipLoader();

    meinLoader.addListener (wListener)

    MC1._alpha = 0;

    MC1._y =-200;

    MC1._x = 0;

    meinLoader.loadClip (parent.bigone, mc1.bild)

    After the error, I get LOTS of warnings to my other actionscripts.  (This is in .as files not in a keyframe)

    Can anyone help me please with it?

    Thanks in advance

    It's AS2 code that you use and it is a forum of AS3 and if you get this error, your file is set up for the AS3 code.  Go into your settings to publish and modify the version of Actionscript in AS2.

    If this code is in the movieclip Gallery and the rest of your file is AS3, then you can't combine the two different versions in the same fla file.

  • Please HELP me with this! Error 1046!

    I can't understand what my problem is. When I check the errors his don't tell me everything. But when I run it, it says: 1046: it was not found or was not a compilation constant: house2.

    import flash.events.MouseEvent;

    import flash.display.Loader;

    import flash.net.URLRequest;

    import flash.events.Event;

    var loadvar:Loader = new Loader();

    home1 var = loadvar;

    home1. Load (new URLRequest("img/home1.jpg"));

    home1.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    var house2 = loadvar;

    home2. Load (new URLRequest("img/home2.jpg"));

    home2.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    function onComplete(e:Event):void

    {

    var img:Bitmap = (e.target.content) Bitmap;

    IMG. Width = 100;

    IMG. Height = 100;

    };

    thumb1. AddChild (home1);

    Thumb2.addChild (home2);

    But it works when I take our everything that has to do with home 2.

    you assign the same charger to three different instance names loadvar, home1, home2.  and you have only one charger while you need two if you want to see home1.jpg and home.jpg simultaneously:

    use:

    import flash.events.MouseEvent;

    import flash.display.Loader;

    import flash.net.URLRequest;

    import flash.events.Event;

    var home1:Loader = new Loader();

    home1. Load (new URLRequest("img/home1.jpg"));

    home1.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    var home2:Loader = new Loader();

    home2. Load (new URLRequest("img/home2.jpg"));

    home2.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    function onComplete(e:Event):void

    {

    var img:Bitmap = (e.target.content) Bitmap;  It does nothing useful.

    IMG. Width = 100;

    IMG. Height = 100;

    };

    thumb1. AddChild (home1);

    Thumb2.addChild (home2);

    both will be charge now, but you won't see them both because they are positioned on top of the other.  That is to say, compensate for one of them.

  • Problem error 1046

    Hey, I have this code I am getting a 1046 error.  There is error

    "1046: type was not found or is not a constant of compilation: EVENT" If anyone sees why?  Thank you.

    CODE:

    import flash.display. *;

    import flash.geom. *;

    flash.filters import. *;

    createWater (water_mc);

    function createWater(DisplayObject:MovieClip)

    {

    DisplayObject.counter = 1;

    DisplayObject.pt = new Point (0,0);

    DisplayObject.mpoint = new Point (0,0);

    DisplayObject.myBitmap = new BitmapData(DisplayObject.width,DisplayObject.height,false,0);

    DisplayObject.myDispl = new DisplacementMapFilter(DisplayObject.myBitmap,DisplayObject.mpoint,10,2,10,15,"clamp");

    DisplayObject.myList = new Array();

    DisplayObject.myList.push (DisplayObject.myDispl);

    DisplayObject.filters = DisplayObject.myList;

    addEventListener (Event.ENTER_FRAME, shimmer);

    function shimmer(evt:EVENT):void

    {

    var filterList = DisplayObject.filters;

    var offset: Array = new Array();

    offset1 var = new Object();

    offset1.x = DisplayObject.counter;

    offset1.y = DisplayObject.counter / 8;

    DisplayObject.myBitmap.perlinNoise (45,5,3,50,true,false,7,true,offset);

    filterList.mapBitmap = DisplayObject.myBitmap;

    DisplayObject.filters = filterList;

    DisplayObject.counter ++;

    }

    }

    function shimmer(evt:EVENT):void

    The line above that, when you add the listener has the answer... Event - no EVENT.

  • Vector. error 1046. Type was not found or is not a type of compilation...

    Type was not found or was not a constant to the type of compilation at compile time.

    BUT I imported import flash.display.MovieClip; AMD my declaring vector variables is correct.

    private var myVect:Vector. < MovieClip > = new Vector. < MovieClip > (5, true);

    I even copy and paste from a tutorial so it is very strange.

    There is another class of as3circle used by some fla that you use to test.

    If the code you have shown was recorded at as3circle.as, try to use a new directory to save your fla and your class.  If you have not saved your code shown in this file, save it and retest.

  • 1046: type was not found or is not a constant of compilation: URLRequest.

    Hi all!

    I'm having a little difficulty with ActionScript 3 and I was wondering if someone could help me.

    I'm new to Flash CS5 and AS3, but I tried to create a sample track (originally single) application that allows the user to click on an image to start/stop an mp3, I had the initial sorting script where the button could toggle to go and stop the mp3. I tried hard for weeks, but as soon as I tried to package (to allow additions future script effects) he threw it to the top of the following error:

    C:\Users\Alice\Desktop\Prototype\com\app\Application.as, line 57

    1046: type was not found or is not a constant of compilation: URLRequest.

    Here is the code for the Application.as package

    package com.app {}



    to import flash.display.SimpleButton;

    import flash.media.Sound;

    import flash.media.SoundChannel;

    import flash.events.Event;

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    import flash.display.Sprite;

    import flash.net.URLLoader;


    SerializableAttribute public class Application extends MovieClip {}



    public var flag: Boolean;


    public void Application()

    {

    bozeat.addEventListener (MouseEvent.CLICK, bozeat_button_Handler);

    flag = false;

    }



    public void bozeat_button_Handler (e:MouseEvent): void {}


    bozeat_snd.load (new URLRequest ("drums.mp3"));

    if (flag == false) {}

    bzChannel = bozeat_snd.play (0, int.) MAX_VALUE);

    flag = true;

    trace ("true");

    { } else if(flag == true) {}

    bzChannel.stop ();

    flag = false;

    trace ("false");

    }

    }


    This is the error #1046: he keeps pointing me:

    bozeat_snd. Load (new URLRequest ("drums.mp3"));

    And here is the code for the .fla file

    import com.app.Application;

    App: var app = new Application();

    I named the document class for

    com.app.Application

    My mp3 is

    with an instance name of bozeat_sound drums.mp3

    I hope someone understands what I'm talking about lol. Sorry for the hassle for any help in advance thanks

    Alice19Eighty8

    You did not import flash.net.URLRequest

  • OSMF - get error DRMStatusEvent

    When I try to launch any sample OSMF, I get this error:
    1046: type was not found or is not a constant of compilation: DRMStatusEvent.

    I tried to import flash.events.DRMStatusEvent, but I still get the same error.

    I get this error for each OSMF example I've tried so far.
    I publish for Flash Player 10 and I installed 10,1,102,64.
    I dropped the .swc osmf in my commune/libs/flash folder.

    I do not get an error if I import osmf classes. Any instantiation of a class OSMF seems to generate this error for me.

    What OSMF version do you use? I had the same problem some time ago, but it seems to me that that doesn't happen with a version of OSMF ' inbetween', put the hand on a 1.0 version and try that, you develop with Flash or Flash Builder?

  • 1046: type was not found or is not a constant of compilation: SQLConnection.

    Appologise I posted this earlier and thought I had fixed it, but I did not

    I'm trying to update, insert, drop etc tables in a database from a class file.

    The class file is called from a fla not an air application and when I try and run it I get the error 1046 on each instance of sql related, he claims that my imports are defined. Is there an Air application to access a database?

    If what I'm doing wrong. These are my imports

    import flash.events.SQLErrorEvent;
    import flash.events.SQLEvent;
    import flash.data.SQLConnection;
    import flash.errors.SQLError;

    And I try the basics:

    var updateStmt:SQLStatement = new SQLStatement();
    updateStmt.sqlConnection = conn;
    updateStmt.addEventListener (SQLEvent.RESULT, updateHandler);
    updateStmt.addEventListener (SQLErrorEvent.ERROR, errorHandler);
    updateStmt.text = "statement;
    updateStmt.execute ();

    function updateHandler(event:SQLEvent):void {}
    trace ("updated successfully");
    }
    function errorHandler(event:SQLErrorEvent):void {}
    trace (Event.Error);
    }

    It fails on every line with SQL in it.

    Any help would be appreciated, I don't want to make the file an Air application

    Thank you

    Yes.

  • Weird error after upgrading to Flex3 b3

    Hello

    I installed beta3 succesfull then I discovered that my series did not work, so I uninstalled beta3 and installed new beta2. The weird following error appeared when im trying to build:


    Gravity and Description path location creation time Id resource

    ERRORS:

    1046: type was not found or is not a constant of compilation: IUITextField. 1197649742046 1828 unknown dashboard
    1046: type was not found or is not a constant of compilation: IUITextField. 1197649743205 1830 unknown dashboard
    1046: type was not found or is not a constant of compilation: IUITextField. 1197649743282 1832 unknown dashboard
    1046: type was not found or is not a constant of compilation: IUITextField. 1197649743287 1833 unknown dashboard

    WARNINGS:

    3596: duplicate variable definition. Edge/components DashboardMenu.as 222 1197649743231 1831 table row
    3604: grid has been deprecated. Instead, use the properties constraintRows and constraintColumns containers that implement the IConstraintLayout, as requested, canvas and Panel. Edge/components MetricsContainer.as 15 1197649743186 1829 table row

    After that, I uninstalled the Beta 2 and reinstalled beta3 but still the same error,
    I can't go to any code, what went wrong?

    Sjoerd-

    Oke, that I had fixed it now, all uninstalled, removed my project, everything reinstalled, updated project CVS and now the errors are gone.

    Thanks for the help,

    Sjoerd-

  • 1046: type was not found.

    I tried to insert a clock in an ActionScript file, but it came out wrong. Specifically, it gave this error:

    1046: type was not found or is not a constant of compilation: TimerEvent.

    I'm not experiented it rules of Object Oriented programming, so it's a bit difficult to find errors.

    -Kasper

    Try:

  • Problem with LabPython - unable to operate...

    Ladies and gentlemen,

    I have a little problem with LabPython...

    I have download LabPython here: http://labpython.sourceforge.net/ (last version 1.2 of 15 Jan 08)

    Then Python from here: http://www.python.org/ (latest version 2.6 from 01 Oct 08)

    Now try to run the examples, and every time I have error 1046 Python new Session (LabVIEW: LabVIEW cannot initialize the script server.)  Make sure that the server software is installed.).

    Did I miss something? It's my first experience with Python...

    Andrey.

    Oh, Yes.

    The problem was that LabPython is not compatible with Python 2.6. Python25.dll is necessary (called lvpython.dll).

    I just copied Python26.dll Python25.dll and now it works. Will download and install the previous version...

    Andrey.

Maybe you are looking for