The French's Mystpedia Age Project

General debates and discussion about the Guild of Writers and Age creation
User avatar
Gbadji
Posts: 73
Joined: Sat Feb 02, 2008 5:59 am

Re: The French's Mystpedia Age Project

Post by Gbadji »

Thanks all for your answers.

I hope the next question will be more difficult ;)
The French's Mystpedia age Project - http://www.mystpedia.net
To find me in the Cavern: Gbadji KI #6911493 or Alatan KI#7869109
User avatar
Chacal
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
MOULa KI#: 0
Location: Quebec, Canada

Re: The French's Mystpedia Age Project

Post 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
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
User avatar
Robert The Rebuilder
Posts: 1383
Joined: Sat Sep 29, 2007 7:24 am
MOULa KI#: 1299
Location: Virginia, US

Re: The French's Mystpedia Age Project

Post 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)
Can we rebuild it? Yes, we can - here's how.

MOULagain KI# 1299

Myst Movie coming soon - spread the word!
User avatar
Gbadji
Posts: 73
Joined: Sat Feb 02, 2008 5:59 am

Re: The French's Mystpedia Age Project

Post 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).
The French's Mystpedia age Project - http://www.mystpedia.net
To find me in the Cavern: Gbadji KI #6911493 or Alatan KI#7869109
User avatar
Gbadji
Posts: 73
Joined: Sat Feb 02, 2008 5:59 am

Re: The French's Mystpedia Age Project

Post 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.
The French's Mystpedia age Project - http://www.mystpedia.net
To find me in the Cavern: Gbadji KI #6911493 or Alatan KI#7869109
User avatar
Chacal
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
MOULa KI#: 0
Location: Quebec, Canada

Re: The French's Mystpedia Age Project

Post by Chacal »

There's also Owehn going through the same process. See this thread:
viewtopic.php?f=10&t=1181

That may help.
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
User avatar
Gbadji
Posts: 73
Joined: Sat Feb 02, 2008 5:59 am

Re: The French's Mystpedia Age Project

Post 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 ).
The French's Mystpedia age Project - http://www.mystpedia.net
To find me in the Cavern: Gbadji KI #6911493 or Alatan KI#7869109
User avatar
Owehn
Posts: 132
Joined: Sat Sep 29, 2007 8:05 am

Re: The French's Mystpedia Age Project

Post 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. :)
User avatar
Gbadji
Posts: 73
Joined: Sat Feb 02, 2008 5:59 am

Re: The French's Mystpedia Age Project

Post 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>?
The French's Mystpedia age Project - http://www.mystpedia.net
To find me in the Cavern: Gbadji KI #6911493 or Alatan KI#7869109
Paradox
Posts: 1295
Joined: Fri Sep 28, 2007 6:48 pm
Location: Canada
Contact:

Re: The French's Mystpedia Age Project

Post by Paradox »

You might also need to copy the PIL and PyCrypto into the same folder.
Post Reply

Return to “General Discussion”