Re: cannot import name pyhop

2016-10-18 Thread Irmen de Jong
k (most recent call last): >>> File "Migration.py", line 1, in >>> from pyhop import pyhop >>> ImportError: cannot import name pyhop >>> >>> Any ideas where I'm going wrong? >>> >> >> What does: >> >> import

Re: cannot import name pyhop

2016-10-18 Thread Gipper
; > I've followed the directions to install and import pyhop, but no matter > > what I do, I always get the following error when running a script that > > calls pyhop > > > > > Traceback (most recent call last): > > File "Migration.py", li

Re: cannot import name pyhop

2016-10-14 Thread Irmen de Jong
> I do, I always get the following error when running a script that calls pyhop > > > > Traceback (most recent call last): > File "Migration.py", line 1, in > from pyhop import pyhop > ImportError: cannot import name pyhop > > Any ideas where I'm g

cannot import name pyhop

2016-10-13 Thread Gipper
pt that calls pyhop > Traceback (most recent call last): File "Migration.py", line 1, in from pyhop import pyhop ImportError: cannot import name pyhop Any ideas where I'm going wrong? -- https://mail.python.org/mailman/listinfo/python-list