<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Using blender as development 
base for piece of software (degree project) i've found this 3 
problems:</FONT></DIV>
<DIV><FONT face=Arial size=2>    </FONT></DIV>
<DIV><FONT face=Arial size=2>a) When importing a module (a blender text) that 
has import errors instead of saying the line where the error is says that "No 
module nameded XXX" what can make you go crazy if you've never had an error like 
this, a test file at <A 
href="http://www.sistrans.com/error_importing.zip">www.sistrans.com/error_importing.zip</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>b) When using circular import the modules aren't 
recognized, and again says "No modue named XXX", test file at <A 
href="http://www.sistrans.com/circular_import.zip">www.sistrans.com/circular_import.zip</A> ( 
i know that it's not recommended use circular import, so i'm trying 
not to use them right now, but is good to know this issue if someday 
someone needs to use this)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>c) When running a scriptA that runs a scriptB that 
runs a scriptC that runs a sriptD, (B, C and D all with a 
Draw.Register call to draw different kind of GUI), when D ends, instead of show 
C, B is shown, and if you run B again, you'll see the previous state of B 
instead of a new run, sample file at <A 
href="http://www.sistrans.com/nested_run_scripts.zip">www.sistrans.com/nested_run_scripts.zip</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'd love to know if this is normal or if i shoud 
report the bug.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks people.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Germán Alonso</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.sistrans.com">www.sistrans.com</A></FONT></DIV></BODY></HTML>