uPesy Electronics

Results 26 comments of uPesy Electronics

> If this goes into the right direction for you I'll put in some more effort and prepare a PR Sure it's seems fine for me. I have thought a...

Ok Do you know an alternative GUI lib ? tkinter ? You use wx in for your plugin right ?

> Creating a nice looking UI in wx is a pain in the rear but might be the easiest way to do it ... I agree

@binary1230 A PR to fix this issue will be very apreciated.

Thanks for your help ! I have updated files in the `dev` branch to include your modifications. Could you verify that the new codes works on severals component ?

Yes, i have trying many times to figure out the proper way of getting the correct z-index without success ... I will check what [TousstNicolas](https://github.com/TousstNicolas/JLC2KiCad_lib) have done.

Hi @IamPhytan , You are welcome to create a PR to replace the old way of dealing folders with the Object aproach with Pathlib :)

Could you detail a little more please. I don't understand exactly the issue :/

I think it's related to :https://github.com/uPesy/easyeda2kicad.py/blob/92088a460fddaa6d266b28be507c863f5635e8c6/easyeda2kicad/__main__.py#L154-L159 The function https://docs.python.org/3/library/os.path.html#os.path.expanduser will create the base path based on your OS. But i don't know how to force to use a specific drive....

You can maybe use a relative path instead of the default to fix this issue