# qr-server **Repository Path**: aesop/qr-server ## Basic Information - **Project Name**: qr-server - **Description**: 用于生成二维码的server - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-05-08 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###生成二维码的qrcode库的依赖 a.pil库(python图形库) b.qrcode库 ###无趣但是烦人的tips 开发实在windows8.1x64下完成的,测试也在该系统下完成,并未出错 但是部署到windwosServer2008x64的服务器上时,出现了大问题,老是报500。经历千辛万苦,才发现是PIL库的问题 并不是没有安装PIL库,而是安装的库老是报没有encode zip的dll。网上大多都是linux的解决方案,最终终于发现,只要去下pillow这个包 安装就OK。(官方的是win32的,会报没有python27)