Francois

Results 136 comments of Francois

@ocelotl Sorry to bug you directly but I would really appreciate some insight on how to solve this bug as I cannot package my application and have not found any...

@ocelotl I tried it and running it pure python (no packaging) I now get the same error, here's the full trace: ``` shell Windows sys.version_info(major=3, minor=11, micro=6, releaselevel='final', serial=0) EntryPoints((EntryPoint(name='contextvars_context',...

Ha yes I was aware of the missing entry point but have no idea how to solve it... Again with raw python my application works but not after being packaged.

> Also @eeintech can you give us more details about what are you doing when packaging? I use Git Bash on Windows 11. My main script `main.py` is based on...

Another thing I tried is packaging calling Pyinstaller on Powershell but I still had the same error... Now my "working patch" is as follow: * In https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/context/__init__.py * In `_load_runtime_context`...

@Aybfr If you're using Pyinstaller v6.6 it won't work yet, the PR will most likely make it to the next version.

@martonmiklos Thanks, I'll try to take a look soon :smiley:

> We should write the category path from InvenTree plus an Edit button. That's a good idea actually, I haven't thought of merging the part form window with category window....

@martonmiklos I'm thinking to first merge and cut the `0.6.0` release soon as it brings a bunch of new stuff. Then work on the category revamp. What do you think?

Hello @martonmiklos @exp I have gotten feedback on the category selector and have found multiple issue with old code which I want to fix now and release in a newer...