Calling a string as a function.

2006-02-02 Thread brandon.mcginty
I'm completely new to python, so sorry for my ignorence. How does one go about converting a string, for instants one received through tcp, into something that can be called as a function? I'm trying to have what the user sends to the computer through the network, run as a function. If the user

Re: Calling a string as a function.

2006-02-02 Thread Grant Edwards
On 2006-02-03, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How does one go about converting a string, for instants one received through tcp, into something that can be called as a function? http://groups.google.com/group/comp.lang.python/browse_thread/thread/6735f7e30fffb077 --

Re: Calling a string as a function.

2006-02-02 Thread Raymond Hettinger
[EMAIL PROTECTED] wrote: I'm completely new to python, so sorry for my ignorence. How does one go about converting a string, for instants one received through tcp, into something that can be called as a function? I'm trying to have what the user sends to the computer through the network, run

Re: Calling a string as a function.

2006-02-02 Thread Terry Hancock
On Thu, 2 Feb 2006 22:10:22 -0700 [EMAIL PROTECTED] wrote: I'm completely new to python, so sorry for my ignorence. How does one go about converting a string, for instants one received through tcp, into something that can be called as a function? I'm trying to have what the user sends to the