Open GoogleCodeExporter opened 8 years ago
Those seem to be errors caused by a missing (VC9, i.e. Visual studio 2008)
compiler. Do you have that installed, and is python configured to know where it
is?
Building and installing using setup.py on Windows is not something that will be
supported very tightly. Windows binaries will be distributed via this site, and
I personally build them entirely using VC++ (except for the pure python scripts
of course, which are just copied across as part of the build process.)
If you really want to build from source, e.g. because you need it right now (no
official release out until sometime next week) all you need should be in the
SDK Visual Studio solution file (/sdks/sdk.sln.)
Original comment by bengtric...@gmail.com
on 12 Jul 2012 at 4:50
Thanks for the quick reply. Yes, I had success building it with the "sdk.sln"
file in VC, worked without any errors. But I'm unsure about the "cpyawd"
module. Seems to be missing which is called from "utils/geom.py"
Original comment by pr...@ibbgdv.de
on 12 Jul 2012 at 5:03
I run into the same problem. cpyawd is missing. Anyone has a solution for this
problem?
Original comment by cheratam...@gmail.com
on 19 Sep 2012 at 10:04
The solution is to compile libawd on your machine before compiling PyAWD. There
are no working binary releases available at this point. I'm intending to
release one as soon as possible, but it's a lot of work, so I probably won't
make it before the end of the month.
Original comment by bengtric...@gmail.com
on 19 Sep 2012 at 10:11
I am actually compiling both libawd and pyawd. There is no output cpyawd.
I found a comment on some link that "cio has been renamed to cpyawd" ???
Original comment by cheratam...@gmail.com
on 19 Sep 2012 at 10:48
So to recap the problem.
I need the awd Blender exporter. For that I am:
Using python 3.2.
Compiling sdk.sln from VC++.
The output in \awd\sdks\python-pyawd\build\pyawd\ is:
__init__, anim,cyo,core,geom,material,pyio and scene. All py scripts.
I am copying the pyawd folder into Blender lib folder.
I am copying io_awd folder into Blender scripts/addons.
In Blender I am installing the addon.
In Blender I go File->Export->Away3d
The error is: line17 in build_geom from pyawd.cpyawd import util_build_geom No
module named cpyawd.
Can anyone just give me that cpyawd.py that I am missing? I have spent 2 days
already trying to figure out where to get it/how to generate it. This is a dead
end for me.
Thanks in advance.
Original comment by cheratam...@gmail.com
on 19 Sep 2012 at 12:10
There is no working blender exporter, so you can give up straight away unless
you feel like patching the exporter until it is up to date with the most recent
changes in the specification (and hence the Away3D parsers.)
Original comment by bengtric...@gmail.com
on 19 Sep 2012 at 12:16
Original issue reported on code.google.com by
pr...@ibbgdv.de
on 12 Jul 2012 at 4:42