Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- WebServer
- Rest
- RecursionError: maximum recursion depth exceeded while calling a Python object
- Web Crawler
- Daishin Securities
- spec
- mongodb
- Instance
- stock trading
- AWS
- Stock
- Auto Login
- URI
- EC2
- Creon
- Slack
- pyinstaller
- mime type
- API
- header
- creon login
- ExceptionHandler
- request param
- AESCipher
- handleMethodsArgumentNotValid
- python
- The Internet
- KOSDAQ
- automated system
- Version Control
Archives
- Today
- Total
목록spec (1)
Change the Better World
pyinstaller.exe 실행시, "RecursionError: maximum recursion depth exceeded while calling a Python object" 발생
xxxx.py대신 xxxx.spec 열어 붉은색 부분 추가후, pyinstaller xxxx.spec로 실행. xxxx.spec 내용 # -*- mode: python ; coding: utf-8 -*- import sys sys.setrecursionlimit(5000) block_cipher = None
Programming/Python
2021. 3. 14. 17:14