Just a follow-up and one question.

First, thanks to Martin. Installation of
vtk52
vtk52-shlib
vtk52-dev

worked fine and the application using vtk that I wanted to run does run!

Now, the question. This application requires python-opengl. I  
therefore installed

opengl-py25

However, when the application tries to open an object for which it  
requires OpenGL I get this error:

Traceback (most recent call last):
  File "/sw/lib/python2.5/lib-tk/Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "/usr/local/testX/mod/Wiz.py", line 298, in browsemap
    self.bromap()
  File "/usr/local/testX/mod/Wiz.py", line 318, in bromap
    self.gearmap(file_name)
  File "/usr/local/testX/mod/Wiz.py", line 348, in gearmap
    if self.mymap.checkezd(chk,1) :
  File "/usr/local/testX/mod/Map.py", line 282, in checkezd
    self.readezd(self.fname,chk)
  File "/usr/local/testX/mod/Map.py", line 500, in readezd
    self.makeiso(mymap)
  File "/usr/local/testX/mod/Map.py", line 683, in makeiso
    self.mapren.set_slab(stp)
  File "/usr/local/testX/mod/MyRender.py", line 430, in set_slab
    self.update_slab()
  File "/usr/local/testX/mod/MyRender.py", line 439, in update_slab
    glFogf(GL_FOG_START, c-s)
GLerror: [Errno 1282] invalid operation

Nothing else... I would appreciate any clues to debug it.

Best regards,


Miguel

Le 4 mars 09 à 09:35, Miguel Ortiz Lombardia a écrit :

> Hi, Martin,
>
> You're right I should install the X11 version. In fact, there was no  
> particular reason for choosing the cocoa version. I'm now compiling  
> vtk52-shlibs.
>
> Thank you for your help.
> Cheers,
>
>
> Miguel
>
> Le 4 mars 09 à 09:30, Martin Costabel a écrit :
>
>> Miguel Ortiz Lombardia wrote:
>>
>>> Martin, would it make sense to install vtk52-shlibs or that would  
>>> be  in conflict with the cocoa version?
>>
>> You can install the *-shlibs packages of all 3 variants  
>> simultaneously. Only the *-dev packages are mutually exclusive. But  
>> this will only make sense if you want to use the X11 version of vtk  
>> (It does make sense in fact, because the Tk windows are actually  
>> working in the X11 and Carbon variants, as opposed to the Cocoa  
>> variant).
>>
>> It seems that by default VTK does deliberately not build Tk  
>> bindings when COCOA is ON. From some googling it looks that they  
>> don't really know why either.
>>
>> -- 
>> Martin
>>
>>
>> -- 
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>
> --
> Miguel Ortiz Lombardía
> Architecture et Fonction des Macromolécules Biologiques
> UMR6098 ( CNRS, U. de Provence, U. de la Méditerranée )
> Case 932
> 163 Avenue de Luminy
> 13288 Marseille cedex 9
> France
> Tel : +33(0) 491 82 55 93
> Fax: +33(0) 491 26 67 20
> e-mail: miguel.ortiz-lombar...@afmb.univ-mrs.fr
> Web: http://www.pangea.org/mol/spip.php?rubrique2
>

--
Miguel Ortiz Lombardía
Architecture et Fonction des Macromolécules Biologiques
UMR6098 ( CNRS, U. de Provence, U. de la Méditerranée )
Case 932
163 Avenue de Luminy
13288 Marseille cedex 9
France
Tel : +33(0) 491 82 55 93
Fax: +33(0) 491 26 67 20
e-mail: miguel.ortiz-lombar...@afmb.univ-mrs.fr
Web: http://www.pangea.org/mol/spip.php?rubrique2


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to