-
❯ shodanx -h
[INFO]: Import Error occured in Module imports due to: No module named 'appdirs'
[INFO]: If you are encountering this issue more than a time please report the issues in ShodanX Github …
-
### Please confirm there isn't already an existing package deprecation request
- [X] I have searched through package deprecation requests
### Name
python-appdirs
### Last Update Date
_No response…
-
i got this error bellow when i try to run basic:
```py
from apexpro.http_public import HttpPublic
client = HttpPublic("https://omni.apex.exchange")
client.server_time()
```
```
(d:\Al…
-
The problem is that a user will think they are copying the current version of an application to another location to save it, or might want to copy it to a machine with no network connection.
Can we d…
ghost updated
3 years ago
-
Pull in https://github.com/ponylang/appdirs as a submodule, and use it to finish #28
-
Almost 10 years before config-path was released there has been [appdirs](https://github.com/ActiveState/appdirs) library.
I think README should explain:
* reasons for creating a new library
* the…
-
### Describe the bug
In a serverless (cloud) environment where user directories are not clearly defined, it's causing a read-only OSError that crashes the serverless function that is trying to run.…
-
It causes problems on Windows and Mac. Substitute or remove.
-
Or perhaps even better, deprecate all the directory management and tell people to use `appdirs` instead?
Default user directories could then be an application configuration option.
We would need…
-
See https://pypi.org/project/appdirs/
This will allow us to drop all of the custom config / data / ... path code we currently own.
This is suggested by @zooba in a talk on how to make sure your …