Hi Okey. Perfect, thank you, now it works well
Regards Antoni Artigues El mar, 12-04-2011 a las 13:59 +0200, Xavier Planes escribió: > Hi Toni, > > There are two files in the root folder of GIMIAS called: > csnToolkitOpen.py and csnGIMIASDef.py. These files are the containers for > all the components of GIMIAS (third parties, modules, GIMIAS and plugins). > To use a module like dynLib, you need to import csnGIMIASDef like this: > > from csnGIMIASDef import * > > Be careful with the upper/lower case letters of the component name. > > Best, > Xavi > > -----Original Message----- > From: antoni artigues [mailto:[email protected]] > Sent: martes, 12 de abril de 2011 11:42 > To: [email protected]; [email protected] > Subject: [Gimias-developers] Adding project error > > Hello > > I want to add the "dynLib" module into my "UnicoreConnector" module. I added > this line to my py file: > > unicoreConnector.AddProjects([baseLib, itk, boost, dynLib]) > > But when I click on "update" in the csnake I obtain: > > ---- > Stopped, exception in process. > name 'dynLib' is not defined > ---- > > Where I have to the define the dynLib import? > > Thanks in advance > > Regards > > Antoni Artigues > > > > ---------------------------------------------------------------------------- > -- > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > Gimias-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gimias-developers > ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Gimias-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gimias-developers
