En Mon, 13 Oct 2008 13:50:03 -0300, Daniel <[EMAIL PROTECTED]>
escribió:
RPyC is use in pyscripter to provide remote debugging. I was having
trouble getting the RPyC module working, and the reason is that the
RPyC site only provides a download for Python 3 (not sure why, since I
suspect that
>
> David Blubaugh
>
> -Original Message-
> From: Daniel [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 08, 2008 3:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Python syntax question
>
> On Oct 8, 12:07 pm, Marc 'BlackJack' Rintsch <[EMAIL PRO
Blubaugh, David A. schrieb:
Sir,
I was just wondering that the module that you are utilizing (Rpyc) is a remote process call module for python? Is this what you are developing with at this time?
Are you internetically challenged?
http://www.google.de/search?q=rpyc&ie=utf-8&oe=utf-8&aq=t&rls
, 2008 3:11 PM
To: python-list@python.org
Subject: Re: Python syntax question
On Oct 8, 12:07 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Wed, 08 Oct 2008 11:02:49 -0700, Daniel wrote:
> > Here is one error I get when I try to import it:
>
> >&
On Oct 8, 12:07 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Wed, 08 Oct 2008 11:02:49 -0700, Daniel wrote:
> > Here is one error I get when I try to import it:
>
> import Rpyc
> > Traceback (most recent call last):
> > File "", line 1, in
> > File "C:\Python25\lib\site-pa
On Wed, 08 Oct 2008 11:02:49 -0700, Daniel wrote:
> Here is one error I get when I try to import it:
>
import Rpyc
> Traceback (most recent call last):
> File "", line 1, in
> File "C:\Python25\lib\site-packages\Rpyc\__init__.py", line 7, in
>
> from Rpyc.Lib import rpyc_excepthook
I hope this question is OK for this list. I've downloaded Rpyc and
placed it in my site packages dir. On some machines it works fine, on
others not so much.
Here is one error I get when I try to import it:
>>> import Rpyc
Traceback (most recent call last):
File "", line 1, in
File "C:\Pyth