How do you run your code in SPE? I advise you to run it with
Tools>Run/Stop (Ctrl+R) There would be no reason why it wouldn't work.
Stani
--
http://mail.python.org/mailman/listinfo/python-list
On 9 Feb 2006 04:46:21 -0800, rodmc <[EMAIL PROTECTED]> wrote:
> As I said I am most likely to have made an error, being a newbie and
> all that. Here is the offending function. I said i would not post
> source code but there you go...
>
> As I said I plan to change this function, so it will no dou
As I said I am most likely to have made an error, being a newbie and
all that. Here is the offending function. I said i would not post
source code but there you go...
As I said I plan to change this function, so it will no doubt be out of
date quite soon.
def senddata(msg):
host = "localhost"
rodmc wrote:
> I recently wrote a program in IDLE and it runs perfectly. However when
> the same application is executed within SPE I receive errors saying
> that certain socket items are not callable, in particular AF_INET.
>
> I am new to Python, is there a reason why somethings will run in IDL
I recently wrote a program in IDLE and it runs perfectly. However when
the same application is executed within SPE I receive errors saying
that certain socket items are not callable, in particular AF_INET.
I am new to Python, is there a reason why somethings will run in IDLE
and not SPE?
I could