Thread overview
errmsgs.d missing
Jun 22, 2005
bobef
Jun 22, 2005
Carlos Santander
Jun 23, 2005
bobef
Jun 23, 2005
Carlos Santander
Jun 24, 2005
bobef
June 22, 2005
When I import dmdscript.script it reports unexisting import caled dmdscript.errmsgs... Looks like it is missing from all versions. Creating empty file eliminates the error...
June 22, 2005
bobef escribió:
> When I import dmdscript.script it reports unexisting import caled dmdscript.errmsgs... Looks like it is missing from all versions. Creating empty file eliminates the error...

That file is automatically generated when you run make.

-- 
Carlos Santander Bernal
June 23, 2005
Carlos Santander wrote:
> bobef escribió:
> 
>> When I import dmdscript.script it reports unexisting import caled dmdscript.errmsgs... Looks like it is missing from all versions. Creating empty file eliminates the error...
> 
> 
> That file is automatically generated when you run make.
> 

Why should I run make when library is prebuilt?
June 23, 2005
bobef escribió:
> Carlos Santander wrote:
> 
>> bobef escribió:
>>
>>> When I import dmdscript.script it reports unexisting import caled dmdscript.errmsgs... Looks like it is missing from all versions. Creating empty file eliminates the error...
>>
>>
>>
>> That file is automatically generated when you run make.
>>
> 
> Why should I run make when library is prebuilt?

To create that file?

-- 
Carlos Santander Bernal
June 24, 2005
Carlos Santander wrote:
> bobef escribió:
> 
>> Carlos Santander wrote:
>>
>>> bobef escribió:
>>>
>>>> When I import dmdscript.script it reports unexisting import caled dmdscript.errmsgs... Looks like it is missing from all versions. Creating empty file eliminates the error...
>>>
>>>
>>>
>>>
>>> That file is automatically generated when you run make.
>>>
>>
>> Why should I run make when library is prebuilt?
> 
> 
> To create that file?
> 

Yes :) I mean maybe it would be better if this file was already created or dmdscript.zip to come without precompiled libraries... At least it will download few seconds faster :)