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 |
|
7개월 전 | 486 | |
| 48 | 8개월 전 | 1367 | ||
| 47 | 1년 전 | 1759 | ||
| 46 | 1년 전 | 1839 | ||
| 45 | 1년 전 | 1399 | ||
| 44 | 1년 전 | 947 | ||
| 43 |
|
1년 전 | 1852 | |
| 42 |
|
1년 전 | 1141 | |
| 41 | 1년 전 | 744 | ||
| 40 |
|
1년 전 | 835 | |
| 39 | 1년 전 | 773 | ||
| 38 |
|
1년 전 | 594 | |
| 37 |
|
1년 전 | 777 | |
| 36 |
|
1년 전 | 701 | |
| 35 | 1년 전 | 896 | ||
| 34 | 1년 전 | 1849 | ||
| 33 |
|
1년 전 | 482 | |
| 32 |
HappyTank
|
1년 전 | 3461 | |
| 31 |
HappyTank
|
1년 전 | 2261 | |
| 30 | 1년 전 | 1016 | ||
| 29 |
|
1년 전 | 773 | |
| 28 | 1년 전 | 947 | ||
| 27 | 1년 전 | 976 | ||
| 26 |
|
1년 전 | 673 | |
| 25 | 1년 전 | 899 | ||
| 24 | 1년 전 | 1204 | ||
| 23 | 1년 전 | 1199 | ||
| 22 | 1년 전 | 1070 | ||
| 21 |
용가리맨투
|
1년 전 | 1557 | |
| 20 | 1년 전 | 1326 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기