Solution: Extending built-in language (Win 95)

Mark Pope M_Pope at shef.rage.co.uk
Tue Apr 11 06:13:42 EDT 2000


> Mark Pope <M_Pope at shef.rage.co.uk> wrote:
> > I've added xxmodule to the lib and recompiled. Entering:
> > a = xx.new()
> > just gives a name error on xx.
> >
> > Have I missed something?
> 
> 1) the Modules/Setup file is used to add modules
> to the standard library.
> 
> 2) you forgot to *import* the xx module.


Thanks for the help all,

On Win95 there is no Modules/Setup file. Instead one needs to manually edit
config.sys

then recompile all and importing and running works...

thanks,
m.




More information about the Python-list mailing list