Page 2 of 4

Re: The French's Mystpedia Age Project

Posted: Sat Feb 02, 2008 12:59 pm
by Gbadji
Thanks all for your answers.

I hope the next question will be more difficult ;)

Re: The French's Mystpedia Age Project

Posted: Sat Feb 02, 2008 2:07 pm
by Chacal
Paradox wrote:Vous pouriez utiliser le programme Blender3D sur votre Mac pour crée et exporter votre création, mais pour le voir dans Uru et pour le jouer il faut un ordinateur avec Windows


What? Someone in Vancouver speaks French? :o

Re: The French's Mystpedia Age Project

Posted: Sun Feb 03, 2008 11:14 am
by Robert The Rebuilder
I recently passed this information on to Ghostwriter:

People have run Uru on a Mac using BootCamp and a copy of Windows. If you're curious, read this thread below:

http://www.mystcommunity.com/board/inde ... opic=22718

While BootCamp is now included with Leopard, you'll still need to purchase Windows XP (with SP2)

Re: The French's Mystpedia Age Project

Posted: Sun Feb 03, 2008 12:15 pm
by Gbadji
Thanks, I will explore this solution too, but I go to Mac os to have all my applications in the same partition and not to have to switch between Linux, Free BSD and Windows system. May be it wasn't the better solution, but I like my Mac :lol: .

There is more than one other PC at home so I will keep an other for me ;) (I have to enlarge my desk).

Re: The French's Mystpedia Age Project

Posted: Mon Feb 11, 2008 11:48 am
by Gbadji
Hi,

I don't found where to let my question, so I use this thread an other time.

I have a problem in blender, it seems my Python (and others libraries) are not completly found by blender.

Example when I try to create a New Book:

Code: Select all

prompt>/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/blender 
Compiled with Python version 2.3.5.
Checking for installed Python... got it!
WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
Traceback (most recent call last):
  File "<string>", line 63, in ?
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alcresmanager.py", line 37, in ?
    from alcspecialobjs import *
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alcspecialobjs.py", line 35, in ?
    from alc_AlcScript import *
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alc_AlcScript.py", line 28, in ?
    import yaml
ImportError: No module named yaml


yaml is not found, but I have it!

Code: Select all

promt> ls /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yaml/
__init__.py   composer.pyc   cyaml.py   dumper.pyc   error.py   events.pyc   nodes.py   parser.pyc   representer.py   resolver.pyc   serializer.py   tokens.pyc
__init__.pyc   constructor.py   cyaml.pyc   emitter.py   error.pyc   loader.py   nodes.pyc   reader.py   representer.pyc   scanner.py   serializer.pyc
composer.py   constructor.pyc   dumper.py   emitter.pyc   events.py   loader.pyc   parser.py   reader.pyc   resolver.py   scanner.pyc   tokens.py


I have installed pycrypto-2.0.1-py2.5 too.

Have I miss a blender configuration file to say where found them?

Is it necessary to say that I work on Mac Os? ;)

Thanks for your answers and see you in the cavern.

Re: The French's Mystpedia Age Project

Posted: Mon Feb 11, 2008 4:57 pm
by Chacal
There's also Owehn going through the same process. See this thread:
viewtopic.php?f=10&t=1181

That may help.

Re: The French's Mystpedia Age Project

Posted: Tue Feb 12, 2008 12:16 am
by Gbadji
Thanks Chacal, but Owehn is one step behind me (I already use gcc and launch blender in a console to see the debug log :) ). With the time shift between US and me, maybe I will have my answer tomorrow :lol:. I just have to wait (please Owehn, ask the next question :D ).

Re: The French's Mystpedia Age Project

Posted: Tue Feb 12, 2008 6:34 am
by Owehn
It looks like we're both having problems with the python cryptography toolkit - mine won't install and yours won't be found. Unfortunately, until I get Xcode and gcc, I think I'll be stuck behind you. :)

Re: The French's Mystpedia Age Project

Posted: Tue Feb 12, 2008 11:38 am
by Gbadji
To solve my problem I try to copy the yaml folder from my python installation to the blender script folder. It seams be a success but now

Code: Select all

prompt> ./blender
Compiled with Python version 2.3.5.
Checking for installed Python... got it!
WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
Traceback (most recent call last):
  File "<string>", line 63, in ?
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alcresmanager.py", line 38, in ?
    from alcprpfile import *
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alcprpfile.py", line 26, in ?
    from alc_Classes import *
  File "/Applications/blender-2.45-darwin-8.10.1-i386/Blender.app/Contents/MacOS/.blender/scripts/alc_Classes.py", line 35, in ?
    import md5, random, binascii, cStringIO, copy, Image, math, struct, StringIO, os, os.path, pickle
ImportError: No module named Image


My next question is : have I to put all my python installation in the blender script folder? Or say to blender the script folder is <my_python_installation_folder>?

Re: The French's Mystpedia Age Project

Posted: Tue Feb 12, 2008 2:09 pm
by Paradox
You might also need to copy the PIL and PyCrypto into the same folder.