On 2018-05-29 21:34:21 -0400, José María Mateos wrote:
> On Wed, May 30, 2018 at 01:07:38AM +, Ruifeng Guo wrote:
> > We encountered a bug in Python recently, we checked the behavior for Python
> > version 2.7.12, and 3.1.1, both version show the same behavior. Please see
> > below the unexpe
On Tue, May 29, 2018 at 7:07 PM, Ruifeng Guo wrote:
> Hello,
> We encountered a bug in Python recently, we checked the behavior for Python
> version 2.7.12, and 3.1.1, both version show the same behavior. Please see
> below the unexpected behavior in "red text".
>
> Thanks,
> Ruifeng Guo
>
> Fro
On Wed, May 30, 2018 at 01:07:38AM +, Ruifeng Guo wrote:
> Hello,
> We encountered a bug in Python recently, we checked the behavior for Python
> version 2.7.12, and 3.1.1, both version show the same behavior. Please see
> below the unexpected behavior in "red text".
Have you tried the round
Hello,
We encountered a bug in Python recently, we checked the behavior for Python
version 2.7.12, and 3.1.1, both version show the same behavior. Please see
below the unexpected behavior in "red text".
Thanks,
Ruifeng Guo
From: Brian Archer
Sent: Tuesday, May 29, 2018 5:57 PM
To: Ruifeng Guo
On Friday, December 22, 2017 at 1:28:17 PM UTC, Ranya wrote:
> Hi,
> Am trying to use clr.AddReference and clr.AddReferenceToFile, but
> python(2.7) keeps making this error:
>
> Traceback (most recent call last):
> File "", line 1, in
> clr.AddReference("UnityEngine")AttributeError: 'module
On Thu, 21 Dec 2017 23:54:17 +0100, Ranya wrote:
> Hi,
> Am trying to use clr.AddReference and clr.AddReferenceToFile, but
> python(2.7) keeps making this error:
>
> Traceback (most recent call last):
> File "", line 1, in
> clr.AddReference("UnityEngine")AttributeError: 'module' object has
Hi,
Am trying to use clr.AddReference and clr.AddReferenceToFile, but
python(2.7) keeps making this error:
Traceback (most recent call last):
File "", line 1, in
clr.AddReference("UnityEngine")AttributeError: 'module' object has
no attribute 'AddReference'
How can I fix this?
Thanks in adv