pyloid 0.18.3__tar.gz → 0.18.4__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyloid
3
- Version: 0.18.3
3
+ Version: 0.18.4
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.18.3"
3
+ version = "0.18.4"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -30,9 +30,7 @@ def get_production_path(path: Optional[str] = None) -> Optional[str]:
30
30
  base_path = sys._MEIPASS
31
31
  else:
32
32
  # Nuitka
33
- base_path = globals()['__compiled__'].containing_dir
34
-
35
- print(base_path)
33
+ base_path = os.path.dirname(sys.executable)
36
34
 
37
35
  if base_path is None:
38
36
  # 환경변수가 없는 경우 실행 파일 디렉토리 사용
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes