I am getting an ImportError error during setup.

Steps:
git clone --recursive https://github.com/web2py/web2py.git

git checkout modular

python setup.py

Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from gluon.fileutils import tar, untar, read_file, write_file
  File "D:\TestingWeb3py\web2py\gluon\__init__.py", line 35, in <module>
    from .globals import current
  File "D:\TestingWeb3py\web2py\gluon\globals.py", line 16, in <module>
    from gluon._compat import pickle, StringIO, copyreg, Cookie,
urlparse, PY2,iteritems, to_unicode, to_native, \
ImportError: cannot import name 'Cookie'


Thanks

SP




On Wed, Jan 2, 2019 at 11:50 AM Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> It passes all tests now. it is not finished yet but I succeeded in moving
> scheduler and validators into pydal (they depend on it anyway) and making
> template stand alone (I found some pre-existing bugs in it). I did not
> publish the latter to pypi but I will do it later in the week.
>
> I could use some help in:
> - move scheduler and validator tests from gluon/tests to
> gluon/packages/dal/tests
> - move (some) template tests to gluon/packages/template/tests
> - create a gluon/packages/template/setup.py
>
>
>
> On Tuesday, 1 January 2019 21:18:20 UTC-8, 黄祥 wrote:
>>
>> pardon, just following your new year's wish in another thread, think it
>> would be web3py repo
>> ok, going to try after it's ready
>>
>> thx n best regards,
>> stifan
>>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to