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
- Instance
- stock trading
- RecursionError: maximum recursion depth exceeded while calling a Python object
- creon login
- automated system
- URI
- spec
- API
- request param
- The Internet
- ExceptionHandler
- KOSDAQ
- Daishin Securities
- header
- Slack
- Web Crawler
- AESCipher
- Stock
- Version Control
- Auto Login
- EC2
- python
- Creon
- AWS
- pyinstaller
- Rest
- mime type
- handleMethodsArgumentNotValid
- WebServer
- mongodb
Archives
- Today
- Total
목록pyinstaller (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