zpifile.py error - no crc 32 attribute

2018-08-22 Thread jacob m
Hi guys, I have a problem with zipfile and zlib module, and hope to get some help. That's my error: "import zipfile File "/home/lib/python3.7/lib/python3.7/zipfile.py", line 19, in crc32 = zlib.crc32 AttributeError: module 'zlib' has no attribute 'crc32' " I have no idea what to do wi

Re: zpifile.py error - no crc 32 attribute

2018-08-22 Thread jacob m
0 newly installed, 0 to remove and 0 not upgraded." Regards On 22 August 2018 at 13:12, jacob m wrote: > Hi guys, > I have a problem with zipfile and zlib module, and hope to get some help. > > That's my error: > "import zipfile > File "/home/lib/pytho

Re: zpifile.py error - no crc 32 attribute

2018-08-22 Thread jacob m
2 August 2018 at 23:09, Ashok Arora wrote: > Test this in the interpreter:- > > import zlib > zlib.__file__ > > It will return the location of zlib module. > > On 8/22/18, jacob m wrote: > > Hi, > > " Is there perhaps a different zlib on > >

Re: zpifile.py error - no crc 32 attribute

2018-08-24 Thread jacob m
On 2018-08-22 23:43, jacob m wrote: > > " import zlib > > print(zlib.__file__)" > > > > When I don't have the zlib uploaded to my Python3.7 library, I have the > > following error: > > "Traceback (most recent call last): > >File "

gmpy2 problem

2018-11-01 Thread jacob m
Hi guys I have some problems with gmpy2 module installation - pip install gmpy2 doesn't work for me [image: image.png] How to fix it? Regards -- https://mail.python.org/mailman/listinfo/python-list

Re: gmpy2 problem

2018-11-05 Thread jacob m
I just know how to google. > > On 01/11/2018 23:28, jacob m wrote: > > I tried to install libgmp3-dev, but it didn't solved my problem > > > > On Thu, 1 Nov 2018 at 18:44, Rhodri James wrote: > > > >> Replying to the list since I have absolutely no idea abo