Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re:MantaCompiling onwindows


Chronological Thread 
  • From: Carson Brownlee < >
  • To:
  • Subject: [Manta] Re:MantaCompiling onwindows
  • Date: Mon, 13 Sep 2010 15:13:05 -0600

you need to put manta/build and manta/swigdirectory into your PYTHONPATH env variable.
Carson


On Sep 12, 2010, at 11:14 AM, fltian wrote:

hi,
 
The Libraries I used are wxpython 2.8, python 2.7 , swig 2.0
After building , I got the runwxmanta.exe in bin\release , this is the exe file that should work, right?
But when I run the runwxmanta.exe ,what I got is :
 
Traceback (most recent call last):
  File "<string>", line 23, in <module>
  File "E:\work\manta_make\Manta\SwigInterface\wxManta.py", line 18, in <module>
    from manta import *
  File "E:\work\manta_make\manta_build\lib\manta.py", line 25, in <module>
    _manta = swig_import_helper()
  File "E:\work\manta_make\manta_build\lib\manta.py", line 17, in swig_import_he
lper
    import _manta
ImportError: No module named _manta
 
Where could I get the module _manta?
 
Tian
 
 
2010-09-13

fltian

发件人: Carson Brownlee
发送时间: 2010-09-09  12:31:02
收件人: manta
抄送:
主题: [Manta] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re:Re: Re: Re:MantaCompiling onwindows
wxpython 2.8 works fine.  I don't remember installing opengl  
extensions for python so probably just the three development libraries  
you mentioned should probably work.
Carson
On Sep 8, 2010, at 10:17 PM, James Bigler wrote:
> Yes, you will need to install those three packages.  As to the
> versions, you're best bet would be to try versions from about March of
> 2008, which is when I last used it.  Often new versions break
> something that usually requires a minor tweaks.
>
> You may also need to install the OpenGL extensions for python.  I
> can't remember if I decided to wrap the handful of functions we needed
> or rely on that package.
>
> James
>
>> hi,
>>
>> Should I install python 2.7, wxpython 2.8 and swig ?
>>
>> Tian




Archive powered by MHonArc 2.6.16.

Top of page