PiRSquared17 / awd

Automatically exported from code.google.com/p/awd
Apache License 2.0
0 stars 0 forks source link

cio doesn't appear to exist #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.from pyawd import cio as io
2.
3.

What is the expected output? What do you see instead?
from the documentation and code, it seems like it should use a c based writer.  
from what i can tell, there are no references to an actual implementation

What version of the product are you using? On what operating system?
latest cut on mac snow leopard

Please provide any additional information below.
i'm having trouble with the maya exporter writing anything.  and from what i 
can tell of the code, it shouldn't be doing anything either.  but since it's 
documented as being in use, i can't see how that can be.  right now i''m seeing 
the message : 'Using pure python for writing'.  following the python leads to 
code that just seems to write a header with a null write_body method.  the 
alternate cio lib is nowhere to be found

Original issue reported on code.google.com by s...@colabi.com on 3 Oct 2011 at 5:52

GoogleCodeExporter commented 9 years ago
This can be closed.  After looking through some of the committed messages, I've 
tracked down the problem.  Though the cio package was changed to cpyawd, that 
wasn't reflected in the core.py file.  Can this be fixed and committed?

Thanks,

Original comment by s...@colabi.com on 3 Oct 2011 at 6:05

GoogleCodeExporter commented 9 years ago
Thank you greatly for taking the time to file the issue and search for the 
cause. This is actually something that I had found a couple of days back, but I 
had not pushed my recent commits. I'm doing so now. Thank you!

Original comment by bengtric...@gmail.com on 3 Oct 2011 at 7:34