vscode로 빌드해보고 싶어요.
파이썬에 익숙하지 않아서 공부하면서 시도해보는 중인데
vscode에서 import오류가 발생하네요.
순환참조 오류 같은데 해결 방법이 있을까요?
예외가 발생했습니다. ImportError
cannot import name 'is_prohibit_email' from partially initialized module 'bbs.member_profile' (most likely due to a circular import) (/workspace/g6/bbs/member_profile.py)
File "/workspace/g6/bbs/register.py", line 7, in <module> from bbs.member_profile import ( File "/workspace/g6/main.py", line 49, in <module> from bbs.register import router as register_router File "/workspace/g6/bbs/member_profile.py", line 21, in <module> from main import app File "/workspace/g6/bbs/social.py", line 9, in <module> from bbs.member_profile import validate_nickname, validate_userid File "/workspace/g6/admin/admin_member.py", line 9, in <module> from bbs.social import SocialAuthService File "/workspace/g6/admin/admin.py", line 14, in <module> from admin.admin_member import router as admin_member_router File "/workspace/g6/main.py", line 45, in <module> from admin.admin import router as admin_router ImportError: cannot import name 'is_prohibit_email' from partially initialized module 'bbs.member_profile' (most likely due to a circular import) (/workspace/g6/bbs/member_profile.py)
댓글 2개
circular import 라고 파이썬에 순환참조 에러네요
해당 함수추가하신곳 코드도 같이올려주세요
임포트까지도요
https://github.com/gnuboard/g6/commit/c6961871eb9b11ab05892d8e39d141b09dd68838
해당 커밋으로 말씀하신 오류가 수정되었을 것으로 보입니다.
게시판 목록
그누보드6 파이써니스타
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 49 |
|
6개월 전 | 481 | |
| 48 | 8개월 전 | 1359 | ||
| 47 | 1년 전 | 1753 | ||
| 46 | 1년 전 | 1835 | ||
| 45 | 1년 전 | 1392 | ||
| 44 | 1년 전 | 941 | ||
| 43 |
|
1년 전 | 1844 | |
| 42 |
|
1년 전 | 1134 | |
| 41 | 1년 전 | 738 | ||
| 40 |
|
1년 전 | 830 | |
| 39 | 1년 전 | 767 | ||
| 38 |
|
1년 전 | 586 | |
| 37 |
|
1년 전 | 771 | |
| 36 |
|
1년 전 | 693 | |
| 35 | 1년 전 | 890 | ||
| 34 | 1년 전 | 1841 | ||
| 33 |
|
1년 전 | 476 | |
| 32 |
HappyTank
|
1년 전 | 3453 | |
| 31 |
HappyTank
|
1년 전 | 2254 | |
| 30 | 1년 전 | 1008 | ||
| 29 |
|
1년 전 | 767 | |
| 28 | 1년 전 | 939 | ||
| 27 | 1년 전 | 968 | ||
| 26 |
|
1년 전 | 666 | |
| 25 | 1년 전 | 894 | ||
| 24 | 1년 전 | 1197 | ||
| 23 | 1년 전 | 1194 | ||
| 22 | 1년 전 | 1065 | ||
| 21 |
용가리맨투
|
1년 전 | 1549 | |
| 20 | 1년 전 | 1319 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기