Re: [Pippy-discuss] error i am getting in pippy
Brought to you by:
tokeneater
|
From: Jason P. <jp...@de...> - 2003-11-20 20:44:34
|
On Tue, Nov 18, 2003 at 09:24:23PM -0800, Bill Pitre wrote: > I tried your versions of pippy for the "Load" button which worked, but had > one problem. "import string" within my programs don't work. Hmm, doubtful that is related to my Load patch. Most likely its just a mistake in my build. That binary has some other experimental changes worked in-- probably something broken there. When I get a chance I'll put up a less broken build. > Also, I'm not sure what the procedure is for running the programs once they > are loaded. Can you give some guidance? Once they are loaded, they should execute in the current namespace. So if you define a function foo(), you can call it as foo(). You don't need to prefix the module's namespace. Jason |