Re: Python syntax question

2008-10-21 Thread Gabriel Genellina
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 a

Re: Python syntax question

2008-10-13 Thread Daniel
- 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 PROTECTED] wrote: On Wed, 08 Oct 2008 11:02:49 -0700, Daniel wrote: Here is one error I get when I try

Re: Python syntax question

2008-10-08 Thread Marc 'BlackJack' Rintsch
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 stdin, line 1, in module File C:\Python25\lib\site-packages\Rpyc\__init__.py, line 7, in module from Rpyc.Lib import

Re: Python syntax question

2008-10-08 Thread Daniel
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 stdin, line 1, in module   File

RE: Python syntax question

2008-10-08 Thread Blubaugh, David A.
, 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: import Rpyc Traceback (most recent call last

Re: Python syntax question

2008-10-08 Thread Diez B. Roggisch
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?