Oscar,

i managed to reproduce your error and we will work to fix it in the next version. But you can still work with it, you are trying to use a csnake file that does not contain a project (csnToolkitOpen.py), it is used to list the third parties and modules so that you can us them as dependencies in your project. This is why CSnake cannot create the list project tab.

If you want to configure Gimias, you need to use the 'src/Apps/Gimias/csnGIMIAS.py' file as CSnake file and the 'gimias' instance. That should work, tell us if not.

Best,
Yves

On 09/22/2011 12:39 PM, Oscar Esteban wrote:
Hi all,

I'm getting some problems trying to compile GIMIAS following the given guide: http://sourceforge.net/apps/mediawiki/gimias/index.php?title=HowToBuildGimias_1_4_0_InWindows_Step_2 .

When I press the "Select Projects" tab, I get a popup, "Error: Stopped, error in process". CSnake's console is empty at that very moment. Under my sign, please find a detailed information about my platform and configuration.

Thank you very much for giving me any clue to solve this.

Cheers,
Oscar Esteban


Detailed info:

- SVN Repository: https://svncistib.upf.edu/repos/toolkit/gimias/stable/GIMIAS_1_4_1
- Working copy path: D:\VPH\GIMIAS_1_4
- Revision: 17162
- CSnake V2.4.4
- Platform: Windows 7 Pro 64bits. VS2008 w/SP1. Python 2.7. CMake 2.8.5
- SVN System: SmartSVN (configured as explained on: http://sourceforge.net/apps/mediawiki/gimias/index.php?title=HowToBuildGimias_1_4_0_InWindows_Step_1 ) - I run csnake with a launcher, with the option "Iniciar en" as D:\VPH\GIMIAS_1_4". I've also tried executing "C:\Program Files (x86)\CSnake\csnGUI.exe" from my working copy path.
- CSnake Context configuration:
       * Build Folder = D:/VPH/build
       * Root Folders = D:/VPH/GIMIAS_1_4/src
* Third Party Folders: 1 [ Source folder= D:/VPH/GIMIAS_1_4/thirdParty ] [ Build folder= D:/VPH/build/thirdParty ]
       * CSnake File: D:\VPH\GIMIAS_1_4\src\csnToolkitOpen.py
       * Instance: toolkit

- C:\Users\oesteban\.csnake\log.txt:

2011-09-22 11:57:27,565 - CSnake - INFO - ###########################################
2011-09-22 11:57:27,565 - CSnake - INFO - Starting program.
2011-09-22 11:57:27,572 - CSnake - DEBUG - method: OnInit
2011-09-22 11:57:27,575 - CSnake - DEBUG - method: InitFrame
2011-09-22 11:57:27,734 - CSnake - DEBUG - method: InitMenu
2011-09-22 11:57:27,734 - CSnake - DEBUG - method: InitOtherGUIStuff
2011-09-22 11:57:27,775 - CSnake - DEBUG - method: Initialize
2011-09-22 11:57:27,775 - CSnake - INFO - csnGUI.report: CSnake version = 2.4.4
2011-09-22 11:57:27,776 - CSnake - DEBUG - method: CreateGuiHandler
2011-09-22 11:57:27,776 - CSnake - DEBUG - method: InitializeOptions
2011-09-22 11:57:27,776 - CSnake - DEBUG - options file: C:\Users\oesteban/.csnake/options 2011-09-22 11:57:27,776 - CSnake - DEBUG - No options found, using default.
2011-09-22 11:57:27,779 - CSnake - DEBUG - method: InitialiseContext
2011-09-22 11:57:27,779 - CSnake - DEBUG - Using default context.
2011-09-22 11:57:27,779 - CSnake - DEBUG - method: InitializePaths
2011-09-22 11:57:27,779 - CSnake - DEBUG - Windows search for '\bin\cmake.exe'. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Found 'C:\Program Files (x86)\CMake 2.8\bin\cmake.exe'. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Windows search for 'python.exe'. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Key 'SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath' does not exist. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Key 'SOFTWARE\Python\PythonCore\2.7\InstallPath' does not exist. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Key 'SOFTWARE\Wow6432Node\Python\PythonCore\2.6\InstallPath' does not exist. 2011-09-22 11:57:27,779 - CSnake - DEBUG - Key 'SOFTWARE\Python\PythonCore\2.6\InstallPath' does not exist.
2011-09-22 11:57:27,779 - CSnake - INFO - Could not find default Python.
2011-09-22 11:57:29,734 - CSnake - INFO - Using cmake: C:\Program Files (x86)\CMake 2.8\bin\cmake.exe
2011-09-22 11:57:29,816 - CSnake - DEBUG - end method: Initialize
2011-09-22 11:57:29,818 - CSnake - DEBUG - end method: OnInit
2011-09-22 11:57:44,828 - CSnake - DEBUG - Windows search for 'Common7\IDE\devenv.exe'. 2011-09-22 11:57:44,828 - CSnake - DEBUG - Found 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe'. 2011-09-22 11:58:34,733 - CSnake - INFO - csnGUI.report: Working, patience please... 2011-09-22 11:58:34,747 - CSnake - INFO - csnGUI.report: Action: Update List Of Targets.
2011-09-22 11:58:34,842 - CSnake - INFO - csnGUI.report: Done ().
2011-09-22 11:58:36,931 - CSnake - INFO - csnGUI.report: Working, patience please... 2011-09-22 11:58:36,947 - CSnake - INFO - csnGUI.report: Action: Update List Of Targets.
2011-09-22 11:58:37,026 - CSnake - INFO - csnGUI.report: Done ().
2011-09-22 11:58:39,786 - CSnake - INFO - csnGUI.report: Working, patience please... 2011-09-22 11:58:39,802 - CSnake - INFO - csnGUI.report: Action: Select Projects. 2011-09-22 11:58:39,881 - CSnake - INFO - csnGUI.report: Stopped, error in process. 2011-09-22 11:58:39,881 - CSnake - ERROR - csnGUI.error: Stopped, error in process.
2011-09-22 11:58:41,176 - CSnake - INFO - csnGUI.report: Done (1s).







*
*
*______________________________________*
*Oscar Esteban*
PhD Student / Researcher

Biomedical Image Technologies (BIT), UPM
ETSI Telecomunicación Lab. C203, Av. Complutense s/n - E-28040 Madrid (Spain)
+34 915 495 700 ext.4234 <tel:%2B34%20915%20495%20700%20ext.4234>

Signal Processing Laboratory (LTS5), EPFL-STI-IEL-LTS5
ELD 224 (Bâtiment ELD), Station 11, CH-1015 Lausanne, Switzerland




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1


_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers

Reply via email to